annotate configure @ 57:ed34413652fc

moved man pages from docs/ to man/
author meillo@marmaro.de
date Sat, 29 May 2010 22:07:07 +0200
parents 185ba6c0e6f0
children 66d47cc69611
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1 #! /bin/sh
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2 # Guess values for system-dependent variables and create Makefiles.
52
c80a5730bcc5 next release will be 0.2.23
meillo@marmaro.de
parents: 42
diff changeset
3 # Generated by GNU Autoconf 2.65 for masqmail 0.2.23.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4 #
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5 # Report bugs to <meillo@marmaro.de>.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6 #
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
7 #
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
10 # Inc.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
11 #
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
12 #
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
13 # This configure script is free software; the Free Software Foundation
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
14 # gives unlimited permission to copy, distribute and modify it.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
15 ## -------------------- ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
16 ## M4sh Initialization. ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
17 ## -------------------- ##
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
18
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
19 # Be more Bourne compatible
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
20 DUALCASE=1; export DUALCASE # for MKS sh
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
22 emulate sh
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
23 NULLCMD=:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
25 # is contrary to our usage. Disable this feature.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
26 alias -g '${1+"$@"}'='"$@"'
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
27 setopt NO_GLOB_SUBST
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
28 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
29 case `(set -o) 2>/dev/null` in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
30 *posix*) :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
31 set -o posix ;; #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
32 *) :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
33 ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
34 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
35 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
37
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
38 as_nl='
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
39 '
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
40 export as_nl
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
46 # but without wasting forks for bash or zsh.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
49 as_echo='print -r --'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
50 as_echo_n='print -rn --'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
52 as_echo='printf %s\n'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
53 as_echo_n='printf %s'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
54 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
57 as_echo_n='/usr/ucb/echo -n'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
58 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
60 as_echo_n_body='eval
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
61 arg=$1;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
62 case $arg in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
63 *"$as_nl"*)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
64 expr "X$arg" : "X\\(.*\\)$as_nl";
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
66 esac;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
68 '
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
69 export as_echo_n_body
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
70 as_echo_n='sh -c $as_echo_n_body as_echo'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
71 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
72 export as_echo_body
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
73 as_echo='sh -c $as_echo_body as_echo'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
74 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
75
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
76 # The user is always right.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
77 if test "${PATH_SEPARATOR+set}" != set; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
78 PATH_SEPARATOR=:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
81 PATH_SEPARATOR=';'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
82 }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
83 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
84
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
85
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
86 # IFS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
87 # We need space, tab and new line, in precisely that order. Quoting is
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
88 # there to prevent editors from complaining about space-tab.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
90 # splitting by setting IFS to empty value.)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
91 IFS=" "" $as_nl"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
92
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
93 # Find who we are. Look in the path if we contain no directory separator.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
94 case $0 in #((
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
95 *[\\/]* ) as_myself=$0 ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
97 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
98 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
99 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
100 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
102 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
103 IFS=$as_save_IFS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
104
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
105 ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
106 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
108 # in which case we are not to be found in the path.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
109 if test "x$as_myself" = x; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
110 as_myself=$0
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
111 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
112 if test ! -f "$as_myself"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
114 exit 1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
115 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
116
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
117 # Unset variables that we do not need and which cause bugs (e.g. in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
119 # suppresses any "Segmentation fault" message there. '((' could
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
120 # trigger a bug in pdksh 5.2.14.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
121 for as_var in BASH_ENV ENV MAIL MAILPATH
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
122 do eval test x\${$as_var+set} = xset \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
124 done
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
125 PS1='$ '
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
126 PS2='> '
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
127 PS4='+ '
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
128
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
129 # NLS nuisances.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
130 LC_ALL=C
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
131 export LC_ALL
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
132 LANGUAGE=C
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
133 export LANGUAGE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
134
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
135 # CDPATH.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
137
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
138 if test "x$CONFIG_SHELL" = x; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
140 emulate sh
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
141 NULLCMD=:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
143 # is contrary to our usage. Disable this feature.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
145 setopt NO_GLOB_SUBST
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
146 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
147 case \`(set -o) 2>/dev/null\` in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
148 *posix*) :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
149 set -o posix ;; #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
150 *) :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
151 ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
152 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
153 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
154 "
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
155 as_required="as_fn_return () { (exit \$1); }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
156 as_fn_success () { as_fn_return 0; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
157 as_fn_failure () { as_fn_return 1; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
158 as_fn_ret_success () { return 0; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
159 as_fn_ret_failure () { return 1; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
160
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
161 exitcode=0
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
167
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
168 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
169 exitcode=1; echo positional parameters were not saved.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
170 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
171 test x\$exitcode = x0 || exit 1"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
176 test \$(( 1 + 1 )) = 2 || exit 1"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
177 if (eval "$as_required") 2>/dev/null; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
178 as_have_required=yes
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
179 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
180 as_have_required=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
181 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
183
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
184 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
186 as_found=false
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
188 do
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
189 IFS=$as_save_IFS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
190 test -z "$as_dir" && as_dir=.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
191 as_found=:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
192 case $as_dir in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
193 /*)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
194 for as_base in sh bash ksh sh5; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
195 # Try only shells that exist, to save several forks.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
196 as_shell=$as_dir/$as_base
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
199 CONFIG_SHELL=$as_shell as_have_required=yes
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
201 break 2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
202 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
203 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
204 done;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
205 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
206 as_found=false
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
207 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
210 CONFIG_SHELL=$SHELL as_have_required=yes
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
211 fi; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
212 IFS=$as_save_IFS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
213
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
214
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
215 if test "x$CONFIG_SHELL" != x; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
216 # We cannot yet assume a decent shell, so we have to provide a
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
217 # neutralization value for shells without unset; and this also
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
218 # works around shells that cannot unset nonexistent variables.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
219 BASH_ENV=/dev/null
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
220 ENV=/dev/null
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
222 export CONFIG_SHELL
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
224 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
225
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
226 if test x$as_have_required = xno; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
227 $as_echo "$0: This script requires a shell more modern than all"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
228 $as_echo "$0: the shells that I found on your system."
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
229 if test x${ZSH_VERSION+set} = xset ; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
232 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and meillo@marmaro.de
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
234 $0: about your system, including any error possibly output
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
235 $0: before this message. Then install a modern shell, or
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
236 $0: manually run the script under such a shell if you do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
237 $0: have one."
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
238 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
239 exit 1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
240 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
241 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
242 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
243 SHELL=${CONFIG_SHELL-/bin/sh}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
244 export SHELL
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
245 # Unset more variables known to interfere with behavior of common tools.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
246 CLICOLOR_FORCE= GREP_OPTIONS=
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
247 unset CLICOLOR_FORCE GREP_OPTIONS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
248
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
249 ## --------------------- ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
250 ## M4sh Shell Functions. ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
251 ## --------------------- ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
252 # as_fn_unset VAR
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
253 # ---------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
254 # Portably unset VAR.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
255 as_fn_unset ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
256 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
257 { eval $1=; unset $1;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
258 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
259 as_unset=as_fn_unset
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
260
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
261 # as_fn_set_status STATUS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
262 # -----------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
263 # Set $? to STATUS, without forking.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
264 as_fn_set_status ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
265 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
266 return $1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
267 } # as_fn_set_status
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
268
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
269 # as_fn_exit STATUS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
270 # -----------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
272 as_fn_exit ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
273 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
274 set +e
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
275 as_fn_set_status $1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
276 exit $1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
277 } # as_fn_exit
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
278
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
279 # as_fn_mkdir_p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
280 # -------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
281 # Create "$as_dir" as a directory, including parents if necessary.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
282 as_fn_mkdir_p ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
283 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
284
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
285 case $as_dir in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
286 -*) as_dir=./$as_dir;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
287 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
288 test -d "$as_dir" || eval $as_mkdir_p || {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
289 as_dirs=
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
290 while :; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
291 case $as_dir in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
293 *) as_qdir=$as_dir;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
294 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
295 as_dirs="'$as_qdir' $as_dirs"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
296 as_dir=`$as_dirname -- "$as_dir" ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
298 X"$as_dir" : 'X\(//\)[^/]' \| \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
299 X"$as_dir" : 'X\(//\)$' \| \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
301 $as_echo X"$as_dir" |
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
303 s//\1/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
304 q
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
305 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
306 /^X\(\/\/\)[^/].*/{
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
307 s//\1/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
308 q
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
309 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
310 /^X\(\/\/\)$/{
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
311 s//\1/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
312 q
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
313 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
314 /^X\(\/\).*/{
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
315 s//\1/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
316 q
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
317 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
318 s/.*/./; q'`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
319 test -d "$as_dir" && break
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
320 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
323
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
324
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
325 } # as_fn_mkdir_p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
326 # as_fn_append VAR VALUE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
327 # ----------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
329 # advantage of any shell optimizations that allow amortized linear growth over
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
330 # repeated appends, instead of the typical quadratic growth present in naive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
331 # implementations.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
333 eval 'as_fn_append ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
334 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
335 eval $1+=\$2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
336 }'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
337 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
338 as_fn_append ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
339 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
340 eval $1=\$$1\$2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
341 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
342 fi # as_fn_append
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
343
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
344 # as_fn_arith ARG...
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
345 # ------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
348 # must be portable across $(()) and expr.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
350 eval 'as_fn_arith ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
351 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
352 as_val=$(( $* ))
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
353 }'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
354 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
355 as_fn_arith ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
356 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
357 as_val=`expr "$@" || test $? -eq 1`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
358 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
359 fi # as_fn_arith
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
360
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
361
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
362 # as_fn_error ERROR [LINENO LOG_FD]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
363 # ---------------------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
366 # script with status $?, using 1 if that was 0.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
367 as_fn_error ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
368 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
369 as_status=$?; test $as_status -eq 0 && as_status=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
370 if test "$3"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
373 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
374 $as_echo "$as_me: error: $1" >&2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
375 as_fn_exit $as_status
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
376 } # as_fn_error
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
377
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
380 as_expr=expr
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
381 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
382 as_expr=false
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
383 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
384
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
386 as_basename=basename
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
387 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
388 as_basename=false
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
389 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
390
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
392 as_dirname=dirname
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
393 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
394 as_dirname=false
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
395 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
396
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
397 as_me=`$as_basename -- "$0" ||
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
399 X"$0" : 'X\(//\)$' \| \
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
401 $as_echo X/"$0" |
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
403 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
404 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
405 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
406 /^X\/\(\/\/\)$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
407 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
408 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
409 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
410 /^X\/\(\/\).*/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
411 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
412 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
413 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
414 s/.*/./; q'`
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
415
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
416 # Avoid depending upon Character Ranges.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
420 as_cr_digits='0123456789'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
422
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
423
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
429 sed -n '
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
430 p
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
431 /[$]LINENO/=
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
432 ' <$as_myself |
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
433 sed '
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
434 s/[$]LINENO.*/&-/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
435 t lineno
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
436 b
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
437 :lineno
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
438 N
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
439 :loop
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
441 t loop
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
442 s/-\n.*//
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
443 ' >$as_me.lineno &&
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
444 chmod +x "$as_me.lineno" ||
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
446
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
447 # Don't try to exec as it changes $[0], causing all sort of problems
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
448 # (the dirname of $[0] is not the place where we might find the
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
449 # original and so on. Autoconf is especially sensitive to this).
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
450 . "./$as_me.lineno"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
451 # Exit status is that of the last command.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
452 exit
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
453 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
454
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
455 ECHO_C= ECHO_N= ECHO_T=
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
456 case `echo -n x` in #(((((
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
457 -n*)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
458 case `echo 'xy\c'` in
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
460 xy) ECHO_C='\c';;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
462 ECHO_T=' ';;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
463 esac;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
464 *)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
465 ECHO_N='-n';;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
466 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
467
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
468 rm -f conf$$ conf$$.exe conf$$.file
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
469 if test -d conf$$.dir; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
470 rm -f conf$$.dir/conf$$.file
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
471 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
472 rm -f conf$$.dir
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
473 mkdir conf$$.dir 2>/dev/null
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
474 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
475 if (echo >conf$$.file) 2>/dev/null; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
477 as_ln_s='ln -s'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
478 # ... but there are two gotchas:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
481 # In both cases, we have to default to `cp -p'.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
483 as_ln_s='cp -p'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
484 elif ln conf$$.file conf$$ 2>/dev/null; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
485 as_ln_s=ln
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
486 else
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
487 as_ln_s='cp -p'
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
488 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
489 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
490 as_ln_s='cp -p'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
491 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
493 rmdir conf$$.dir 2>/dev/null
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
494
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
495 if mkdir -p . 2>/dev/null; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
496 as_mkdir_p='mkdir -p "$as_dir"'
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
497 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
498 test -d ./-p && rmdir ./-p
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
499 as_mkdir_p=false
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
500 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
501
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
502 if test -x / >/dev/null 2>&1; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
503 as_test_x='test -x'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
504 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
505 if ls -dL / >/dev/null 2>&1; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
506 as_ls_L_option=L
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
507 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
508 as_ls_L_option=
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
509 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
510 as_test_x='
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
511 eval sh -c '\''
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
512 if test -d "$1"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
513 test -d "$1/.";
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
514 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
515 case $1 in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
516 -*)set "./$1";;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
517 esac;
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
519 ???[sx]*):;;*)false;;esac;fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
520 '\'' sh
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
521 '
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
522 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
523 as_executable_p=$as_test_x
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
524
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
525 # Sed expression to map a string onto a valid CPP name.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
527
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
528 # Sed expression to map a string onto a valid variable name.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
530
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
531
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
532 test -n "$DJDIR" || exec 7<&0 </dev/null
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
533 exec 6>&1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
534
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
535 # Name of the host.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
537 # so uname gets run too.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
539
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
540 #
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
541 # Initializations.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
542 #
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
543 ac_default_prefix=/usr/local
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
544 ac_clean_files=
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
545 ac_config_libobj_dir=.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
546 LIBOBJS=
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
547 cross_compiling=no
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
548 subdirs=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
549 MFLAGS=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
550 MAKEFLAGS=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
551
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
552 # Identity of this package.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
553 PACKAGE_NAME='masqmail'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
554 PACKAGE_TARNAME='masqmail'
52
c80a5730bcc5 next release will be 0.2.23
meillo@marmaro.de
parents: 42
diff changeset
555 PACKAGE_VERSION='0.2.23'
c80a5730bcc5 next release will be 0.2.23
meillo@marmaro.de
parents: 42
diff changeset
556 PACKAGE_STRING='masqmail 0.2.23'
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
557 PACKAGE_BUGREPORT='meillo@marmaro.de'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
558 PACKAGE_URL=''
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
559
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
560 ac_unique_file="src/masqmail.c"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
561 ac_default_prefix=/usr
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
562 # Factoring default headers for most tests.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
563 ac_includes_default="\
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
564 #include <stdio.h>
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
565 #ifdef HAVE_SYS_TYPES_H
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
566 # include <sys/types.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
567 #endif
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
568 #ifdef HAVE_SYS_STAT_H
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
569 # include <sys/stat.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
570 #endif
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
571 #ifdef STDC_HEADERS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
572 # include <stdlib.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
573 # include <stddef.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
574 #else
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
575 # ifdef HAVE_STDLIB_H
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
576 # include <stdlib.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
577 # endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
578 #endif
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
579 #ifdef HAVE_STRING_H
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
580 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
581 # include <memory.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
582 # endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
583 # include <string.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
584 #endif
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
585 #ifdef HAVE_STRINGS_H
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
586 # include <strings.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
587 #endif
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
588 #ifdef HAVE_INTTYPES_H
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
589 # include <inttypes.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
590 #endif
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
591 #ifdef HAVE_STDINT_H
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
592 # include <stdint.h>
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
593 #endif
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
594 #ifdef HAVE_UNISTD_H
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
595 # include <unistd.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
596 #endif"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
597
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
598 ac_subst_vars='am__EXEEXT_FALSE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
599 am__EXEEXT_TRUE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
600 LTLIBOBJS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
601 LIBOBJS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
602 with_confdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
603 with_spooldir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
604 with_logdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
605 USE_LIBLOCKFILE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
606 LOCKFILE_LIBS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
607 IDENT_LIBS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
608 has_ident
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
609 MD5_LIBS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
610 BASE64_LIBS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
611 with_group
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
612 with_user
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
613 RESOLV_LIBS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
614 GLIB_LIBS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
615 GLIB_CFLAGS
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
616 PKG_CONFIG_LIBDIR
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
617 PKG_CONFIG_PATH
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
618 PKG_CONFIG
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
619 RANLIB
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
620 EGREP
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
621 GREP
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
622 CPP
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
623 am__fastdepCC_FALSE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
624 am__fastdepCC_TRUE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
625 CCDEPMODE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
626 AMDEPBACKSLASH
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
627 AMDEP_FALSE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
628 AMDEP_TRUE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
629 am__quote
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
630 am__include
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
631 DEPDIR
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
632 OBJEXT
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
633 EXEEXT
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
634 ac_ct_CC
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
635 CPPFLAGS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
636 LDFLAGS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
637 CFLAGS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
638 CC
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
639 am__untar
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
640 am__tar
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
641 AMTAR
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
642 am__leading_dot
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
643 SET_MAKE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
644 AWK
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
645 mkdir_p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
646 MKDIR_P
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
647 INSTALL_STRIP_PROGRAM
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
648 STRIP
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
649 install_sh
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
650 MAKEINFO
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
651 AUTOHEADER
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
652 AUTOMAKE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
653 AUTOCONF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
654 ACLOCAL
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
655 VERSION
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
656 PACKAGE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
657 CYGPATH_W
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
658 am__isrc
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
659 INSTALL_DATA
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
660 INSTALL_SCRIPT
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
661 INSTALL_PROGRAM
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
662 target_alias
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
663 host_alias
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
664 build_alias
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
665 LIBS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
666 ECHO_T
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
667 ECHO_N
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
668 ECHO_C
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
669 DEFS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
670 mandir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
671 localedir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
672 libdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
673 psdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
674 pdfdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
675 dvidir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
676 htmldir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
677 infodir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
678 docdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
679 oldincludedir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
680 includedir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
681 localstatedir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
682 sharedstatedir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
683 sysconfdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
684 datadir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
685 datarootdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
686 libexecdir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
687 sbindir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
688 bindir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
689 program_transform_name
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
690 prefix
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
691 exec_prefix
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
692 PACKAGE_URL
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
693 PACKAGE_BUGREPORT
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
694 PACKAGE_STRING
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
695 PACKAGE_VERSION
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
696 PACKAGE_TARNAME
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
697 PACKAGE_NAME
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
698 PATH_SEPARATOR
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
699 SHELL'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
700 ac_subst_files=''
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
701 ac_user_opts='
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
702 enable_option_checking
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
703 enable_dependency_tracking
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
704 enable_resolver
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
705 with_user
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
706 with_group
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
707 enable_debug
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
708 with_glib_static
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
709 enable_smtp_server
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
710 enable_pop3
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
711 enable_auth
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
712 enable_maildir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
713 with_libcrypto
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
714 enable_ident
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
715 enable_mserver
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
716 with_liblockfile
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
717 with_logdir
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
718 with_spooldir
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
719 with_confdir
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
720 '
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
721 ac_precious_vars='build_alias
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
722 host_alias
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
723 target_alias
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
724 CC
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
725 CFLAGS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
726 LDFLAGS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
727 LIBS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
728 CPPFLAGS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
729 CPP
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
730 PKG_CONFIG
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
731 PKG_CONFIG_PATH
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
732 PKG_CONFIG_LIBDIR
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
733 GLIB_CFLAGS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
734 GLIB_LIBS'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
735
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
736
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
737 # Initialize some variables set by options.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
738 ac_init_help=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
739 ac_init_version=false
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
740 ac_unrecognized_opts=
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
741 ac_unrecognized_sep=
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
742 # The variables have the same names as the options, with
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
743 # dashes changed to underlines.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
744 cache_file=/dev/null
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
745 exec_prefix=NONE
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
746 no_create=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
747 no_recursion=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
748 prefix=NONE
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
749 program_prefix=NONE
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
750 program_suffix=NONE
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
751 program_transform_name=s,x,x,
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
752 silent=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
753 site=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
754 srcdir=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
755 verbose=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
756 x_includes=NONE
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
757 x_libraries=NONE
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
758
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
759 # Installation directory options.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
760 # These are left unexpanded so users can "make install exec_prefix=/foo"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
761 # and all the variables that are supposed to be based on exec_prefix
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
762 # by default will actually change.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
763 # Use braces instead of parens because sh, perl, etc. also accept them.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
764 # (The list follows the same order as the GNU Coding Standards.)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
765 bindir='${exec_prefix}/bin'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
766 sbindir='${exec_prefix}/sbin'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
767 libexecdir='${exec_prefix}/libexec'
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
768 datarootdir='${prefix}/share'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
769 datadir='${datarootdir}'
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
770 sysconfdir='${prefix}/etc'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
771 sharedstatedir='${prefix}/com'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
772 localstatedir='${prefix}/var'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
773 includedir='${prefix}/include'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
774 oldincludedir='/usr/include'
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
775 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
776 infodir='${datarootdir}/info'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
777 htmldir='${docdir}'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
778 dvidir='${docdir}'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
779 pdfdir='${docdir}'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
780 psdir='${docdir}'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
781 libdir='${exec_prefix}/lib'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
782 localedir='${datarootdir}/locale'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
783 mandir='${datarootdir}/man'
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
784
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
785 ac_prev=
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
786 ac_dashdash=
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
787 for ac_option
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
788 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
789 # If the previous option needs an argument, assign it.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
790 if test -n "$ac_prev"; then
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
791 eval $ac_prev=\$ac_option
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
792 ac_prev=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
793 continue
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
794 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
795
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
796 case $ac_option in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
797 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
798 *) ac_optarg=yes ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
799 esac
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
800
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
801 # Accept the important Cygnus configure options, so we can diagnose typos.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
802
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
803 case $ac_dashdash$ac_option in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
804 --)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
805 ac_dashdash=yes ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
806
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
807 -bindir | --bindir | --bindi | --bind | --bin | --bi)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
808 ac_prev=bindir ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
809 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
810 bindir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
811
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
812 -build | --build | --buil | --bui | --bu)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
813 ac_prev=build_alias ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
814 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
815 build_alias=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
816
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
817 -cache-file | --cache-file | --cache-fil | --cache-fi \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
818 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
819 ac_prev=cache_file ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
820 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
821 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
822 cache_file=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
823
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
824 --config-cache | -C)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
825 cache_file=config.cache ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
826
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
827 -datadir | --datadir | --datadi | --datad)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
828 ac_prev=datadir ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
829 -datadir=* | --datadir=* | --datadi=* | --datad=*)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
830 datadir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
831
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
832 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
833 | --dataroo | --dataro | --datar)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
834 ac_prev=datarootdir ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
835 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
836 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
837 datarootdir=$ac_optarg ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
838
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
839 -disable-* | --disable-*)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
840 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
841 # Reject names that are not valid shell variable names.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
842 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
843 as_fn_error "invalid feature name: $ac_useropt"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
844 ac_useropt_orig=$ac_useropt
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
845 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
846 case $ac_user_opts in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
847 *"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
848 "enable_$ac_useropt"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
849 "*) ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
850 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
851 ac_unrecognized_sep=', ';;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
852 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
853 eval enable_$ac_useropt=no ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
854
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
855 -docdir | --docdir | --docdi | --doc | --do)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
856 ac_prev=docdir ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
857 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
858 docdir=$ac_optarg ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
859
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
860 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
861 ac_prev=dvidir ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
862 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
863 dvidir=$ac_optarg ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
864
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
865 -enable-* | --enable-*)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
866 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
867 # Reject names that are not valid shell variable names.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
868 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
869 as_fn_error "invalid feature name: $ac_useropt"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
870 ac_useropt_orig=$ac_useropt
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
871 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
872 case $ac_user_opts in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
873 *"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
874 "enable_$ac_useropt"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
875 "*) ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
876 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
877 ac_unrecognized_sep=', ';;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
878 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
879 eval enable_$ac_useropt=\$ac_optarg ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
880
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
881 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
882 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
883 | --exec | --exe | --ex)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
884 ac_prev=exec_prefix ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
885 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
886 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
887 | --exec=* | --exe=* | --ex=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
888 exec_prefix=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
889
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
890 -gas | --gas | --ga | --g)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
891 # Obsolete; use --with-gas.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
892 with_gas=yes ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
893
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
894 -help | --help | --hel | --he | -h)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
895 ac_init_help=long ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
896 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
897 ac_init_help=recursive ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
898 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
899 ac_init_help=short ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
900
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
901 -host | --host | --hos | --ho)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
902 ac_prev=host_alias ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
903 -host=* | --host=* | --hos=* | --ho=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
904 host_alias=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
905
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
906 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
907 ac_prev=htmldir ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
908 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
909 | --ht=*)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
910 htmldir=$ac_optarg ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
911
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
912 -includedir | --includedir | --includedi | --included | --include \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
913 | --includ | --inclu | --incl | --inc)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
914 ac_prev=includedir ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
915 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
916 | --includ=* | --inclu=* | --incl=* | --inc=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
917 includedir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
918
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
919 -infodir | --infodir | --infodi | --infod | --info | --inf)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
920 ac_prev=infodir ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
921 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
922 infodir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
923
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
924 -libdir | --libdir | --libdi | --libd)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
925 ac_prev=libdir ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
926 -libdir=* | --libdir=* | --libdi=* | --libd=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
927 libdir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
928
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
929 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
930 | --libexe | --libex | --libe)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
931 ac_prev=libexecdir ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
932 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
933 | --libexe=* | --libex=* | --libe=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
934 libexecdir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
935
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
936 -localedir | --localedir | --localedi | --localed | --locale)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
937 ac_prev=localedir ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
938 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
939 localedir=$ac_optarg ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
940
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
941 -localstatedir | --localstatedir | --localstatedi | --localstated \
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
942 | --localstate | --localstat | --localsta | --localst | --locals)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
943 ac_prev=localstatedir ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
944 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
945 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
946 localstatedir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
947
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
948 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
949 ac_prev=mandir ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
950 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
951 mandir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
952
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
953 -nfp | --nfp | --nf)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
954 # Obsolete; use --without-fp.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
955 with_fp=no ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
956
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
957 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
958 | --no-cr | --no-c | -n)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
959 no_create=yes ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
960
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
961 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
962 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
963 no_recursion=yes ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
964
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
965 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
966 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
967 | --oldin | --oldi | --old | --ol | --o)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
968 ac_prev=oldincludedir ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
969 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
970 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
971 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
972 oldincludedir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
973
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
974 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
975 ac_prev=prefix ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
976 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
977 prefix=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
978
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
979 -program-prefix | --program-prefix | --program-prefi | --program-pref \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
980 | --program-pre | --program-pr | --program-p)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
981 ac_prev=program_prefix ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
982 -program-prefix=* | --program-prefix=* | --program-prefi=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
983 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
984 program_prefix=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
985
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
986 -program-suffix | --program-suffix | --program-suffi | --program-suff \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
987 | --program-suf | --program-su | --program-s)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
988 ac_prev=program_suffix ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
989 -program-suffix=* | --program-suffix=* | --program-suffi=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
990 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
991 program_suffix=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
992
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
993 -program-transform-name | --program-transform-name \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
994 | --program-transform-nam | --program-transform-na \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
995 | --program-transform-n | --program-transform- \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
996 | --program-transform | --program-transfor \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
997 | --program-transfo | --program-transf \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
998 | --program-trans | --program-tran \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
999 | --progr-tra | --program-tr | --program-t)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1000 ac_prev=program_transform_name ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1001 -program-transform-name=* | --program-transform-name=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1002 | --program-transform-nam=* | --program-transform-na=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1003 | --program-transform-n=* | --program-transform-=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1004 | --program-transform=* | --program-transfor=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1005 | --program-transfo=* | --program-transf=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1006 | --program-trans=* | --program-tran=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1007 | --progr-tra=* | --program-tr=* | --program-t=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1008 program_transform_name=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1009
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1010 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1011 ac_prev=pdfdir ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1012 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1013 pdfdir=$ac_optarg ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1014
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1015 -psdir | --psdir | --psdi | --psd | --ps)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1016 ac_prev=psdir ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1017 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1018 psdir=$ac_optarg ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1019
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1020 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1021 | -silent | --silent | --silen | --sile | --sil)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1022 silent=yes ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1023
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1024 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1025 ac_prev=sbindir ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1026 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1027 | --sbi=* | --sb=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1028 sbindir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1029
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1030 -sharedstatedir | --sharedstatedir | --sharedstatedi \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1031 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1032 | --sharedst | --shareds | --shared | --share | --shar \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1033 | --sha | --sh)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1034 ac_prev=sharedstatedir ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1035 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1036 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1037 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1038 | --sha=* | --sh=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1039 sharedstatedir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1040
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1041 -site | --site | --sit)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1042 ac_prev=site ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1043 -site=* | --site=* | --sit=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1044 site=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1045
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1046 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1047 ac_prev=srcdir ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1048 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1049 srcdir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1050
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1051 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1052 | --syscon | --sysco | --sysc | --sys | --sy)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1053 ac_prev=sysconfdir ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1054 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1055 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1056 sysconfdir=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1057
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1058 -target | --target | --targe | --targ | --tar | --ta | --t)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1059 ac_prev=target_alias ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1060 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1061 target_alias=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1062
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1063 -v | -verbose | --verbose | --verbos | --verbo | --verb)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1064 verbose=yes ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1065
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1066 -version | --version | --versio | --versi | --vers | -V)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1067 ac_init_version=: ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1068
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1069 -with-* | --with-*)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1070 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1071 # Reject names that are not valid shell variable names.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1072 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1073 as_fn_error "invalid package name: $ac_useropt"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1074 ac_useropt_orig=$ac_useropt
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1075 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1076 case $ac_user_opts in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1077 *"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1078 "with_$ac_useropt"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1079 "*) ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1080 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1081 ac_unrecognized_sep=', ';;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1082 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1083 eval with_$ac_useropt=\$ac_optarg ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1084
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1085 -without-* | --without-*)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1086 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1087 # Reject names that are not valid shell variable names.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1088 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1089 as_fn_error "invalid package name: $ac_useropt"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1090 ac_useropt_orig=$ac_useropt
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1091 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1092 case $ac_user_opts in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1093 *"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1094 "with_$ac_useropt"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1095 "*) ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1096 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1097 ac_unrecognized_sep=', ';;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1098 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1099 eval with_$ac_useropt=no ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1100
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1101 --x)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1102 # Obsolete; use --with-x.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1103 with_x=yes ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1104
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1105 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1106 | --x-incl | --x-inc | --x-in | --x-i)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1107 ac_prev=x_includes ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1108 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1109 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1110 x_includes=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1111
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1112 -x-libraries | --x-libraries | --x-librarie | --x-librari \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1113 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1114 ac_prev=x_libraries ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1115 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1116 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1117 x_libraries=$ac_optarg ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1118
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1119 -*) as_fn_error "unrecognized option: \`$ac_option'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1120 Try \`$0 --help' for more information."
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1121 ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1122
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1123 *=*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1124 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1125 # Reject names that are not valid shell variable names.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1126 case $ac_envvar in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1127 '' | [0-9]* | *[!_$as_cr_alnum]* )
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1128 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1129 esac
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1130 eval $ac_envvar=\$ac_optarg
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1131 export $ac_envvar ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1132
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1133 *)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1134 # FIXME: should be removed in autoconf 3.0.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1135 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1136 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1137 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1138 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1139 ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1140
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1141 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1142 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1143
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1144 if test -n "$ac_prev"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1145 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1146 as_fn_error "missing argument to $ac_option"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1147 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1148
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1149 if test -n "$ac_unrecognized_opts"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1150 case $enable_option_checking in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1151 no) ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1152 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1153 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1154 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1155 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1156
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1157 # Check all directory arguments for consistency.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1158 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1159 datadir sysconfdir sharedstatedir localstatedir includedir \
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1160 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1161 libdir localedir mandir
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1162 do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1163 eval ac_val=\$$ac_var
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1164 # Remove trailing slashes.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1165 case $ac_val in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1166 */ )
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1167 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1168 eval $ac_var=\$ac_val;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1169 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1170 # Be sure to have absolute directory names.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1171 case $ac_val in
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1172 [\\/$]* | ?:[\\/]* ) continue;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1173 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1174 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1175 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1176 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1177
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1178 # There might be people who depend on the old broken behavior: `$host'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1179 # used to hold the argument of --host etc.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1180 # FIXME: To remove some day.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1181 build=$build_alias
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1182 host=$host_alias
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1183 target=$target_alias
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1184
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1185 # FIXME: To remove some day.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1186 if test "x$host_alias" != x; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1187 if test "x$build_alias" = x; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1188 cross_compiling=maybe
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1189 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1190 If a cross compiler is detected then cross compile mode will be used." >&2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1191 elif test "x$build_alias" != "x$host_alias"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1192 cross_compiling=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1193 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1194 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1195
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1196 ac_tool_prefix=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1197 test -n "$host_alias" && ac_tool_prefix=$host_alias-
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1198
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1199 test "$silent" = yes && exec 6>/dev/null
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1200
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1201
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1202 ac_pwd=`pwd` && test -n "$ac_pwd" &&
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1203 ac_ls_di=`ls -di .` &&
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1204 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1205 as_fn_error "working directory cannot be determined"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1206 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1207 as_fn_error "pwd does not report name of working directory"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1208
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1209
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1210 # Find the source files, if location was not specified.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1211 if test -z "$srcdir"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1212 ac_srcdir_defaulted=yes
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1213 # Try the directory containing this script, then the parent directory.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1214 ac_confdir=`$as_dirname -- "$as_myself" ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1215 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1216 X"$as_myself" : 'X\(//\)[^/]' \| \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1217 X"$as_myself" : 'X\(//\)$' \| \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1218 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1219 $as_echo X"$as_myself" |
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1220 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1221 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1222 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1223 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1224 /^X\(\/\/\)[^/].*/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1225 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1226 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1227 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1228 /^X\(\/\/\)$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1229 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1230 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1231 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1232 /^X\(\/\).*/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1233 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1234 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1235 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1236 s/.*/./; q'`
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1237 srcdir=$ac_confdir
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1238 if test ! -r "$srcdir/$ac_unique_file"; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1239 srcdir=..
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1240 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1241 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1242 ac_srcdir_defaulted=no
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1243 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1244 if test ! -r "$srcdir/$ac_unique_file"; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1245 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1246 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1247 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1248 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1249 ac_abs_confdir=`(
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1250 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1251 pwd)`
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1252 # When building in place, set srcdir=.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1253 if test "$ac_abs_confdir" = "$ac_pwd"; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1254 srcdir=.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1255 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1256 # Remove unnecessary trailing slashes from srcdir.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1257 # Double slashes in file names in object file debugging info
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1258 # mess up M-x gdb in Emacs.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1259 case $srcdir in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1260 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1261 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1262 for ac_var in $ac_precious_vars; do
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1263 eval ac_env_${ac_var}_set=\${${ac_var}+set}
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1264 eval ac_env_${ac_var}_value=\$${ac_var}
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1265 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1266 eval ac_cv_env_${ac_var}_value=\$${ac_var}
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1267 done
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1268
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1269 #
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1270 # Report the --help message.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1271 #
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1272 if test "$ac_init_help" = "long"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1273 # Omit some internal or obsolete options to make the list less imposing.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1274 # This message is too long to be a string in the A/UX 3.1 sh.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1275 cat <<_ACEOF
52
c80a5730bcc5 next release will be 0.2.23
meillo@marmaro.de
parents: 42
diff changeset
1276 \`configure' configures masqmail 0.2.23 to adapt to many kinds of systems.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1277
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1278 Usage: $0 [OPTION]... [VAR=VALUE]...
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1279
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1280 To assign environment variables (e.g., CC, CFLAGS...), specify them as
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1281 VAR=VALUE. See below for descriptions of some of the useful variables.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1282
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1283 Defaults for the options are specified in brackets.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1284
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1285 Configuration:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1286 -h, --help display this help and exit
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1287 --help=short display options specific to this package
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1288 --help=recursive display the short help of all the included packages
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1289 -V, --version display version information and exit
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1290 -q, --quiet, --silent do not print \`checking...' messages
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1291 --cache-file=FILE cache test results in FILE [disabled]
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1292 -C, --config-cache alias for \`--cache-file=config.cache'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1293 -n, --no-create do not create output files
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1294 --srcdir=DIR find the sources in DIR [configure dir or \`..']
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1295
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1296 Installation directories:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1297 --prefix=PREFIX install architecture-independent files in PREFIX
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1298 [$ac_default_prefix]
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1299 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1300 [PREFIX]
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1301
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1302 By default, \`make install' will install all the files in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1303 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1304 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1305 for instance \`--prefix=\$HOME'.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1306
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1307 For better control, use the options below.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1308
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1309 Fine tuning of the installation directories:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1310 --bindir=DIR user executables [EPREFIX/bin]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1311 --sbindir=DIR system admin executables [EPREFIX/sbin]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1312 --libexecdir=DIR program executables [EPREFIX/libexec]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1313 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1314 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1315 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1316 --libdir=DIR object code libraries [EPREFIX/lib]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1317 --includedir=DIR C header files [PREFIX/include]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1318 --oldincludedir=DIR C header files for non-gcc [/usr/include]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1319 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1320 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1321 --infodir=DIR info documentation [DATAROOTDIR/info]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1322 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1323 --mandir=DIR man documentation [DATAROOTDIR/man]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1324 --docdir=DIR documentation root [DATAROOTDIR/doc/masqmail]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1325 --htmldir=DIR html documentation [DOCDIR]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1326 --dvidir=DIR dvi documentation [DOCDIR]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1327 --pdfdir=DIR pdf documentation [DOCDIR]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1328 --psdir=DIR ps documentation [DOCDIR]
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1329 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1330
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1331 cat <<\_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1332
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1333 Program names:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1334 --program-prefix=PREFIX prepend PREFIX to installed program names
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1335 --program-suffix=SUFFIX append SUFFIX to installed program names
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1336 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1337 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1338 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1339
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1340 if test -n "$ac_init_help"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1341 case $ac_init_help in
52
c80a5730bcc5 next release will be 0.2.23
meillo@marmaro.de
parents: 42
diff changeset
1342 short | recursive ) echo "Configuration of masqmail 0.2.23:";;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1343 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1344 cat <<\_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1345
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1346 Optional Features:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1347 --disable-option-checking ignore unrecognized --enable/--with options
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1348 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1349 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1350 --disable-dependency-tracking speeds up one-time build
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1351 --enable-dependency-tracking do not reject slow dependency extractors
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1352 --disable-resolver disable resolver support
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1353 --disable-debug disable debugging
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1354 --disable-smtp-server disable smtp server support
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1355 --disable-pop3 disable pop3 support
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1356 --enable-auth enable AUTH (RFC 2554) client support
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1357 --enable-maildir enable qmail style maildir support
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1358 --enable-ident enable ident (RFC 1413) support
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1359 --enable-mserver enable mserver support
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1360
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1361 Optional Packages:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1362 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1363 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1364 --with-user=USER set user mail
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1365 --with-group=GROUP set group trusted
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1366 --with-glib-static=path link glib statically (path mandatory!)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1367 --with-libcrypto use libcrypto
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1368 --with-liblockfile use liblock (for Debian)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1369 --with-logdir=DIR set log directory /var/masqmail
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1370 --with-spooldir=DIR set spool directory /var/spool/masqmail
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1371 --with-confdir directory for configuration /etc/masqmail
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1372
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1373 Some influential environment variables:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1374 CC C compiler command
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1375 CFLAGS C compiler flags
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1376 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1377 nonstandard directory <lib dir>
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1378 LIBS libraries to pass to the linker, e.g. -l<library>
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1379 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1380 you have headers in a nonstandard directory <include dir>
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1381 CPP C preprocessor
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1382 PKG_CONFIG path to pkg-config utility
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
1383 PKG_CONFIG_PATH
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
1384 directories to add to pkg-config's search path
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
1385 PKG_CONFIG_LIBDIR
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
1386 path overriding pkg-config's built-in search path
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1387 GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1388 GLIB_LIBS linker flags for GLIB, overriding pkg-config
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1389
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1390 Use these variables to override the choices made by `configure' or to help
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1391 it to find libraries and programs with nonstandard names/locations.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1392
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1393 Report bugs to <meillo@marmaro.de>.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1394 _ACEOF
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1395 ac_status=$?
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1396 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1397
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1398 if test "$ac_init_help" = "recursive"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1399 # If there are subdirs, report their specific --help.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1400 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1401 test -d "$ac_dir" ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1402 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1403 continue
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1404 ac_builddir=.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1405
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1406 case "$ac_dir" in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1407 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1408 *)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1409 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1410 # A ".." for each directory in $ac_dir_suffix.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1411 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1412 case $ac_top_builddir_sub in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1413 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1414 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1415 esac ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1416 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1417 ac_abs_top_builddir=$ac_pwd
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1418 ac_abs_builddir=$ac_pwd$ac_dir_suffix
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1419 # for backward compatibility:
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1420 ac_top_builddir=$ac_top_build_prefix
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1421
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1422 case $srcdir in
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1423 .) # We are building in place.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1424 ac_srcdir=.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1425 ac_top_srcdir=$ac_top_builddir_sub
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1426 ac_abs_top_srcdir=$ac_pwd ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1427 [\\/]* | ?:[\\/]* ) # Absolute name.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1428 ac_srcdir=$srcdir$ac_dir_suffix;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1429 ac_top_srcdir=$srcdir
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1430 ac_abs_top_srcdir=$srcdir ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1431 *) # Relative name.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1432 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1433 ac_top_srcdir=$ac_top_build_prefix$srcdir
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1434 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1435 esac
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1436 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1437
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1438 cd "$ac_dir" || { ac_status=$?; continue; }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1439 # Check for guested configure.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1440 if test -f "$ac_srcdir/configure.gnu"; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1441 echo &&
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1442 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1443 elif test -f "$ac_srcdir/configure"; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1444 echo &&
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1445 $SHELL "$ac_srcdir/configure" --help=recursive
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1446 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1447 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1448 fi || ac_status=$?
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1449 cd "$ac_pwd" || { ac_status=$?; break; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1450 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1451 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1452
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1453 test -n "$ac_init_help" && exit $ac_status
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1454 if $ac_init_version; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1455 cat <<\_ACEOF
52
c80a5730bcc5 next release will be 0.2.23
meillo@marmaro.de
parents: 42
diff changeset
1456 masqmail configure 0.2.23
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1457 generated by GNU Autoconf 2.65
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1458
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1459 Copyright (C) 2009 Free Software Foundation, Inc.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1460 This configure script is free software; the Free Software Foundation
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1461 gives unlimited permission to copy, distribute and modify it.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1462 _ACEOF
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1463 exit
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1464 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1465
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1466 ## ------------------------ ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1467 ## Autoconf initialization. ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1468 ## ------------------------ ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1469
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1470 # ac_fn_c_try_compile LINENO
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1471 # --------------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1472 # Try to compile conftest.$ac_ext, and return whether this succeeded.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1473 ac_fn_c_try_compile ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1474 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1475 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1476 rm -f conftest.$ac_objext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1477 if { { ac_try="$ac_compile"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1478 case "(($ac_try" in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1480 *) ac_try_echo=$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1481 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1482 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1483 $as_echo "$ac_try_echo"; } >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1484 (eval "$ac_compile") 2>conftest.err
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1485 ac_status=$?
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1486 if test -s conftest.err; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1487 grep -v '^ *+' conftest.err >conftest.er1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1488 cat conftest.er1 >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1489 mv -f conftest.er1 conftest.err
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1490 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1492 test $ac_status = 0; } && {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1493 test -z "$ac_c_werror_flag" ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1494 test ! -s conftest.err
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1495 } && test -s conftest.$ac_objext; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1496 ac_retval=0
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1497 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1498 $as_echo "$as_me: failed program was:" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1499 sed 's/^/| /' conftest.$ac_ext >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1500
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1501 ac_retval=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1502 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1503 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1504 as_fn_set_status $ac_retval
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1505
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1506 } # ac_fn_c_try_compile
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1507
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1508 # ac_fn_c_try_link LINENO
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1509 # -----------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1510 # Try to link conftest.$ac_ext, and return whether this succeeded.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1511 ac_fn_c_try_link ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1512 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1513 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1514 rm -f conftest.$ac_objext conftest$ac_exeext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1515 if { { ac_try="$ac_link"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1516 case "(($ac_try" in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1518 *) ac_try_echo=$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1519 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1520 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1521 $as_echo "$ac_try_echo"; } >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1522 (eval "$ac_link") 2>conftest.err
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1523 ac_status=$?
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1524 if test -s conftest.err; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1525 grep -v '^ *+' conftest.err >conftest.er1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1526 cat conftest.er1 >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1527 mv -f conftest.er1 conftest.err
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1528 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1530 test $ac_status = 0; } && {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1531 test -z "$ac_c_werror_flag" ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1532 test ! -s conftest.err
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1533 } && test -s conftest$ac_exeext && {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1534 test "$cross_compiling" = yes ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1535 $as_test_x conftest$ac_exeext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1536 }; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1537 ac_retval=0
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1538 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1539 $as_echo "$as_me: failed program was:" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1540 sed 's/^/| /' conftest.$ac_ext >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1541
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1542 ac_retval=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1543 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1544 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1545 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1546 # interfere with the next link command; also delete a directory that is
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1547 # left behind by Apple's compiler. We do this before executing the actions.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1548 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1549 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1550 as_fn_set_status $ac_retval
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1551
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1552 } # ac_fn_c_try_link
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1553
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1554 # ac_fn_c_try_cpp LINENO
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1555 # ----------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1556 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1557 ac_fn_c_try_cpp ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1558 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1559 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1560 if { { ac_try="$ac_cpp conftest.$ac_ext"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1561 case "(($ac_try" in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1563 *) ac_try_echo=$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1564 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1565 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1566 $as_echo "$ac_try_echo"; } >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1567 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1568 ac_status=$?
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1569 if test -s conftest.err; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1570 grep -v '^ *+' conftest.err >conftest.er1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1571 cat conftest.er1 >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1572 mv -f conftest.er1 conftest.err
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1573 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1575 test $ac_status = 0; } >/dev/null && {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1576 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1577 test ! -s conftest.err
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1578 }; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1579 ac_retval=0
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1580 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1581 $as_echo "$as_me: failed program was:" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1582 sed 's/^/| /' conftest.$ac_ext >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1583
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1584 ac_retval=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1585 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1586 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1587 as_fn_set_status $ac_retval
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1588
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1589 } # ac_fn_c_try_cpp
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1590
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1591 # ac_fn_c_try_run LINENO
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1592 # ----------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1593 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1594 # that executables *can* be run.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1595 ac_fn_c_try_run ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1596 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1597 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1598 if { { ac_try="$ac_link"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1599 case "(($ac_try" in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1601 *) ac_try_echo=$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1602 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1603 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1604 $as_echo "$ac_try_echo"; } >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1605 (eval "$ac_link") 2>&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1606 ac_status=$?
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1607 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1608 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1609 { { case "(($ac_try" in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1611 *) ac_try_echo=$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1612 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1613 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1614 $as_echo "$ac_try_echo"; } >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1615 (eval "$ac_try") 2>&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1616 ac_status=$?
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1618 test $ac_status = 0; }; }; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1619 ac_retval=0
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1620 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1621 $as_echo "$as_me: program exited with status $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1622 $as_echo "$as_me: failed program was:" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1623 sed 's/^/| /' conftest.$ac_ext >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1624
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1625 ac_retval=$ac_status
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1626 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1627 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1628 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1629 as_fn_set_status $ac_retval
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1630
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1631 } # ac_fn_c_try_run
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1632
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1633 # ac_fn_c_check_func LINENO FUNC VAR
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1634 # ----------------------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1635 # Tests whether FUNC exists, setting the cache variable VAR accordingly
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1636 ac_fn_c_check_func ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1637 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1638 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1640 $as_echo_n "checking for $2... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1641 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1642 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1643 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1645 /* end confdefs.h. */
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1646 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1647 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1648 #define $2 innocuous_$2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1649
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1650 /* System header to define __stub macros and hopefully few prototypes,
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1651 which can conflict with char $2 (); below.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1652 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1653 <limits.h> exists even on freestanding compilers. */
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1654
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1655 #ifdef __STDC__
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1656 # include <limits.h>
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1657 #else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1658 # include <assert.h>
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1659 #endif
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1660
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1661 #undef $2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1662
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1663 /* Override any GCC internal prototype to avoid an error.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1664 Use char because int might match the return type of a GCC
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1665 builtin and then its argument prototype would still apply. */
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1666 #ifdef __cplusplus
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1667 extern "C"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1668 #endif
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1669 char $2 ();
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1670 /* The GNU C library defines this for functions which it implements
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1671 to always fail with ENOSYS. Some functions are actually named
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1672 something starting with __ and the normal name is an alias. */
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1673 #if defined __stub_$2 || defined __stub___$2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1674 choke me
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1675 #endif
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1676
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1677 int
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1678 main ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1679 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1680 return $2 ();
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1681 ;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1682 return 0;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1683 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1684 _ACEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1685 if ac_fn_c_try_link "$LINENO"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1686 eval "$3=yes"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1687 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1688 eval "$3=no"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1689 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1690 rm -f core conftest.err conftest.$ac_objext \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1691 conftest$ac_exeext conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1692 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1693 eval ac_res=\$$3
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1695 $as_echo "$ac_res" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1696 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1697
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1698 } # ac_fn_c_check_func
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1699
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1700 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1701 # -------------------------------------------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1702 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1703 # the include files in INCLUDES and setting the cache variable VAR
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1704 # accordingly.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1705 ac_fn_c_check_header_mongrel ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1706 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1707 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1708 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1710 $as_echo_n "checking for $2... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1711 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1712 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1713 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1714 eval ac_res=\$$3
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1716 $as_echo "$ac_res" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1717 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1718 # Is the header compilable?
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1720 $as_echo_n "checking $2 usability... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1722 /* end confdefs.h. */
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1723 $4
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1724 #include <$2>
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1725 _ACEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1726 if ac_fn_c_try_compile "$LINENO"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1727 ac_header_compiler=yes
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1728 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1729 ac_header_compiler=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1730 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1733 $as_echo "$ac_header_compiler" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1734
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1735 # Is the header present?
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1737 $as_echo_n "checking $2 presence... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1739 /* end confdefs.h. */
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1740 #include <$2>
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1741 _ACEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1742 if ac_fn_c_try_cpp "$LINENO"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1743 ac_header_preproc=yes
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1744 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1745 ac_header_preproc=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1746 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1747 rm -f conftest.err conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1749 $as_echo "$ac_header_preproc" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1750
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1751 # So? What about this header?
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1752 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1753 yes:no: )
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1755 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1757 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1758 ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1759 no:yes:* )
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1761 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1763 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1765 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1767 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1769 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1770 ( cat <<\_ASBOX
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1771 ## -------------------------------- ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1772 ## Report this to meillo@marmaro.de ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1773 ## -------------------------------- ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1774 _ASBOX
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1775 ) | sed "s/^/$as_me: WARNING: /" >&2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1776 ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1777 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1779 $as_echo_n "checking for $2... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1780 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1781 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1782 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1783 eval "$3=\$ac_header_compiler"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1784 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1785 eval ac_res=\$$3
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1787 $as_echo "$ac_res" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1788 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1789 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1790
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1791 } # ac_fn_c_check_header_mongrel
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1792
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1793 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1794 # -------------------------------------------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1795 # Tests whether HEADER exists and can be compiled using the include files in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1796 # INCLUDES, setting the cache variable VAR accordingly.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1797 ac_fn_c_check_header_compile ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1798 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1799 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1801 $as_echo_n "checking for $2... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1802 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1803 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1804 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1806 /* end confdefs.h. */
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1807 $4
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1808 #include <$2>
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1809 _ACEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1810 if ac_fn_c_try_compile "$LINENO"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1811 eval "$3=yes"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1812 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1813 eval "$3=no"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1814 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1816 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1817 eval ac_res=\$$3
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1819 $as_echo "$ac_res" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1820 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1821
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1822 } # ac_fn_c_check_header_compile
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1823
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1824 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1825 # -------------------------------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1826 # Tests whether TYPE exists after having included INCLUDES, setting cache
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1827 # variable VAR accordingly.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1828 ac_fn_c_check_type ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1829 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1830 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1832 $as_echo_n "checking for $2... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1833 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1834 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1835 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1836 eval "$3=no"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1838 /* end confdefs.h. */
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1839 $4
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1840 int
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1841 main ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1842 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1843 if (sizeof ($2))
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1844 return 0;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1845 ;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1846 return 0;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1847 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1848 _ACEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1849 if ac_fn_c_try_compile "$LINENO"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1851 /* end confdefs.h. */
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1852 $4
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1853 int
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1854 main ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1855 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1856 if (sizeof (($2)))
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1857 return 0;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1858 ;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1859 return 0;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1860 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1861 _ACEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1862 if ac_fn_c_try_compile "$LINENO"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1863
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1864 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1865 eval "$3=yes"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1866 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1868 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1870 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1871 eval ac_res=\$$3
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1873 $as_echo "$ac_res" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1874 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1875
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1876 } # ac_fn_c_check_type
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1877 cat >config.log <<_ACEOF
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1878 This file contains any messages produced by compilers while
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1879 running configure, to aid debugging if configure makes a mistake.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1880
52
c80a5730bcc5 next release will be 0.2.23
meillo@marmaro.de
parents: 42
diff changeset
1881 It was created by masqmail $as_me 0.2.23, which was
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1882 generated by GNU Autoconf 2.65. Invocation command line was
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1883
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1884 $ $0 $@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1885
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1886 _ACEOF
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1887 exec 5>>config.log
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1888 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1889 cat <<_ASUNAME
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1890 ## --------- ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1891 ## Platform. ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1892 ## --------- ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1893
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1894 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1895 uname -m = `(uname -m) 2>/dev/null || echo unknown`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1896 uname -r = `(uname -r) 2>/dev/null || echo unknown`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1897 uname -s = `(uname -s) 2>/dev/null || echo unknown`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1898 uname -v = `(uname -v) 2>/dev/null || echo unknown`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1899
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1900 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1901 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1902
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1903 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1904 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1905 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1906 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1907 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1908 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1909 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1910
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1911 _ASUNAME
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1912
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1914 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1915 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1916 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1917 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1918 $as_echo "PATH: $as_dir"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1919 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1920 IFS=$as_save_IFS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1921
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1922 } >&5
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1923
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1924 cat >&5 <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1925
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1926
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1927 ## ----------- ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1928 ## Core tests. ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1929 ## ----------- ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1930
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1931 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1932
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1933
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1934 # Keep a trace of the command line.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1935 # Strip out --no-create and --no-recursion so they do not pile up.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1936 # Strip out --silent because we don't want to record it for future runs.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1937 # Also quote any args containing shell meta-characters.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1938 # Make two passes to allow for proper duplicate-argument suppression.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1939 ac_configure_args=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1940 ac_configure_args0=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1941 ac_configure_args1=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1942 ac_must_keep_next=false
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1943 for ac_pass in 1 2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1944 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1945 for ac_arg
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1946 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1947 case $ac_arg in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1948 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1949 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1950 | -silent | --silent | --silen | --sile | --sil)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1951 continue ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1952 *\'*)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1953 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1954 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1955 case $ac_pass in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1956 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1957 2)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1958 as_fn_append ac_configure_args1 " '$ac_arg'"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1959 if test $ac_must_keep_next = true; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1960 ac_must_keep_next=false # Got value, back to normal.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1961 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1962 case $ac_arg in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1963 *=* | --config-cache | -C | -disable-* | --disable-* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1964 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1965 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1966 | -with-* | --with-* | -without-* | --without-* | --x)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1967 case "$ac_configure_args0 " in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1968 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1969 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1970 ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1971 -* ) ac_must_keep_next=true ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1972 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1973 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1974 as_fn_append ac_configure_args " '$ac_arg'"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1975 ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1976 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1977 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1978 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1979 { ac_configure_args0=; unset ac_configure_args0;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
1980 { ac_configure_args1=; unset ac_configure_args1;}
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1981
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1982 # When interrupted or exit'd, cleanup temporary files, and complete
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1983 # config.log. We remove comments because anyway the quotes in there
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1984 # would cause problems or look ugly.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1985 # WARNING: Use '\'' to represent an apostrophe within the trap.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1986 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1987 trap 'exit_status=$?
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1988 # Save into config.log some information that might help in debugging.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1989 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1990 echo
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1991
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1992 cat <<\_ASBOX
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1993 ## ---------------- ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1994 ## Cache variables. ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1995 ## ---------------- ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1996 _ASBOX
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1997 echo
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
1998 # The following way of writing the cache mishandles newlines in values,
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
1999 (
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2000 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2001 eval ac_val=\$$ac_var
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2002 case $ac_val in #(
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2003 *${as_nl}*)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2004 case $ac_var in #(
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2005 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2006 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2007 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2008 case $ac_var in #(
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2009 _ | IFS | as_nl) ;; #(
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2010 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2011 *) { eval $ac_var=; unset $ac_var;} ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2012 esac ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2013 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2014 done
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2015 (set) 2>&1 |
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2016 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2017 *${as_nl}ac_space=\ *)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2018 sed -n \
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2019 "s/'\''/'\''\\\\'\'''\''/g;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2020 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2021 ;; #(
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2022 *)
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2023 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2024 ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2025 esac |
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2026 sort
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2027 )
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2028 echo
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2029
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2030 cat <<\_ASBOX
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2031 ## ----------------- ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2032 ## Output variables. ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2033 ## ----------------- ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2034 _ASBOX
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2035 echo
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2036 for ac_var in $ac_subst_vars
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2037 do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2038 eval ac_val=\$$ac_var
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2039 case $ac_val in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2040 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2041 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2042 $as_echo "$ac_var='\''$ac_val'\''"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2043 done | sort
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2044 echo
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2045
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2046 if test -n "$ac_subst_files"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2047 cat <<\_ASBOX
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2048 ## ------------------- ##
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2049 ## File substitutions. ##
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2050 ## ------------------- ##
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2051 _ASBOX
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2052 echo
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2053 for ac_var in $ac_subst_files
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2054 do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2055 eval ac_val=\$$ac_var
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2056 case $ac_val in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2057 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2058 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2059 $as_echo "$ac_var='\''$ac_val'\''"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2060 done | sort
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2061 echo
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2062 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2063
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2064 if test -s confdefs.h; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2065 cat <<\_ASBOX
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2066 ## ----------- ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2067 ## confdefs.h. ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2068 ## ----------- ##
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2069 _ASBOX
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2070 echo
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2071 cat confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2072 echo
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2073 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2074 test "$ac_signal" != 0 &&
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2075 $as_echo "$as_me: caught signal $ac_signal"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2076 $as_echo "$as_me: exit $exit_status"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2077 } >&5
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2078 rm -f core *.core core.conftest.* &&
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2079 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2080 exit $exit_status
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2081 ' 0
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2082 for ac_signal in 1 2 13 15; do
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2083 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2084 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2085 ac_signal=0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2086
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2087 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2088 rm -f -r conftest* confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2089
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2090 $as_echo "/* confdefs.h */" > confdefs.h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2091
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2092 # Predefined preprocessor variables.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2093
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2094 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2095 #define PACKAGE_NAME "$PACKAGE_NAME"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2096 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2097
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2098 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2099 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2100 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2101
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2102 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2103 #define PACKAGE_VERSION "$PACKAGE_VERSION"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2104 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2105
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2106 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2107 #define PACKAGE_STRING "$PACKAGE_STRING"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2108 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2109
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2110 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2111 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2112 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2113
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2114 cat >>confdefs.h <<_ACEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2115 #define PACKAGE_URL "$PACKAGE_URL"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2116 _ACEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2117
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2118
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2119 # Let the site file select an alternate cache file if it wants to.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2120 # Prefer an explicitly selected file to automatically selected ones.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2121 ac_site_file1=NONE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2122 ac_site_file2=NONE
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2123 if test -n "$CONFIG_SITE"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2124 ac_site_file1=$CONFIG_SITE
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2125 elif test "x$prefix" != xNONE; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2126 ac_site_file1=$prefix/share/config.site
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2127 ac_site_file2=$prefix/etc/config.site
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2128 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2129 ac_site_file1=$ac_default_prefix/share/config.site
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2130 ac_site_file2=$ac_default_prefix/etc/config.site
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2131 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2132 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2133 do
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2134 test "x$ac_site_file" = xNONE && continue
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2135 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2137 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2138 sed 's/^/| /' "$ac_site_file" >&5
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2139 . "$ac_site_file"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2140 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2141 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2142
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2143 if test -r "$cache_file"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2144 # Some versions of bash will fail to source /dev/null (special files
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2145 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2146 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2147 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2148 $as_echo "$as_me: loading cache $cache_file" >&6;}
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2149 case $cache_file in
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2150 [\\/]* | ?:[\\/]* ) . "$cache_file";;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2151 *) . "./$cache_file";;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2152 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2153 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2154 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2155 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2156 $as_echo "$as_me: creating cache $cache_file" >&6;}
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2157 >$cache_file
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2158 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2159
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2160 # Check that the precious variables saved in the cache have kept the same
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2161 # value.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2162 ac_cache_corrupted=false
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2163 for ac_var in $ac_precious_vars; do
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2164 eval ac_old_set=\$ac_cv_env_${ac_var}_set
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2165 eval ac_new_set=\$ac_env_${ac_var}_set
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2166 eval ac_old_val=\$ac_cv_env_${ac_var}_value
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2167 eval ac_new_val=\$ac_env_${ac_var}_value
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2168 case $ac_old_set,$ac_new_set in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2169 set,)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2170 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2171 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2172 ac_cache_corrupted=: ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2173 ,set)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2175 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2176 ac_cache_corrupted=: ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2177 ,);;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2178 *)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2179 if test "x$ac_old_val" != "x$ac_new_val"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2180 # differences in whitespace do not lead to failure.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2181 ac_old_val_w=`echo x $ac_old_val`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2182 ac_new_val_w=`echo x $ac_new_val`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2183 if test "$ac_old_val_w" != "$ac_new_val_w"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2185 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2186 ac_cache_corrupted=:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2187 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2189 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2190 eval $ac_var=\$ac_old_val
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2191 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2193 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2195 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2196 fi;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2197 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2198 # Pass precious variables to config.status.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2199 if test "$ac_new_set" = set; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2200 case $ac_new_val in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2201 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2202 *) ac_arg=$ac_var=$ac_new_val ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2203 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2204 case " $ac_configure_args " in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2205 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2206 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2207 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2208 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2209 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2210 if $ac_cache_corrupted; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2211 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2212 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2213 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2214 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2215 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2216 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2217 ## -------------------- ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2218 ## Main body of script. ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2219 ## -------------------- ##
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2220
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2221 ac_ext=c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2222 ac_cpp='$CPP $CPPFLAGS'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2223 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2224 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2225 ac_compiler_gnu=$ac_cv_c_compiler_gnu
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2226
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2227
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2228
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2229 ac_config_headers="$ac_config_headers config.h"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2230
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2231 am__api_version='1.11'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2232
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2233 ac_aux_dir=
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2234 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2235 for ac_t in install-sh install.sh shtool; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2236 if test -f "$ac_dir/$ac_t"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2237 ac_aux_dir=$ac_dir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2238 ac_install_sh="$ac_aux_dir/$ac_t -c"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2239 break 2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2240 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2241 done
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2242 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2243 if test -z "$ac_aux_dir"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2244 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2245 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2246
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2247 # These three variables are undocumented and unsupported,
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2248 # and are intended to be withdrawn in a future Autoconf release.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2249 # They can cause serious problems if a builder's source tree is in a directory
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2250 # whose full name contains unusual characters.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2251 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2252 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2253 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2254
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2255
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2256 # Find a good install program. We prefer a C program (faster),
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2257 # so one script is as good as another. But avoid the broken or
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2258 # incompatible versions:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2259 # SysV /etc/install, /usr/sbin/install
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2260 # SunOS /usr/etc/install
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2261 # IRIX /sbin/install
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2262 # AIX /bin/install
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2263 # AmigaOS /C/install, which installs bootblocks on floppy discs
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2264 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2265 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2266 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2267 # OS/2's system install, which has a completely different semantic
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2268 # ./install, which can be erroneously created by make from ./install.sh.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2269 # Reject install programs that cannot install multiple files.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2271 $as_echo_n "checking for a BSD-compatible install... " >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2272 if test -z "$INSTALL"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2273 if test "${ac_cv_path_install+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2274 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2275 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2277 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2278 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2279 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2280 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2281 # Account for people who put trailing slashes in PATH elements.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2282 case $as_dir/ in #((
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2283 ./ | .// | /[cC]/* | \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2284 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2285 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2286 /usr/ucb/* ) ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2287 *)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2288 # OSF1 and SCO ODT 3.0 have their own names for install.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2289 # Don't use installbsd from OSF since it installs stuff as root
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2290 # by default.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2291 for ac_prog in ginstall scoinst install; do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2292 for ac_exec_ext in '' $ac_executable_extensions; do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2293 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2294 if test $ac_prog = install &&
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2295 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2296 # AIX install. It has an incompatible calling convention.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2297 :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2298 elif test $ac_prog = install &&
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2299 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2300 # program-specific install script used by HP pwplus--don't use.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2301 :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2302 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2303 rm -rf conftest.one conftest.two conftest.dir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2304 echo one > conftest.one
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2305 echo two > conftest.two
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2306 mkdir conftest.dir
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2307 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2308 test -s conftest.one && test -s conftest.two &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2309 test -s conftest.dir/conftest.one &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2310 test -s conftest.dir/conftest.two
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2311 then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2312 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2313 break 3
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2314 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2315 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2316 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2317 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2318 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2319 ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2320 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2321
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2322 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2323 IFS=$as_save_IFS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2324
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2325 rm -rf conftest.one conftest.two conftest.dir
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2326
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2327 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2328 if test "${ac_cv_path_install+set}" = set; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2329 INSTALL=$ac_cv_path_install
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2330 else
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2331 # As a last resort, use the slow shell script. Don't cache a
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2332 # value for INSTALL within a source directory, because that will
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2333 # break other packages using the cache if that directory is
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2334 # removed, or if the value is a relative name.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2335 INSTALL=$ac_install_sh
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2336 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2337 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2339 $as_echo "$INSTALL" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2340
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2341 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2342 # It thinks the first close brace ends the variable substitution.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2343 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2344
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2345 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2346
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2347 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2348
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2350 $as_echo_n "checking whether build environment is sane... " >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2351 # Just in case
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2352 sleep 1
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2353 echo timestamp > conftest.file
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2354 # Reject unsafe characters in $srcdir or the absolute working directory
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2355 # name. Accept space and tab only in the latter.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2356 am_lf='
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2357 '
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2358 case `pwd` in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2359 *[\\\"\#\$\&\'\`$am_lf]*)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2360 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2361 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2362 case $srcdir in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2363 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2364 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2365 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2366
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2367 # Do `set' in a subshell so we don't clobber the current shell's
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2368 # arguments. Must try -L first in case configure is actually a
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2369 # symlink; some systems play weird games with the mod time of symlinks
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2370 # (eg FreeBSD returns the mod time of the symlink's containing
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2371 # directory).
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2372 if (
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2373 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2374 if test "$*" = "X"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2375 # -L didn't work.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2376 set X `ls -t "$srcdir/configure" conftest.file`
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2377 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2378 rm -f conftest.file
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2379 if test "$*" != "X $srcdir/configure conftest.file" \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2380 && test "$*" != "X conftest.file $srcdir/configure"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2381
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2382 # If neither matched, then we have a broken ls. This can happen
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2383 # if, for instance, CONFIG_SHELL is bash and it inherits a
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2384 # broken ls alias from the environment. This has actually
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2385 # happened. Such a system could not be considered "sane".
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2386 as_fn_error "ls -t appears to fail. Make sure there is not a broken
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2387 alias in your environment" "$LINENO" 5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2388 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2389
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2390 test "$2" = conftest.file
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2391 )
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2392 then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2393 # Ok.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2394 :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2395 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2396 as_fn_error "newly created file is older than distributed files!
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2397 Check your system clock" "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2398 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2400 $as_echo "yes" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2401 test "$program_prefix" != NONE &&
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2402 program_transform_name="s&^&$program_prefix&;$program_transform_name"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2403 # Use a double $ so make ignores it.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2404 test "$program_suffix" != NONE &&
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2405 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2406 # Double any \ or $.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2407 # By default was `s,x,x', remove it if useless.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2408 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2409 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2410
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2411 # expand $ac_aux_dir to an absolute path
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2412 am_aux_dir=`cd $ac_aux_dir && pwd`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2413
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2414 if test x"${MISSING+set}" != xset; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2415 case $am_aux_dir in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2416 *\ * | *\ *)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2417 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2418 *)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2419 MISSING="\${SHELL} $am_aux_dir/missing" ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2420 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2421 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2422 # Use eval to expand $SHELL
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2423 if eval "$MISSING --run true"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2424 am_missing_run="$MISSING --run "
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2425 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2426 am_missing_run=
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2427 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2428 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2429 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2430
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2431 if test x"${install_sh}" != xset; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2432 case $am_aux_dir in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2433 *\ * | *\ *)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2434 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2435 *)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2436 install_sh="\${SHELL} $am_aux_dir/install-sh"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2437 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2438 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2439
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2440 # Installed binaries are usually stripped using `strip' when the user
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2441 # run `make install-strip'. However `strip' might not be the right
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2442 # tool to use in cross-compilation environments, therefore Automake
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2443 # will honor the `STRIP' environment variable to overrule this program.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2444 if test "$cross_compiling" != no; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2445 if test -n "$ac_tool_prefix"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2446 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2447 set dummy ${ac_tool_prefix}strip; ac_word=$2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2449 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2450 if test "${ac_cv_prog_STRIP+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2451 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2452 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2453 if test -n "$STRIP"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2454 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2455 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2457 for as_dir in $PATH
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2458 do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2459 IFS=$as_save_IFS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2460 test -z "$as_dir" && as_dir=.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2461 for ac_exec_ext in '' $ac_executable_extensions; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2463 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2465 break 2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2466 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2467 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2468 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2469 IFS=$as_save_IFS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2470
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2471 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2472 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2473 STRIP=$ac_cv_prog_STRIP
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2474 if test -n "$STRIP"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2476 $as_echo "$STRIP" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2477 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2479 $as_echo "no" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2480 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2481
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2482
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2483 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2484 if test -z "$ac_cv_prog_STRIP"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2485 ac_ct_STRIP=$STRIP
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2486 # Extract the first word of "strip", so it can be a program name with args.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2487 set dummy strip; ac_word=$2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2489 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2490 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2491 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2492 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2493 if test -n "$ac_ct_STRIP"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2494 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2495 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2497 for as_dir in $PATH
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2498 do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2499 IFS=$as_save_IFS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2500 test -z "$as_dir" && as_dir=.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2501 for ac_exec_ext in '' $ac_executable_extensions; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2503 ac_cv_prog_ac_ct_STRIP="strip"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2505 break 2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2506 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2507 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2508 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2509 IFS=$as_save_IFS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2510
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2511 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2512 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2513 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2514 if test -n "$ac_ct_STRIP"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2516 $as_echo "$ac_ct_STRIP" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2517 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2519 $as_echo "no" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2520 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2521
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2522 if test "x$ac_ct_STRIP" = x; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2523 STRIP=":"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2524 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2525 case $cross_compiling:$ac_tool_warned in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2526 yes:)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2528 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2529 ac_tool_warned=yes ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2530 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2531 STRIP=$ac_ct_STRIP
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2532 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2533 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2534 STRIP="$ac_cv_prog_STRIP"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2535 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2536
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2537 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2538 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2539
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2541 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2542 if test -z "$MKDIR_P"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2543 if test "${ac_cv_path_mkdir+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2544 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2545 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2547 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2548 do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2549 IFS=$as_save_IFS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2550 test -z "$as_dir" && as_dir=.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2551 for ac_prog in mkdir gmkdir; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2552 for ac_exec_ext in '' $ac_executable_extensions; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2553 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2554 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2555 'mkdir (GNU coreutils) '* | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2556 'mkdir (coreutils) '* | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2557 'mkdir (fileutils) '4.1*)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2558 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2559 break 3;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2560 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2561 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2562 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2563 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2564 IFS=$as_save_IFS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2565
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2566 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2567
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2568 test -d ./--version && rmdir ./--version
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2569 if test "${ac_cv_path_mkdir+set}" = set; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2570 MKDIR_P="$ac_cv_path_mkdir -p"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2571 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2572 # As a last resort, use the slow shell script. Don't cache a
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2573 # value for MKDIR_P within a source directory, because that will
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2574 # break other packages using the cache if that directory is
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2575 # removed, or if the value is a relative name.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2576 MKDIR_P="$ac_install_sh -d"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2577 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2578 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2580 $as_echo "$MKDIR_P" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2581
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2582 mkdir_p="$MKDIR_P"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2583 case $mkdir_p in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2584 [\\/$]* | ?:[\\/]*) ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2585 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2586 esac
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2587
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2588 for ac_prog in gawk mawk nawk awk
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2589 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2590 # Extract the first word of "$ac_prog", so it can be a program name with args.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2591 set dummy $ac_prog; ac_word=$2
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2593 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2594 if test "${ac_cv_prog_AWK+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2595 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2596 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2597 if test -n "$AWK"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2598 ac_cv_prog_AWK="$AWK" # Let the user override the test.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2599 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2601 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2602 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2603 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2604 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2605 for ac_exec_ext in '' $ac_executable_extensions; do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2607 ac_cv_prog_AWK="$ac_prog"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2609 break 2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2610 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2611 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2612 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2613 IFS=$as_save_IFS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2614
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2615 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2616 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2617 AWK=$ac_cv_prog_AWK
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2618 if test -n "$AWK"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2620 $as_echo "$AWK" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2621 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2623 $as_echo "no" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2624 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2625
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2626
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2627 test -n "$AWK" && break
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2628 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2629
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2631 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2632 set x ${MAKE-make}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2633 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2634 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2635 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2636 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2637 cat >conftest.make <<\_ACEOF
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2638 SHELL = /bin/sh
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2639 all:
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2640 @echo '@@@%%%=$(MAKE)=@@@%%%'
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2641 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2642 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2643 case `${MAKE-make} -f conftest.make 2>/dev/null` in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2644 *@@@%%%=?*=@@@%%%*)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2645 eval ac_cv_prog_make_${ac_make}_set=yes;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2646 *)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2647 eval ac_cv_prog_make_${ac_make}_set=no;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2648 esac
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2649 rm -f conftest.make
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2650 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2651 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2653 $as_echo "yes" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2654 SET_MAKE=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2655 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2657 $as_echo "no" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2658 SET_MAKE="MAKE=${MAKE-make}"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2659 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2660
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2661 rm -rf .tst 2>/dev/null
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2662 mkdir .tst 2>/dev/null
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2663 if test -d .tst; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2664 am__leading_dot=.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2665 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2666 am__leading_dot=_
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2667 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2668 rmdir .tst 2>/dev/null
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2669
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2670 if test "`cd $srcdir && pwd`" != "`pwd`"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2671 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2672 # is not polluted with repeated "-I."
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2673 am__isrc=' -I$(srcdir)'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2674 # test to see if srcdir already configured
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2675 if test -f $srcdir/config.status; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2676 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2677 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2678 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2679
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2680 # test whether we have cygpath
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2681 if test -z "$CYGPATH_W"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2682 if (cygpath --version) >/dev/null 2>/dev/null; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2683 CYGPATH_W='cygpath -w'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2684 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2685 CYGPATH_W=echo
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2686 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2687 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2688
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2689
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2690 # Define the identity of the package.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2691 PACKAGE='masqmail'
52
c80a5730bcc5 next release will be 0.2.23
meillo@marmaro.de
parents: 42
diff changeset
2692 VERSION='0.2.23'
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2693
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2694
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2695 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2696 #define PACKAGE "$PACKAGE"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2697 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2698
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2699
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2700 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2701 #define VERSION "$VERSION"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2702 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2703
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2704 # Some tools Automake needs.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2705
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2706 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2707
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2708
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2709 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2710
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2711
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2712 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2713
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2714
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2715 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2716
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2717
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2718 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2719
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2720 # We need awk for the "check" target. The system "awk" is bad on
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2721 # some platforms.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2722 # Always define AMTAR for backward compatibility.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2723
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2724 AMTAR=${AMTAR-"${am_missing_run}tar"}
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2725
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2726 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2727
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2728
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2729
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2730
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2731
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2732
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2733
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2734
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2735
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2736
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2737 ac_ext=c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2738 ac_cpp='$CPP $CPPFLAGS'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2739 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2740 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2741 ac_compiler_gnu=$ac_cv_c_compiler_gnu
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2742 if test -n "$ac_tool_prefix"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2743 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2744 set dummy ${ac_tool_prefix}gcc; ac_word=$2
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2746 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2747 if test "${ac_cv_prog_CC+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2748 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2749 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2750 if test -n "$CC"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2751 ac_cv_prog_CC="$CC" # Let the user override the test.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2752 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2754 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2755 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2756 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2757 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2758 for ac_exec_ext in '' $ac_executable_extensions; do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2760 ac_cv_prog_CC="${ac_tool_prefix}gcc"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2762 break 2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2763 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2764 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2765 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2766 IFS=$as_save_IFS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2767
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2768 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2769 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2770 CC=$ac_cv_prog_CC
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2771 if test -n "$CC"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2773 $as_echo "$CC" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2774 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2776 $as_echo "no" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2777 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2778
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2779
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2780 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2781 if test -z "$ac_cv_prog_CC"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2782 ac_ct_CC=$CC
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2783 # Extract the first word of "gcc", so it can be a program name with args.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2784 set dummy gcc; ac_word=$2
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2786 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2787 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2788 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2789 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2790 if test -n "$ac_ct_CC"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2791 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2792 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2794 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2795 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2796 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2797 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2798 for ac_exec_ext in '' $ac_executable_extensions; do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2800 ac_cv_prog_ac_ct_CC="gcc"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2802 break 2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2803 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2804 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2805 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2806 IFS=$as_save_IFS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2807
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2808 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2809 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2810 ac_ct_CC=$ac_cv_prog_ac_ct_CC
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2811 if test -n "$ac_ct_CC"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2813 $as_echo "$ac_ct_CC" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2814 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2816 $as_echo "no" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2817 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2818
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2819 if test "x$ac_ct_CC" = x; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2820 CC=""
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2821 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2822 case $cross_compiling:$ac_tool_warned in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2823 yes:)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2825 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2826 ac_tool_warned=yes ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2827 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2828 CC=$ac_ct_CC
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2829 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2830 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2831 CC="$ac_cv_prog_CC"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2832 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2833
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2834 if test -z "$CC"; then
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2835 if test -n "$ac_tool_prefix"; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2836 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2837 set dummy ${ac_tool_prefix}cc; ac_word=$2
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2839 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2840 if test "${ac_cv_prog_CC+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2841 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2842 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2843 if test -n "$CC"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2844 ac_cv_prog_CC="$CC" # Let the user override the test.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2845 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2847 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2848 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2849 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2850 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2851 for ac_exec_ext in '' $ac_executable_extensions; do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2852 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2853 ac_cv_prog_CC="${ac_tool_prefix}cc"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2855 break 2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2856 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2857 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2858 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2859 IFS=$as_save_IFS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2860
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2861 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2862 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2863 CC=$ac_cv_prog_CC
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2864 if test -n "$CC"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2866 $as_echo "$CC" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2867 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2869 $as_echo "no" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2870 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2871
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2872
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2873 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2874 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2875 if test -z "$CC"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2876 # Extract the first word of "cc", so it can be a program name with args.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2877 set dummy cc; ac_word=$2
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2879 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2880 if test "${ac_cv_prog_CC+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2881 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2882 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2883 if test -n "$CC"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2884 ac_cv_prog_CC="$CC" # Let the user override the test.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2885 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2886 ac_prog_rejected=no
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2888 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2889 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2890 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2891 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2892 for ac_exec_ext in '' $ac_executable_extensions; do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2894 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2895 ac_prog_rejected=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2896 continue
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2897 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2898 ac_cv_prog_CC="cc"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2900 break 2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2901 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2902 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2903 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2904 IFS=$as_save_IFS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2905
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2906 if test $ac_prog_rejected = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2907 # We found a bogon in the path, so make sure we never use it.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2908 set dummy $ac_cv_prog_CC
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2909 shift
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2910 if test $# != 0; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2911 # We chose a different compiler from the bogus one.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2912 # However, it has the same basename, so the bogon will be chosen
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2913 # first if we set CC to just the basename; use the full file name.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2914 shift
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2915 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2916 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2917 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2918 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2919 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2920 CC=$ac_cv_prog_CC
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2921 if test -n "$CC"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2923 $as_echo "$CC" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2924 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2926 $as_echo "no" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2927 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2928
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2929
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2930 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2931 if test -z "$CC"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2932 if test -n "$ac_tool_prefix"; then
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2933 for ac_prog in cl.exe
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2934 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2935 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2936 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2938 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2939 if test "${ac_cv_prog_CC+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2940 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2941 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2942 if test -n "$CC"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2943 ac_cv_prog_CC="$CC" # Let the user override the test.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2944 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2946 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2947 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2948 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2949 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2950 for ac_exec_ext in '' $ac_executable_extensions; do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2952 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2954 break 2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2955 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2956 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2957 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2958 IFS=$as_save_IFS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2959
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2960 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2961 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2962 CC=$ac_cv_prog_CC
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2963 if test -n "$CC"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2965 $as_echo "$CC" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2966 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2968 $as_echo "no" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2969 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2970
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2971
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2972 test -n "$CC" && break
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2973 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2974 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2975 if test -z "$CC"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2976 ac_ct_CC=$CC
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2977 for ac_prog in cl.exe
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2978 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2979 # Extract the first word of "$ac_prog", so it can be a program name with args.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2980 set dummy $ac_prog; ac_word=$2
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2982 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2983 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2984 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2985 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2986 if test -n "$ac_ct_CC"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2987 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2988 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2990 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2991 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2992 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2993 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2994 for ac_exec_ext in '' $ac_executable_extensions; do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
2995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2996 ac_cv_prog_ac_ct_CC="$ac_prog"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
2997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2998 break 2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
2999 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3000 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3001 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3002 IFS=$as_save_IFS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3003
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3004 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3005 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3006 ac_ct_CC=$ac_cv_prog_ac_ct_CC
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3007 if test -n "$ac_ct_CC"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3009 $as_echo "$ac_ct_CC" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3010 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3012 $as_echo "no" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3013 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3014
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3015
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3016 test -n "$ac_ct_CC" && break
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3017 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3018
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3019 if test "x$ac_ct_CC" = x; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3020 CC=""
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3021 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3022 case $cross_compiling:$ac_tool_warned in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3023 yes:)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3025 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3026 ac_tool_warned=yes ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3027 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3028 CC=$ac_ct_CC
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3029 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3030 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3031
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3032 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3033
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3034
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3035 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3036 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3037 as_fn_error "no acceptable C compiler found in \$PATH
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3038 See \`config.log' for more details." "$LINENO" 5; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3039
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3040 # Provide some information about the compiler.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3041 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3042 set X $ac_compile
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3043 ac_compiler=$2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3044 for ac_option in --version -v -V -qversion; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3045 { { ac_try="$ac_compiler $ac_option >&5"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3046 case "(($ac_try" in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3048 *) ac_try_echo=$ac_try;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3049 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3050 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3051 $as_echo "$ac_try_echo"; } >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3052 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3053 ac_status=$?
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3054 if test -s conftest.err; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3055 sed '10a\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3056 ... rest of stderr output deleted ...
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3057 10q' conftest.err >conftest.er1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3058 cat conftest.er1 >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3059 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3060 rm -f conftest.er1 conftest.err
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3061 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3062 test $ac_status = 0; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3063 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3064
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3066 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3067
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3068 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3069 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3070 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3071
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3072 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3073 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3074 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3075 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3076 ac_clean_files_save=$ac_clean_files
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3077 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3078 # Try to create an executable without -o first, disregard a.out.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3079 # It will help us diagnose broken compilers, and finding out an intuition
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3080 # of exeext.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3082 $as_echo_n "checking whether the C compiler works... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3083 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3084
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3085 # The possible output files:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3086 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3087
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3088 ac_rmfiles=
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3089 for ac_file in $ac_files
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3090 do
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3091 case $ac_file in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3092 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3093 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3094 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3095 done
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3096 rm -f $ac_rmfiles
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3097
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3098 if { { ac_try="$ac_link_default"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3099 case "(($ac_try" in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3101 *) ac_try_echo=$ac_try;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3102 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3103 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3104 $as_echo "$ac_try_echo"; } >&5
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3105 (eval "$ac_link_default") 2>&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3106 ac_status=$?
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3108 test $ac_status = 0; }; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3109 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3110 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3111 # in a Makefile. We should not override ac_cv_exeext if it was cached,
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3112 # so that the user can short-circuit this test for compilers unknown to
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3113 # Autoconf.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3114 for ac_file in $ac_files ''
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3115 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3116 test -f "$ac_file" || continue
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3117 case $ac_file in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3118 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3119 ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3120 [ab].out )
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3121 # We found the default executable, but exeext='' is most
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3122 # certainly right.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3123 break;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3124 *.* )
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3125 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3126 then :; else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3127 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3128 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3129 # We set ac_cv_exeext here because the later test for it is not
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3130 # safe: cross compilers may not add the suffix if given an `-o'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3131 # argument, so we may need to know it at that point already.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3132 # Even if this section looks crufty: it has the advantage of
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3133 # actually working.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3134 break;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3135 * )
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3136 break;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3137 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3138 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3139 test "$ac_cv_exeext" = no && ac_cv_exeext=
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3140
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3141 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3142 ac_file=''
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3143 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3144 if test -z "$ac_file"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3146 $as_echo "no" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3147 $as_echo "$as_me: failed program was:" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3148 sed 's/^/| /' conftest.$ac_ext >&5
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3149
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3150 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3151 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3152 { as_fn_set_status 77
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3153 as_fn_error "C compiler cannot create executables
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3154 See \`config.log' for more details." "$LINENO" 5; }; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3155 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3157 $as_echo "yes" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3158 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3160 $as_echo_n "checking for C compiler default output file name... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3162 $as_echo "$ac_file" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3163 ac_exeext=$ac_cv_exeext
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3164
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3165 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3166 ac_clean_files=$ac_clean_files_save
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3168 $as_echo_n "checking for suffix of executables... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3169 if { { ac_try="$ac_link"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3170 case "(($ac_try" in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3172 *) ac_try_echo=$ac_try;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3173 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3174 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3175 $as_echo "$ac_try_echo"; } >&5
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3176 (eval "$ac_link") 2>&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3177 ac_status=$?
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3178 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3179 test $ac_status = 0; }; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3180 # If both `conftest.exe' and `conftest' are `present' (well, observable)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3181 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3182 # work properly (i.e., refer to `conftest.exe'), while it won't with
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3183 # `rm'.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3184 for ac_file in conftest.exe conftest conftest.*; do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3185 test -f "$ac_file" || continue
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3186 case $ac_file in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3187 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3188 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3189 break;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3190 * ) break;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3191 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3192 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3193 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3194 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3195 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3196 as_fn_error "cannot compute suffix of executables: cannot compile and link
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3197 See \`config.log' for more details." "$LINENO" 5; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3198 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3199 rm -f conftest conftest$ac_cv_exeext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3201 $as_echo "$ac_cv_exeext" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3202
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3203 rm -f conftest.$ac_ext
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3204 EXEEXT=$ac_cv_exeext
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3205 ac_exeext=$EXEEXT
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3207 /* end confdefs.h. */
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3208 #include <stdio.h>
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3209 int
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3210 main ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3211 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3212 FILE *f = fopen ("conftest.out", "w");
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3213 return ferror (f) || fclose (f) != 0;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3214
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3215 ;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3216 return 0;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3217 }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3218 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3219 ac_clean_files="$ac_clean_files conftest.out"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3220 # Check that the compiler produces executables we can run. If not, either
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3221 # the compiler is broken, or we cross compile.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3223 $as_echo_n "checking whether we are cross compiling... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3224 if test "$cross_compiling" != yes; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3225 { { ac_try="$ac_link"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3226 case "(($ac_try" in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3228 *) ac_try_echo=$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3229 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3230 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3231 $as_echo "$ac_try_echo"; } >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3232 (eval "$ac_link") 2>&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3233 ac_status=$?
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3234 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3235 test $ac_status = 0; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3236 if { ac_try='./conftest$ac_cv_exeext'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3237 { { case "(($ac_try" in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3239 *) ac_try_echo=$ac_try;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3240 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3241 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3242 $as_echo "$ac_try_echo"; } >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3243 (eval "$ac_try") 2>&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3244 ac_status=$?
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3246 test $ac_status = 0; }; }; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3247 cross_compiling=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3248 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3249 if test "$cross_compiling" = maybe; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3250 cross_compiling=yes
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3251 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3252 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3253 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3254 as_fn_error "cannot run C compiled programs.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3255 If you meant to cross compile, use \`--host'.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3256 See \`config.log' for more details." "$LINENO" 5; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3257 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3258 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3259 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3261 $as_echo "$cross_compiling" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3262
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3263 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3264 ac_clean_files=$ac_clean_files_save
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3266 $as_echo_n "checking for suffix of object files... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3267 if test "${ac_cv_objext+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3268 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3269 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3271 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3272
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3273 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3274 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3275 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3276
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3277 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3278 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3279 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3280 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3281 rm -f conftest.o conftest.obj
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3282 if { { ac_try="$ac_compile"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3283 case "(($ac_try" in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3285 *) ac_try_echo=$ac_try;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3286 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3287 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3288 $as_echo "$ac_try_echo"; } >&5
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3289 (eval "$ac_compile") 2>&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3290 ac_status=$?
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3291 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3292 test $ac_status = 0; }; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3293 for ac_file in conftest.o conftest.obj conftest.*; do
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3294 test -f "$ac_file" || continue;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3295 case $ac_file in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3296 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3297 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3298 break;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3299 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3300 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3301 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3302 $as_echo "$as_me: failed program was:" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3303 sed 's/^/| /' conftest.$ac_ext >&5
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3304
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3305 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3306 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3307 as_fn_error "cannot compute suffix of object files: cannot compile
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3308 See \`config.log' for more details." "$LINENO" 5; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3309 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3310 rm -f conftest.$ac_cv_objext conftest.$ac_ext
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3311 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3313 $as_echo "$ac_cv_objext" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3314 OBJEXT=$ac_cv_objext
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3315 ac_objext=$OBJEXT
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3317 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3318 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3319 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3320 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3322 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3323
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3324 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3325 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3326 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3327 #ifndef __GNUC__
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3328 choke me
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3329 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3330
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3331 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3332 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3333 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3334 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3335 if ac_fn_c_try_compile "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3336 ac_compiler_gnu=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3337 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3338 ac_compiler_gnu=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3339 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3341 ac_cv_c_compiler_gnu=$ac_compiler_gnu
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3342
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3343 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3345 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3346 if test $ac_compiler_gnu = yes; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3347 GCC=yes
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3348 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3349 GCC=
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3350 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3351 ac_test_CFLAGS=${CFLAGS+set}
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3352 ac_save_CFLAGS=$CFLAGS
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3354 $as_echo_n "checking whether $CC accepts -g... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3355 if test "${ac_cv_prog_cc_g+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3356 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3357 else
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3358 ac_save_c_werror_flag=$ac_c_werror_flag
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3359 ac_c_werror_flag=yes
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3360 ac_cv_prog_cc_g=no
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3361 CFLAGS="-g"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3363 /* end confdefs.h. */
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3364
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3365 int
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3366 main ()
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3367 {
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3368
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3369 ;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3370 return 0;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3371 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3372 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3373 if ac_fn_c_try_compile "$LINENO"; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3374 ac_cv_prog_cc_g=yes
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3375 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3376 CFLAGS=""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3378 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3379
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3380 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3381 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3382 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3383
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3384 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3385 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3386 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3387 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3388 if ac_fn_c_try_compile "$LINENO"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3389
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3390 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3391 ac_c_werror_flag=$ac_save_c_werror_flag
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3392 CFLAGS="-g"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3394 /* end confdefs.h. */
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3395
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3396 int
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3397 main ()
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3398 {
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3399
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3400 ;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3401 return 0;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3402 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3403 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3404 if ac_fn_c_try_compile "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3405 ac_cv_prog_cc_g=yes
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3406 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3408 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3410 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3412 ac_c_werror_flag=$ac_save_c_werror_flag
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3413 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3415 $as_echo "$ac_cv_prog_cc_g" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3416 if test "$ac_test_CFLAGS" = set; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3417 CFLAGS=$ac_save_CFLAGS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3418 elif test $ac_cv_prog_cc_g = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3419 if test "$GCC" = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3420 CFLAGS="-g -O2"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3421 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3422 CFLAGS="-g"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3423 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3424 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3425 if test "$GCC" = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3426 CFLAGS="-O2"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3427 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3428 CFLAGS=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3429 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3430 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3432 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3433 if test "${ac_cv_prog_cc_c89+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3434 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3435 else
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3436 ac_cv_prog_cc_c89=no
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3437 ac_save_CC=$CC
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3439 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3440 #include <stdarg.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3441 #include <stdio.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3442 #include <sys/types.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3443 #include <sys/stat.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3444 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3445 struct buf { int x; };
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3446 FILE * (*rcsopen) (struct buf *, struct stat *, int);
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3447 static char *e (p, i)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3448 char **p;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3449 int i;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3450 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3451 return p[i];
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3452 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3453 static char *f (char * (*g) (char **, int), char **p, ...)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3454 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3455 char *s;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3456 va_list v;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3457 va_start (v,p);
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3458 s = g (p, va_arg (v,int));
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3459 va_end (v);
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3460 return s;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3461 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3462
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3463 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3464 function prototypes and stuff, but not '\xHH' hex character constants.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3465 These don't provoke an error unfortunately, instead are silently treated
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3466 as 'x'. The following induces an error, until -std is added to get
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3467 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3468 array size at least. It's necessary to write '\x00'==0 to get something
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3469 that's true only with -std. */
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3470 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3471
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3472 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3473 inside strings and character constants. */
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3474 #define FOO(x) 'x'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3475 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3476
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3477 int test (int i, double x);
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3478 struct s1 {int (*f) (int a);};
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3479 struct s2 {int (*f) (double a);};
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3480 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3481 int argc;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3482 char **argv;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3483 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3484 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3485 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3486 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3487 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3488 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3489 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3490 _ACEOF
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3491 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3492 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3493 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3494 CC="$ac_save_CC $ac_arg"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3495 if ac_fn_c_try_compile "$LINENO"; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3496 ac_cv_prog_cc_c89=$ac_arg
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3497 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3498 rm -f core conftest.err conftest.$ac_objext
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3499 test "x$ac_cv_prog_cc_c89" != "xno" && break
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3500 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3501 rm -f conftest.$ac_ext
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3502 CC=$ac_save_CC
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3503
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3504 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3505 # AC_CACHE_VAL
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3506 case "x$ac_cv_prog_cc_c89" in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3507 x)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3509 $as_echo "none needed" >&6; } ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3510 xno)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3512 $as_echo "unsupported" >&6; } ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3513 *)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3514 CC="$CC $ac_cv_prog_cc_c89"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3516 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3517 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3518 if test "x$ac_cv_prog_cc_c89" != xno; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3519
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3520 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3521
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3522 ac_ext=c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3523 ac_cpp='$CPP $CPPFLAGS'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3524 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3525 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3526 ac_compiler_gnu=$ac_cv_c_compiler_gnu
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3527 DEPDIR="${am__leading_dot}deps"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3528
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3529 ac_config_commands="$ac_config_commands depfiles"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3530
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3531
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3532 am_make=${MAKE-make}
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3533 cat > confinc << 'END'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3534 am__doit:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3535 @echo this is the am__doit target
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3536 .PHONY: am__doit
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3537 END
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3538 # If we don't find an include directive, just comment out the code.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3540 $as_echo_n "checking for style of include used by $am_make... " >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3541 am__include="#"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3542 am__quote=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3543 _am_result=none
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3544 # First try GNU make style include.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3545 echo "include confinc" > confmf
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3546 # Ignore all kinds of additional output from `make'.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3547 case `$am_make -s -f confmf 2> /dev/null` in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3548 *the\ am__doit\ target*)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3549 am__include=include
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3550 am__quote=
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3551 _am_result=GNU
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3552 ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3553 esac
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3554 # Now try BSD make style include.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3555 if test "$am__include" = "#"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3556 echo '.include "confinc"' > confmf
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3557 case `$am_make -s -f confmf 2> /dev/null` in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3558 *the\ am__doit\ target*)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3559 am__include=.include
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3560 am__quote="\""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3561 _am_result=BSD
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3562 ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3563 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3564 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3565
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3566
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3568 $as_echo "$_am_result" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3569 rm -f confinc confmf
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3570
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3571 # Check whether --enable-dependency-tracking was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3572 if test "${enable_dependency_tracking+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3573 enableval=$enable_dependency_tracking;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3574 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3575
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3576 if test "x$enable_dependency_tracking" != xno; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3577 am_depcomp="$ac_aux_dir/depcomp"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3578 AMDEPBACKSLASH='\'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3579 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3580 if test "x$enable_dependency_tracking" != xno; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3581 AMDEP_TRUE=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3582 AMDEP_FALSE='#'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3583 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3584 AMDEP_TRUE='#'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3585 AMDEP_FALSE=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3586 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3587
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3588
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3589
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3590 depcc="$CC" am_compiler_list=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3591
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3593 $as_echo_n "checking dependency style of $depcc... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3594 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3595 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3596 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3597 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3598 # We make a subdir and do the tests there. Otherwise we can end up
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3599 # making bogus files that we don't know about and never remove. For
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3600 # instance it was reported that on HP-UX the gcc test will end up
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3601 # making a dummy file named `D' -- because `-MD' means `put the output
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3602 # in D'.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3603 mkdir conftest.dir
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3604 # Copy depcomp to subdir because otherwise we won't find it if we're
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3605 # using a relative directory.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3606 cp "$am_depcomp" conftest.dir
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3607 cd conftest.dir
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3608 # We will build objects and dependencies in a subdirectory because
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3609 # it helps to detect inapplicable dependency modes. For instance
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3610 # both Tru64's cc and ICC support -MD to output dependencies as a
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3611 # side effect of compilation, but ICC will put the dependencies in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3612 # the current directory while Tru64 will put them in the object
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3613 # directory.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3614 mkdir sub
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3615
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3616 am_cv_CC_dependencies_compiler_type=none
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3617 if test "$am_compiler_list" = ""; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3618 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3619 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3620 am__universal=false
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3621 case " $depcc " in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3622 *\ -arch\ *\ -arch\ *) am__universal=true ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3623 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3624
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3625 for depmode in $am_compiler_list; do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3626 # Setup a source with many dependencies, because some compilers
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3627 # like to wrap large dependency lists on column 80 (with \), and
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3628 # we should not choose a depcomp mode which is confused by this.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3629 #
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3630 # We need to recreate these files for each test, as the compiler may
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3631 # overwrite some of them when testing with obscure command lines.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3632 # This happens at least with the AIX C compiler.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3633 : > sub/conftest.c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3634 for i in 1 2 3 4 5 6; do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3635 echo '#include "conftst'$i'.h"' >> sub/conftest.c
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3636 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3637 # Solaris 8's {/usr,}/bin/sh.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3638 touch sub/conftst$i.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3639 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3640 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3641
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3642 # We check with `-c' and `-o' for the sake of the "dashmstdout"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3643 # mode. It turns out that the SunPro C++ compiler does not properly
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3644 # handle `-M -o', and we need to detect this. Also, some Intel
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3645 # versions had trouble with output in subdirs
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3646 am__obj=sub/conftest.${OBJEXT-o}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3647 am__minus_obj="-o $am__obj"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3648 case $depmode in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3649 gcc)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3650 # This depmode causes a compiler race in universal mode.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3651 test "$am__universal" = false || continue
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3652 ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3653 nosideeffect)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3654 # after this tag, mechanisms are not by side-effect, so they'll
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3655 # only be used when explicitly requested
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3656 if test "x$enable_dependency_tracking" = xyes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3657 continue
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3658 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3659 break
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3660 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3661 ;;
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3662 msvisualcpp | msvcmsys)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3663 # This compiler won't grok `-c -o', but also, the minuso test has
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3664 # not run yet. These depmodes are late enough in the game, and
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3665 # so weak that their functioning should not be impacted.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3666 am__obj=conftest.${OBJEXT-o}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3667 am__minus_obj=
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3668 ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3669 none) break ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3670 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3671 if depmode=$depmode \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3672 source=sub/conftest.c object=$am__obj \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3673 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3674 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3675 >/dev/null 2>conftest.err &&
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3676 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3677 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3678 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3679 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3680 # icc doesn't choke on unknown options, it will just issue warnings
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3681 # or remarks (even with -Werror). So we grep stderr for any message
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3682 # that says an option was ignored or not supported.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3683 # When given -MP, icc 7.0 and 7.1 complain thusly:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3684 # icc: Command line warning: ignoring option '-M'; no argument required
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3685 # The diagnosis changed in icc 8.0:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3686 # icc: Command line remark: option '-MP' not supported
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3687 if (grep 'ignoring option' conftest.err ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3688 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3689 am_cv_CC_dependencies_compiler_type=$depmode
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3690 break
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3691 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3692 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3693 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3694
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3695 cd ..
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3696 rm -rf conftest.dir
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3697 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3698 am_cv_CC_dependencies_compiler_type=none
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3699 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3700
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3701 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3703 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3704 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3705
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3706 if
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3707 test "x$enable_dependency_tracking" != xno \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3708 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3709 am__fastdepCC_TRUE=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3710 am__fastdepCC_FALSE='#'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3711 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3712 am__fastdepCC_TRUE='#'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3713 am__fastdepCC_FALSE=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3714 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3715
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3716
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3717
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3719 $as_echo_n "checking for library containing strerror... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3720 if test "${ac_cv_search_strerror+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3721 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3722 else
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3723 ac_func_search_save_LIBS=$LIBS
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3725 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3726
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3727 /* Override any GCC internal prototype to avoid an error.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3728 Use char because int might match the return type of a GCC
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3729 builtin and then its argument prototype would still apply. */
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3730 #ifdef __cplusplus
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3731 extern "C"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3732 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3733 char strerror ();
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3734 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3735 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3736 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3737 return strerror ();
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3738 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3739 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3740 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3741 _ACEOF
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3742 for ac_lib in '' cposix; do
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3743 if test -z "$ac_lib"; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3744 ac_res="none required"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3745 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3746 ac_res=-l$ac_lib
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3747 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3748 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3749 if ac_fn_c_try_link "$LINENO"; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3750 ac_cv_search_strerror=$ac_res
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3751 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3752 rm -f core conftest.err conftest.$ac_objext \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3753 conftest$ac_exeext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3754 if test "${ac_cv_search_strerror+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3755 break
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3756 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3757 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3758 if test "${ac_cv_search_strerror+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3759
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3760 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3761 ac_cv_search_strerror=no
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3762 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3763 rm conftest.$ac_ext
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3764 LIBS=$ac_func_search_save_LIBS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3765 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3767 $as_echo "$ac_cv_search_strerror" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3768 ac_res=$ac_cv_search_strerror
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3769 if test "$ac_res" != no; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3770 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3771
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3772 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3773
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3774 ac_ext=c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3775 ac_cpp='$CPP $CPPFLAGS'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3776 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3777 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3778 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3780 $as_echo_n "checking how to run the C preprocessor... " >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3781 # On Suns, sometimes $CPP names a directory.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3782 if test -n "$CPP" && test -d "$CPP"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3783 CPP=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3784 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3785 if test -z "$CPP"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3786 if test "${ac_cv_prog_CPP+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3787 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3788 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3789 # Double quotes because CPP needs to be expanded
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3790 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3791 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3792 ac_preproc_ok=false
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3793 for ac_c_preproc_warn_flag in '' yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3794 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3795 # Use a header file that comes with gcc, so configuring glibc
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3796 # with a fresh cross-compiler works.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3797 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3798 # <limits.h> exists even on freestanding compilers.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3799 # On the NeXT, cc -E runs the code through the compiler's parser,
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3800 # not just through cpp. "Syntax error" is here to catch this case.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3802 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3803 #ifdef __STDC__
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3804 # include <limits.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3805 #else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3806 # include <assert.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3807 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3808 Syntax error
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3809 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3810 if ac_fn_c_try_cpp "$LINENO"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3811
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3812 else
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3813 # Broken: fails on valid input.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3814 continue
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3815 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3816 rm -f conftest.err conftest.$ac_ext
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3817
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3818 # OK, works on sane cases. Now check whether nonexistent headers
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3819 # can be detected and how.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3821 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3822 #include <ac_nonexistent.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3823 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3824 if ac_fn_c_try_cpp "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3825 # Broken: success on invalid input.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3826 continue
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3827 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3828 # Passes both tests.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3829 ac_preproc_ok=:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3830 break
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3831 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3832 rm -f conftest.err conftest.$ac_ext
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3833
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3834 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3835 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3836 rm -f conftest.err conftest.$ac_ext
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3837 if $ac_preproc_ok; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3838 break
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3839 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3840
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3841 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3842 ac_cv_prog_CPP=$CPP
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3843
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3844 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3845 CPP=$ac_cv_prog_CPP
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3846 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3847 ac_cv_prog_CPP=$CPP
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3848 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3850 $as_echo "$CPP" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3851 ac_preproc_ok=false
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3852 for ac_c_preproc_warn_flag in '' yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3853 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3854 # Use a header file that comes with gcc, so configuring glibc
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3855 # with a fresh cross-compiler works.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3856 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3857 # <limits.h> exists even on freestanding compilers.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3858 # On the NeXT, cc -E runs the code through the compiler's parser,
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3859 # not just through cpp. "Syntax error" is here to catch this case.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3861 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3862 #ifdef __STDC__
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3863 # include <limits.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3864 #else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3865 # include <assert.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3866 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3867 Syntax error
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3868 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3869 if ac_fn_c_try_cpp "$LINENO"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3870
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3871 else
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3872 # Broken: fails on valid input.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3873 continue
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3874 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3875 rm -f conftest.err conftest.$ac_ext
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3876
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3877 # OK, works on sane cases. Now check whether nonexistent headers
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3878 # can be detected and how.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3880 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3881 #include <ac_nonexistent.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3882 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3883 if ac_fn_c_try_cpp "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3884 # Broken: success on invalid input.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3885 continue
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3886 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3887 # Passes both tests.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3888 ac_preproc_ok=:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3889 break
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3890 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3891 rm -f conftest.err conftest.$ac_ext
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3892
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3893 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3894 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3895 rm -f conftest.err conftest.$ac_ext
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3896 if $ac_preproc_ok; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3897
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3898 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3899 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3900 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3901 as_fn_error "C preprocessor \"$CPP\" fails sanity check
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3902 See \`config.log' for more details." "$LINENO" 5; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3903 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3904
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3905 ac_ext=c
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3906 ac_cpp='$CPP $CPPFLAGS'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3907 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3908 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3909 ac_compiler_gnu=$ac_cv_c_compiler_gnu
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3910
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3911
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3913 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3914 if test "${ac_cv_path_GREP+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3915 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3916 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3917 if test -z "$GREP"; then
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3918 ac_path_GREP_found=false
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3919 # Loop through the user's path and test for each of PROGNAME-LIST
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3921 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3922 do
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3923 IFS=$as_save_IFS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3924 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3925 for ac_prog in grep ggrep; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3926 for ac_exec_ext in '' $ac_executable_extensions; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3927 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3928 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3929 # Check for GNU ac_path_GREP and select it if it is found.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3930 # Check for GNU $ac_path_GREP
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3931 case `"$ac_path_GREP" --version 2>&1` in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3932 *GNU*)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3933 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3934 *)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3935 ac_count=0
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3936 $as_echo_n 0123456789 >"conftest.in"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3937 while :
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3938 do
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3939 cat "conftest.in" "conftest.in" >"conftest.tmp"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3940 mv "conftest.tmp" "conftest.in"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3941 cp "conftest.in" "conftest.nl"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3942 $as_echo 'GREP' >> "conftest.nl"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3943 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3944 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3945 as_fn_arith $ac_count + 1 && ac_count=$as_val
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3946 if test $ac_count -gt ${ac_path_GREP_max-0}; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3947 # Best one so far, save it but keep looking for a better one
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3948 ac_cv_path_GREP="$ac_path_GREP"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3949 ac_path_GREP_max=$ac_count
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
3950 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3951 # 10*(2^10) chars as input seems more than enough
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3952 test $ac_count -gt 10 && break
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3953 done
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3954 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3955 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3956
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3957 $ac_path_GREP_found && break 3
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3958 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3959 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3960 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3961 IFS=$as_save_IFS
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3962 if test -z "$ac_cv_path_GREP"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3963 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3964 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3965 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3966 ac_cv_path_GREP=$GREP
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3967 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3968
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3969 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3971 $as_echo "$ac_cv_path_GREP" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3972 GREP="$ac_cv_path_GREP"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3973
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3974
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3976 $as_echo_n "checking for egrep... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3977 if test "${ac_cv_path_EGREP+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3978 $as_echo_n "(cached) " >&6
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3979 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3980 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3981 then ac_cv_path_EGREP="$GREP -E"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3982 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3983 if test -z "$EGREP"; then
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3984 ac_path_EGREP_found=false
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3985 # Loop through the user's path and test for each of PROGNAME-LIST
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3987 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3988 do
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3989 IFS=$as_save_IFS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3990 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3991 for ac_prog in egrep; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3992 for ac_exec_ext in '' $ac_executable_extensions; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3993 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3994 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
3995 # Check for GNU ac_path_EGREP and select it if it is found.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3996 # Check for GNU $ac_path_EGREP
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3997 case `"$ac_path_EGREP" --version 2>&1` in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3998 *GNU*)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
3999 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4000 *)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4001 ac_count=0
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4002 $as_echo_n 0123456789 >"conftest.in"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4003 while :
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4004 do
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4005 cat "conftest.in" "conftest.in" >"conftest.tmp"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4006 mv "conftest.tmp" "conftest.in"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4007 cp "conftest.in" "conftest.nl"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4008 $as_echo 'EGREP' >> "conftest.nl"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4009 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4010 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4011 as_fn_arith $ac_count + 1 && ac_count=$as_val
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4012 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4013 # Best one so far, save it but keep looking for a better one
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4014 ac_cv_path_EGREP="$ac_path_EGREP"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4015 ac_path_EGREP_max=$ac_count
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4016 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4017 # 10*(2^10) chars as input seems more than enough
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4018 test $ac_count -gt 10 && break
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4019 done
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4020 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4021 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4022
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4023 $ac_path_EGREP_found && break 3
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4024 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4025 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4026 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4027 IFS=$as_save_IFS
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4028 if test -z "$ac_cv_path_EGREP"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4029 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4030 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4031 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4032 ac_cv_path_EGREP=$EGREP
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4033 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4034
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4035 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4036 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4038 $as_echo "$ac_cv_path_EGREP" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4039 EGREP="$ac_cv_path_EGREP"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4040
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4041
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4043 $as_echo_n "checking for ANSI C header files... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4044 if test "${ac_cv_header_stdc+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4045 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4046 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4048 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4049 #include <stdlib.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4050 #include <stdarg.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4051 #include <string.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4052 #include <float.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4053
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4054 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4055 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4056 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4057
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4058 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4059 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4060 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4061 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4062 if ac_fn_c_try_compile "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4063 ac_cv_header_stdc=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4064 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4065 ac_cv_header_stdc=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4066 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4068
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4069 if test $ac_cv_header_stdc = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4070 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4072 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4073 #include <string.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4074
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4075 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4076 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4077 $EGREP "memchr" >/dev/null 2>&1; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4078
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4079 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4080 ac_cv_header_stdc=no
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4081 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4082 rm -f conftest*
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4083
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4084 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4085
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4086 if test $ac_cv_header_stdc = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4087 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4089 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4090 #include <stdlib.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4091
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4092 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4093 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4094 $EGREP "free" >/dev/null 2>&1; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4095
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4096 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4097 ac_cv_header_stdc=no
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4098 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4099 rm -f conftest*
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4100
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4101 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4102
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4103 if test $ac_cv_header_stdc = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4104 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4105 if test "$cross_compiling" = yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4106 :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4107 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4109 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4110 #include <ctype.h>
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4111 #include <stdlib.h>
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4112 #if ((' ' & 0x0FF) == 0x020)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4113 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4114 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4115 #else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4116 # define ISLOWER(c) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4117 (('a' <= (c) && (c) <= 'i') \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4118 || ('j' <= (c) && (c) <= 'r') \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4119 || ('s' <= (c) && (c) <= 'z'))
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4120 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4121 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4122
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4123 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4124 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4125 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4126 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4127 int i;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4128 for (i = 0; i < 256; i++)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4129 if (XOR (islower (i), ISLOWER (i))
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4130 || toupper (i) != TOUPPER (i))
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4131 return 2;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4132 return 0;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4133 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4134 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4135 if ac_fn_c_try_run "$LINENO"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4136
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4137 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4138 ac_cv_header_stdc=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4139 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4140 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4141 conftest.$ac_objext conftest.beam conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4142 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4143
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4144 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4145 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4147 $as_echo "$ac_cv_header_stdc" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4148 if test $ac_cv_header_stdc = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4149
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4150 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4151
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4152 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4153
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4154 if test -n "$ac_tool_prefix"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4155 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4156 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4158 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4159 if test "${ac_cv_prog_RANLIB+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4160 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4161 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4162 if test -n "$RANLIB"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4163 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4164 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4166 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4167 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4168 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4169 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4170 for ac_exec_ext in '' $ac_executable_extensions; do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4172 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4174 break 2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4175 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4176 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4177 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4178 IFS=$as_save_IFS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4179
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4180 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4181 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4182 RANLIB=$ac_cv_prog_RANLIB
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4183 if test -n "$RANLIB"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4185 $as_echo "$RANLIB" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4186 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4188 $as_echo "no" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4189 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4190
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4191
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4192 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4193 if test -z "$ac_cv_prog_RANLIB"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4194 ac_ct_RANLIB=$RANLIB
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4195 # Extract the first word of "ranlib", so it can be a program name with args.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4196 set dummy ranlib; ac_word=$2
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4198 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4199 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4200 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4201 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4202 if test -n "$ac_ct_RANLIB"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4203 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4204 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4206 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4207 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4208 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4209 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4210 for ac_exec_ext in '' $ac_executable_extensions; do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4212 ac_cv_prog_ac_ct_RANLIB="ranlib"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4214 break 2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4215 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4216 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4217 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4218 IFS=$as_save_IFS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4219
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4220 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4221 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4222 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4223 if test -n "$ac_ct_RANLIB"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4225 $as_echo "$ac_ct_RANLIB" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4226 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4228 $as_echo "no" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4229 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4230
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4231 if test "x$ac_ct_RANLIB" = x; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4232 RANLIB=":"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4233 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4234 case $cross_compiling:$ac_tool_warned in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4235 yes:)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4237 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4238 ac_tool_warned=yes ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4239 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4240 RANLIB=$ac_ct_RANLIB
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4241 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4242 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4243 RANLIB="$ac_cv_prog_RANLIB"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4244 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4245
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4246
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4247
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4248
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4249
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4250
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4251
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4252
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4253 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4254 if test -n "$ac_tool_prefix"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4255 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4256 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4258 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4259 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4260 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4261 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4262 case $PKG_CONFIG in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4263 [\\/]* | ?:[\\/]*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4264 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4265 ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4266 *)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4268 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4269 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4270 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4271 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4272 for ac_exec_ext in '' $ac_executable_extensions; do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4274 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4276 break 2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4277 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4278 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4279 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4280 IFS=$as_save_IFS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4281
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4282 ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4283 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4284 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4285 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4286 if test -n "$PKG_CONFIG"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4288 $as_echo "$PKG_CONFIG" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4289 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4291 $as_echo "no" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4292 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4293
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4294
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4295 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4296 if test -z "$ac_cv_path_PKG_CONFIG"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4297 ac_pt_PKG_CONFIG=$PKG_CONFIG
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4298 # Extract the first word of "pkg-config", so it can be a program name with args.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4299 set dummy pkg-config; ac_word=$2
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4301 $as_echo_n "checking for $ac_word... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4302 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4303 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4304 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4305 case $ac_pt_PKG_CONFIG in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4306 [\\/]* | ?:[\\/]*)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4307 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4308 ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4309 *)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4311 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4312 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4313 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4314 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4315 for ac_exec_ext in '' $ac_executable_extensions; do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4317 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4319 break 2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4320 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4321 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4322 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4323 IFS=$as_save_IFS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4324
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4325 ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4326 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4327 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4328 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4329 if test -n "$ac_pt_PKG_CONFIG"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4331 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4332 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4334 $as_echo "no" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4335 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4336
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4337 if test "x$ac_pt_PKG_CONFIG" = x; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4338 PKG_CONFIG=""
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4339 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4340 case $cross_compiling:$ac_tool_warned in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4341 yes:)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4342 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4343 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4344 ac_tool_warned=yes ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4345 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4346 PKG_CONFIG=$ac_pt_PKG_CONFIG
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4347 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4348 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4349 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4350 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4351
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4352 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4353 if test -n "$PKG_CONFIG"; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4354 _pkg_min_version=0.9.0
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4356 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4357 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4359 $as_echo "yes" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4360 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4362 $as_echo "no" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4363 PKG_CONFIG=""
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4364 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4365 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4366
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4367 pkg_failed=no
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4369 $as_echo_n "checking for GLIB... " >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4370
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4371 if test -n "$GLIB_CFLAGS"; then
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4372 pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4373 elif test -n "$PKG_CONFIG"; then
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4374 if test -n "$PKG_CONFIG" && \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4375 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4376 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4377 ac_status=$?
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4378 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4379 test $ac_status = 0; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4380 pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0" 2>/dev/null`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4381 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4382 pkg_failed=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4383 fi
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4384 else
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4385 pkg_failed=untried
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4386 fi
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4387 if test -n "$GLIB_LIBS"; then
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4388 pkg_cv_GLIB_LIBS="$GLIB_LIBS"
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4389 elif test -n "$PKG_CONFIG"; then
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4390 if test -n "$PKG_CONFIG" && \
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4391 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0\""; } >&5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4392 ($PKG_CONFIG --exists --print-errors "glib-2.0") 2>&5
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4393 ac_status=$?
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4394 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4395 test $ac_status = 0; }; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4396 pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0" 2>/dev/null`
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4397 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4398 pkg_failed=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4399 fi
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4400 else
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4401 pkg_failed=untried
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4402 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4403
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4404
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4405
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4406 if test $pkg_failed = yes; then
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4408 $as_echo "no" >&6; }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4409
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4410 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4411 _pkg_short_errors_supported=yes
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4412 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4413 _pkg_short_errors_supported=no
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4414 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4415 if test $_pkg_short_errors_supported = yes; then
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4416 GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0" 2>&1`
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4417 else
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4418 GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0" 2>&1`
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4419 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4420 # Put the nasty error message in config.log where it belongs
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4421 echo "$GLIB_PKG_ERRORS" >&5
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4422
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4423 as_fn_error "Package requirements (glib-2.0) were not met:
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4424
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4425 $GLIB_PKG_ERRORS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4426
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4427 Consider adjusting the PKG_CONFIG_PATH environment variable if you
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4428 installed software in a non-standard prefix.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4429
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4430 Alternatively, you may set the environment variables GLIB_CFLAGS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4431 and GLIB_LIBS to avoid the need to call pkg-config.
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4432 See the pkg-config man page for more details." "$LINENO" 5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4433 elif test $pkg_failed = untried; then
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4435 $as_echo "no" >&6; }
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4438 as_fn_error "The pkg-config script could not be found or is too old. Make sure it
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4439 is in your PATH or set the PKG_CONFIG environment variable to the full
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4440 path to pkg-config.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4441
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4442 Alternatively, you may set the environment variables GLIB_CFLAGS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4443 and GLIB_LIBS to avoid the need to call pkg-config.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4444 See the pkg-config man page for more details.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4445
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4446 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4447 See \`config.log' for more details." "$LINENO" 5; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4448 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4449 GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4450 GLIB_LIBS=$pkg_cv_GLIB_LIBS
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4452 $as_echo "yes" >&6; }
54
907fee7c081a changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents: 52
diff changeset
4453
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4454 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4455
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4456
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4457
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4458 # Check whether --enable-resolver was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4459 if test "${enable_resolver+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4460 enableval=$enable_resolver; if test "$enable_resolver" != 'no'; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4461 resolver_enabled='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4462 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4463 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4464 resolver_enabled='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4465
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4466 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4467
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4468
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4469 if test "$resolver_enabled" = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4470
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4471 $as_echo "#define ENABLE_RESOLVER 1" >>confdefs.h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4472
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lc" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4474 $as_echo_n "checking for res_search in -lc... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4475 if test "${ac_cv_lib_c_res_search+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4476 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4477 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4478 ac_check_lib_save_LIBS=$LIBS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4479 LIBS="-lc $LIBS"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4481 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4482
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4483 /* Override any GCC internal prototype to avoid an error.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4484 Use char because int might match the return type of a GCC
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4485 builtin and then its argument prototype would still apply. */
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4486 #ifdef __cplusplus
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4487 extern "C"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4488 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4489 char res_search ();
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4490 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4491 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4492 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4493 return res_search ();
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4494 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4495 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4496 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4497 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4498 if ac_fn_c_try_link "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4499 ac_cv_lib_c_res_search=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4500 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4501 ac_cv_lib_c_res_search=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4502 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4503 rm -f core conftest.err conftest.$ac_objext \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4504 conftest$ac_exeext conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4505 LIBS=$ac_check_lib_save_LIBS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4506 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_res_search" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4508 $as_echo "$ac_cv_lib_c_res_search" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4509 if test "x$ac_cv_lib_c_res_search" = x""yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4510 need_resolv=no
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4511 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4512 need_resolv=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4513 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4514
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4515 if test "$need_resolv" = yes; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lresolv" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4517 $as_echo_n "checking for res_search in -lresolv... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4518 if test "${ac_cv_lib_resolv_res_search+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4519 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4520 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4521 ac_check_lib_save_LIBS=$LIBS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4522 LIBS="-lresolv $LIBS"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4524 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4525
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4526 /* Override any GCC internal prototype to avoid an error.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4527 Use char because int might match the return type of a GCC
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4528 builtin and then its argument prototype would still apply. */
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4529 #ifdef __cplusplus
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4530 extern "C"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4531 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4532 char res_search ();
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4533 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4534 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4535 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4536 return res_search ();
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4537 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4538 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4539 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4540 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4541 if ac_fn_c_try_link "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4542 ac_cv_lib_resolv_res_search=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4543 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4544 ac_cv_lib_resolv_res_search=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4545 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4546 rm -f core conftest.err conftest.$ac_objext \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4547 conftest$ac_exeext conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4548 LIBS=$ac_check_lib_save_LIBS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4549 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_search" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4551 $as_echo "$ac_cv_lib_resolv_res_search" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4552 if test "x$ac_cv_lib_resolv_res_search" = x""yes; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4553 has_resolv=yes; RESOLV_LIBS="-lresolv"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4554 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4555 has_resolv=no
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4556 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4557
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4558 if test "$has_resolv" = no; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4559 saved_LIBS="$LIBS"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4560 LIBS="$LIBS -lresolv"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_search in -lresolv" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4562 $as_echo_n "checking for res_search in -lresolv... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4564 /* end confdefs.h. */
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4565 #include <resolv.h>
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4566 int
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4567 main ()
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4568 {
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4569 res_search (0, 0, 0, 0, 0);
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4570 ;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4571 return 0;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4572 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4573 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4574 if ac_fn_c_try_link "$LINENO"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4575 RESOLV_LIBS="-lresolv"; has_resolv=yes; { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4576 $as_echo "yes" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4577 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4579 $as_echo "no" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4580 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4581 rm -f core conftest.err conftest.$ac_objext \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4582 conftest$ac_exeext conftest.$ac_ext;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4583 LIBS="$saved_LIBS"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4584 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4585 if test "$has_resolv" = no; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4586 as_fn_error "\"no libresolv\"" "$LINENO" 5
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4587 RESOLV_LIBS=''
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4588 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4589 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4590 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4591 RESOLV_LIBS=''
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4592 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4593
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4594
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4595 for ac_func in getline
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4596 do :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4597 ac_fn_c_check_func "$LINENO" "getline" "ac_cv_func_getline"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4598 if test "x$ac_cv_func_getline" = x""yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4599 cat >>confdefs.h <<_ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4600 #define HAVE_GETLINE 1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4601 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4602
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4603 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4604 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4605
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4606
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4607 for ac_func in fdatasync
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4608 do :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4609 ac_fn_c_check_func "$LINENO" "fdatasync" "ac_cv_func_fdatasync"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4610 if test "x$ac_cv_func_fdatasync" = x""yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4611 cat >>confdefs.h <<_ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4612 #define HAVE_FDATASYNC 1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4613 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4614
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4615 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4616 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4617
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4618
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4620 $as_echo_n "checking for ANSI C header files... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4621 if test "${ac_cv_header_stdc+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4622 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4623 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4625 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4626 #include <stdlib.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4627 #include <stdarg.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4628 #include <string.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4629 #include <float.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4630
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4631 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4632 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4633 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4634
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4635 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4636 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4637 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4638 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4639 if ac_fn_c_try_compile "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4640 ac_cv_header_stdc=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4641 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4642 ac_cv_header_stdc=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4643 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4645
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4646 if test $ac_cv_header_stdc = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4647 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4649 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4650 #include <string.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4651
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4652 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4653 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4654 $EGREP "memchr" >/dev/null 2>&1; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4655
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4656 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4657 ac_cv_header_stdc=no
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4658 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4659 rm -f conftest*
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4660
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4661 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4662
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4663 if test $ac_cv_header_stdc = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4664 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4666 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4667 #include <stdlib.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4668
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4669 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4670 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4671 $EGREP "free" >/dev/null 2>&1; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4672
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4673 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4674 ac_cv_header_stdc=no
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4675 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4676 rm -f conftest*
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4677
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4678 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4679
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4680 if test $ac_cv_header_stdc = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4681 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4682 if test "$cross_compiling" = yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4683 :
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4684 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4686 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4687 #include <ctype.h>
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4688 #include <stdlib.h>
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4689 #if ((' ' & 0x0FF) == 0x020)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4690 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4691 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4692 #else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4693 # define ISLOWER(c) \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4694 (('a' <= (c) && (c) <= 'i') \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4695 || ('j' <= (c) && (c) <= 'r') \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4696 || ('s' <= (c) && (c) <= 'z'))
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4697 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4698 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4699
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4700 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4701 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4702 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4703 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4704 int i;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4705 for (i = 0; i < 256; i++)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4706 if (XOR (islower (i), ISLOWER (i))
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4707 || toupper (i) != TOUPPER (i))
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4708 return 2;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4709 return 0;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4710 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4711 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4712 if ac_fn_c_try_run "$LINENO"; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4713
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4714 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4715 ac_cv_header_stdc=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4716 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4717 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4718 conftest.$ac_objext conftest.beam conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4719 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4720
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4721 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4722 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4724 $as_echo "$ac_cv_header_stdc" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4725 if test $ac_cv_header_stdc = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4726
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4727 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4728
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4729 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4730
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4731 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4732 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4733 inttypes.h stdint.h unistd.h
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4734 do :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4735 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4736 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4737 "
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4738 eval as_val=\$$as_ac_Header
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4739 if test "x$as_val" = x""yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4740 cat >>confdefs.h <<_ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4741 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4742 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4743
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4744 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4745
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4746 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4747
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4748
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4749 for ac_header in fcntl.h sys/time.h syslog.h unistd.h
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4750 do :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4751 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4752 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4753 eval as_val=\$$as_ac_Header
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4754 if test "x$as_val" = x""yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4755 cat >>confdefs.h <<_ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4756 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4757 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4758
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4759 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4760
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4761 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4762
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4763
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4765 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4766 if test "${ac_cv_c_const+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4767 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4768 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4770 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4771
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4772 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4773 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4774 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4775 /* FIXME: Include the comments suggested by Paul. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4776 #ifndef __cplusplus
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4777 /* Ultrix mips cc rejects this. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4778 typedef int charset[2];
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4779 const charset cs;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4780 /* SunOS 4.1.1 cc rejects this. */
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4781 char const *const *pcpcc;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4782 char **ppc;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4783 /* NEC SVR4.0.2 mips cc rejects this. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4784 struct point {int x, y;};
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4785 static struct point const zero = {0,0};
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4786 /* AIX XL C 1.02.0.0 rejects this.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4787 It does not let you subtract one const X* pointer from another in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4788 an arm of an if-expression whose if-part is not a constant
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4789 expression */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4790 const char *g = "string";
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4791 pcpcc = &g + (g ? g-g : 0);
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4792 /* HPUX 7.0 cc rejects these. */
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4793 ++pcpcc;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4794 ppc = (char**) pcpcc;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4795 pcpcc = (char const *const *) ppc;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4796 { /* SCO 3.2v4 cc rejects this. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4797 char *t;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4798 char const *s = 0 ? (char *) 0 : (char const *) 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4799
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4800 *t++ = 0;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4801 if (s) return 0;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4802 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4803 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4804 int x[] = {25, 17};
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4805 const int *foo = &x[0];
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4806 ++foo;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4807 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4808 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4809 typedef const int *iptr;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4810 iptr p = 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4811 ++p;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4812 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4813 { /* AIX XL C 1.02.0.0 rejects this saying
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4814 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4815 struct s { int j; const int *ap[3]; };
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4816 struct s *b; b->j = 5;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4817 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4818 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4819 const int foo = 10;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4820 if (!foo) return 0;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4821 }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4822 return !cs[0] && !zero.x;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4823 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4824
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4825 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4826 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4827 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4828 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4829 if ac_fn_c_try_compile "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4830 ac_cv_c_const=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4831 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4832 ac_cv_c_const=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4833 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4835 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4837 $as_echo "$ac_cv_c_const" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4838 if test $ac_cv_c_const = no; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4839
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4840 $as_echo "#define const /**/" >>confdefs.h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4841
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4842 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4843
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4844 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4845 if test "x$ac_cv_type_pid_t" = x""yes; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4846
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4847 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4848
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4849 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4850 #define pid_t int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4851 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4852
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4853 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4854
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4855 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4856 if test "x$ac_cv_type_size_t" = x""yes; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4857
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4858 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4859
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4860 cat >>confdefs.h <<_ACEOF
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4861 #define size_t unsigned int
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4862 _ACEOF
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4863
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4864 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4865
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4867 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4868 if test "${ac_cv_header_time+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4869 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4870 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4872 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4873 #include <sys/types.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4874 #include <sys/time.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4875 #include <time.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4876
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4877 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4878 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4879 {
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4880 if ((struct tm *) 0)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4881 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4882 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4883 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4884 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4885 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4886 if ac_fn_c_try_compile "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4887 ac_cv_header_time=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4888 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4889 ac_cv_header_time=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4890 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4892 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4894 $as_echo "$ac_cv_header_time" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4895 if test $ac_cv_header_time = yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4896
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4897 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4898
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4899 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4900
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4902 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4903 if test "${ac_cv_struct_tm+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4904 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4905 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4907 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4908 #include <sys/types.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4909 #include <time.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4910
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4911 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4912 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4913 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4914 struct tm tm;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4915 int *p = &tm.tm_sec;
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4916 return !p;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4917 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4918 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4919 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4920 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4921 if ac_fn_c_try_compile "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4922 ac_cv_struct_tm=time.h
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4923 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4924 ac_cv_struct_tm=sys/time.h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4925 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4927 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4929 $as_echo "$ac_cv_struct_tm" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4930 if test $ac_cv_struct_tm = sys/time.h; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4931
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4932 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4933
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4934 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4935
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4936
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working POSIX fnmatch" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4938 $as_echo_n "checking for working POSIX fnmatch... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4939 if test "${ac_cv_func_fnmatch_works+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4940 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4941 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4942 # Some versions of Solaris, SCO, and the GNU C Library
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4943 # have a broken or incompatible fnmatch.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4944 # So we run a test program. If we are cross-compiling, take no chance.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4945 # Thanks to John Oleynick, Franc,ois Pinard, and Paul Eggert for this test.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4946 if test "$cross_compiling" = yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4947 ac_cv_func_fnmatch_works=cross
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4948 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4950 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4951 #include <fnmatch.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4952 # define y(a, b, c) (fnmatch (a, b, c) == 0)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4953 # define n(a, b, c) (fnmatch (a, b, c) == FNM_NOMATCH)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4954
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4955 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4956 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4957 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
4958 return
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4959 (!(y ("a*", "abc", 0)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4960 && n ("d*/*1", "d/s/1", FNM_PATHNAME)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4961 && y ("a\\\\bc", "abc", 0)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4962 && n ("a\\\\bc", "abc", FNM_NOESCAPE)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4963 && y ("*x", ".x", 0)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4964 && n ("*x", ".x", FNM_PERIOD)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4965 && 1));
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4966 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4967 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4968 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4969 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4970 if ac_fn_c_try_run "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4971 ac_cv_func_fnmatch_works=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4972 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4973 ac_cv_func_fnmatch_works=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4974 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4975 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4976 conftest.$ac_objext conftest.beam conftest.$ac_ext
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4977 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4978
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4979 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fnmatch_works" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4981 $as_echo "$ac_cv_func_fnmatch_works" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4982 if test $ac_cv_func_fnmatch_works = yes; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4983
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4984 $as_echo "#define HAVE_FNMATCH 1" >>confdefs.h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4985
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4986 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4987
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4988
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4990 $as_echo_n "checking return type of signal handlers... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4991 if test "${ac_cv_type_signal+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4992 $as_echo_n "(cached) " >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4993 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
4994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4995 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4996 #include <sys/types.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4997 #include <signal.h>
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4998
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
4999 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5000 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5001 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5002 return *(signal (0, 0)) (0) == 1;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5003 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5004 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5005 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5006 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5007 if ac_fn_c_try_compile "$LINENO"; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5008 ac_cv_type_signal=int
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5009 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5010 ac_cv_type_signal=void
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5011 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5013 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5015 $as_echo "$ac_cv_type_signal" >&6; }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5016
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5017 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5018 #define RETSIGTYPE $ac_cv_type_signal
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5019 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5020
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5021
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5022 for ac_func in strftime
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5023 do :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5024 ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5025 if test "x$ac_cv_func_strftime" = x""yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5026 cat >>confdefs.h <<_ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5027 #define HAVE_STRFTIME 1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5028 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5029
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5030 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5031 # strftime is in -lintl on SCO UNIX.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5033 $as_echo_n "checking for strftime in -lintl... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5034 if test "${ac_cv_lib_intl_strftime+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5035 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5036 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5037 ac_check_lib_save_LIBS=$LIBS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5038 LIBS="-lintl $LIBS"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5040 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5041
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5042 /* Override any GCC internal prototype to avoid an error.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5043 Use char because int might match the return type of a GCC
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5044 builtin and then its argument prototype would still apply. */
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5045 #ifdef __cplusplus
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5046 extern "C"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5047 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5048 char strftime ();
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5049 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5050 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5051 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5052 return strftime ();
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5053 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5054 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5055 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5056 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5057 if ac_fn_c_try_link "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5058 ac_cv_lib_intl_strftime=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5059 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5060 ac_cv_lib_intl_strftime=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5061 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5062 rm -f core conftest.err conftest.$ac_objext \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5063 conftest$ac_exeext conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5064 LIBS=$ac_check_lib_save_LIBS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5065 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5067 $as_echo "$ac_cv_lib_intl_strftime" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5068 if test "x$ac_cv_lib_intl_strftime" = x""yes; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5069 $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5070
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5071 LIBS="-lintl $LIBS"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5072 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5073
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5074 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5075 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5076
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5077 for ac_func in vprintf
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5078 do :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5079 ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5080 if test "x$ac_cv_func_vprintf" = x""yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5081 cat >>confdefs.h <<_ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5082 #define HAVE_VPRINTF 1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5083 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5084
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5085 ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5086 if test "x$ac_cv_func__doprnt" = x""yes; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5087
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5088 $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5089
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5090 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5091
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5092 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5093 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5094
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5095
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5096 for ac_func in select socket strerror strstr
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5097 do :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5098 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5099 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5100 eval as_val=\$$as_ac_var
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5101 if test "x$as_val" = x""yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5102 cat >>confdefs.h <<_ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5103 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5104 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5105
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5106 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5107 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5108
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5109
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5110
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5111 # Check whether --with-user was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5112 if test "${with_user+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5113 withval=$with_user;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5114 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5115
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5116 if test "x$with_user" = 'x'; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5117 with_user='mail'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5118 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5119
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5120
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5121 # Check whether --with-group was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5122 if test "${with_group+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5123 withval=$with_group;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5124 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5125
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5126 if test "x$with_group" = 'x'; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5127 with_group='trusted'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5128 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5129
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5130 # Check whether --enable-debug was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5131 if test "${enable_debug+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5132 enableval=$enable_debug; if test "x$enable_debug" != 'xno'; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5133 debug_enabled='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5134 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5135 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5136 debug_enabled='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5137
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5138 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5139
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5140 if test "x$debug_enabled" = xyes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5141
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5142 $as_echo "#define ENABLE_DEBUG 1" >>confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5143
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5144 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5145
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5146
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5147 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5148 #define DEF_MAIL_USER "${with_user}"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5149 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5150
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5151
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5152
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5153 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5154 #define DEF_MAIL_GROUP "${with_group}"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5155 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5156
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5157
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5158
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5159
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5160 # Check whether --with-glib_static was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5161 if test "${with_glib_static+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5162 withval=$with_glib_static;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5163 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5164
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5165 if test "x$with_glib_static" != 'x'; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5166 GLIB_LIBS=$with_glib_static
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5167
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5168 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5169
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5170 MD5_LIBS=''
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5171 BASE64_LIBS=''
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5172
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5173 # Check whether --enable-smtp_server was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5174 if test "${enable_smtp_server+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5175 enableval=$enable_smtp_server; if test "x$enable_smtp_server" != 'xno'; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5176 smtp_server_enabled='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5177 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5178 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5179 smtp_server_enabled='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5180
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5181 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5182
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5183 if test "x$smtp_server_enabled" = xyes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5184
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5185 $as_echo "#define ENABLE_SMTP_SERVER 1" >>confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5186
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5187 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5188
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5189 # Check whether --enable-pop3 was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5190 if test "${enable_pop3+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5191 enableval=$enable_pop3; if test "x$enable_pop3" != 'xno'; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5192 pop3_enabled='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5193 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5194 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5195 pop3_enabled='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5196
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5197 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5198
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5199 if test "x$pop3_enabled" = xyes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5200
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5201 $as_echo "#define ENABLE_POP3 1" >>confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5202
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5203 # MD5_LIBS='md5/libmd5c.a'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5204 need_md5='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5205 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5206
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5207 # Check whether --enable-auth was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5208 if test "${enable_auth+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5209 enableval=$enable_auth; if test "x$enable_auth" != 'xno'; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5210 auth_enabled='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5211 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5212 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5213
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5214 if test "x$auth_enabled" = xyes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5215
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5216 $as_echo "#define ENABLE_AUTH 1" >>confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5217
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5218 BASE64_LIBS='base64/libbase64.a'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5219 # MD5_LIBS='md5/libmd5c.a'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5220 need_md5='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5221 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5222
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5223
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5224 # Check whether --enable-maildir was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5225 if test "${enable_maildir+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5226 enableval=$enable_maildir; if test "x$enable_maildir" != 'xno'; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5227 maildir_enabled='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5228 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5229 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5230
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5231 if test "x$maildir_enabled" = xyes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5232
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5233 $as_echo "#define ENABLE_MAILDIR 1" >>confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5234
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5235 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5236
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5237
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5238 # Check whether --with-libcrypto was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5239 if test "${with_libcrypto+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5240 withval=$with_libcrypto;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5241 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5242
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5243 if test "x$with_libcrypto" != 'xyes'; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5244 with_libcrypto='no'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5245 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5246
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5247 if test "x$need_md5" = 'xyes'; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5248 if test "x$with_libcrypto" = "xyes"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MD5 in -lcrypto" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5250 $as_echo_n "checking for MD5 in -lcrypto... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5251 if test "${ac_cv_lib_crypto_MD5+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5252 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5253 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5254 ac_check_lib_save_LIBS=$LIBS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5255 LIBS="-lcrypto $LIBS"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5257 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5258
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5259 /* Override any GCC internal prototype to avoid an error.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5260 Use char because int might match the return type of a GCC
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5261 builtin and then its argument prototype would still apply. */
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5262 #ifdef __cplusplus
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5263 extern "C"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5264 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5265 char MD5 ();
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5266 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5267 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5268 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5269 return MD5 ();
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5270 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5271 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5272 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5273 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5274 if ac_fn_c_try_link "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5275 ac_cv_lib_crypto_MD5=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5276 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5277 ac_cv_lib_crypto_MD5=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5278 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5279 rm -f core conftest.err conftest.$ac_objext \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5280 conftest$ac_exeext conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5281 LIBS=$ac_check_lib_save_LIBS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5282 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_MD5" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5284 $as_echo "$ac_cv_lib_crypto_MD5" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5285 if test "x$ac_cv_lib_crypto_MD5" = x""yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5286 has_crypto='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5287 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5288 as_fn_error "'no libcrypto'" "$LINENO" 5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5289 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5290
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5291 if test "x$has_crypto" = 'xyes'; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5292
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5293 $as_echo "#define USE_LIB_CRYPTO 1" >>confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5294
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5295 MD5_LIBS='-lcrypto'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5296 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5297 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5298 MD5_LIBS='md5/libmd5c.a'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5299 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5300 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5301
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5302
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5303 IDENT_LIBS=''
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5304 # Check whether --enable-ident was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5305 if test "${enable_ident+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5306 enableval=$enable_ident; if test "x$enable_ident" != 'xno'; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5307 ident_enabled='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5308 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5309 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5310
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5311
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5312 if test "x$ident_enabled" = xyes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5313
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5314 $as_echo "#define ENABLE_IDENT 1" >>confdefs.h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5315
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ident_id in -lident" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5317 $as_echo_n "checking for ident_id in -lident... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5318 if test "${ac_cv_lib_ident_ident_id+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5319 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5320 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5321 ac_check_lib_save_LIBS=$LIBS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5322 LIBS="-lident $LIBS"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5324 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5325
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5326 /* Override any GCC internal prototype to avoid an error.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5327 Use char because int might match the return type of a GCC
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5328 builtin and then its argument prototype would still apply. */
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5329 #ifdef __cplusplus
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5330 extern "C"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5331 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5332 char ident_id ();
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5333 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5334 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5335 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5336 return ident_id ();
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5337 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5338 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5339 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5340 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5341 if ac_fn_c_try_link "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5342 ac_cv_lib_ident_ident_id=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5343 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5344 ac_cv_lib_ident_ident_id=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5345 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5346 rm -f core conftest.err conftest.$ac_objext \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5347 conftest$ac_exeext conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5348 LIBS=$ac_check_lib_save_LIBS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5349 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ident_ident_id" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5351 $as_echo "$ac_cv_lib_ident_ident_id" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5352 if test "x$ac_cv_lib_ident_ident_id" = x""yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5353 IDENT_LIBS='-lident'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5354 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5355 IDENT_LIBS='libident/libident.a'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5356 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5357
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5358 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5359
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5360
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5361 # Check whether --enable-mserver was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5362 if test "${enable_mserver+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5363 enableval=$enable_mserver; if test "x$enable_mserver" != 'xno'; then
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5364 mserver_enabled='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5365 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5366 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5367
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5368 if test "x$mserver_enabled" = xyes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5369
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5370 $as_echo "#define ENABLE_MSERVER 1" >>confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5371
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5372 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5373
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5374
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5375 # Check whether --with-liblockfile was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5376 if test "${with_liblockfile+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5377 withval=$with_liblockfile;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5378 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5379
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5380 if test "x$with_liblockfile" != 'x'; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5381 with_liblockfile='yes'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5382 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5383 if test "x$with_liblockfile" = xyes; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for maillock in -llockfile" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5385 $as_echo_n "checking for maillock in -llockfile... " >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5386 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5387 $as_echo_n "(cached) " >&6
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5388 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5389 ac_check_lib_save_LIBS=$LIBS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5390 LIBS="-llockfile $LIBS"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5392 /* end confdefs.h. */
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5393
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5394 /* Override any GCC internal prototype to avoid an error.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5395 Use char because int might match the return type of a GCC
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5396 builtin and then its argument prototype would still apply. */
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5397 #ifdef __cplusplus
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5398 extern "C"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5399 #endif
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5400 char maillock ();
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5401 int
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5402 main ()
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5403 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5404 return maillock ();
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5405 ;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5406 return 0;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5407 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5408 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5409 if ac_fn_c_try_link "$LINENO"; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5410 ac_cv_lib_lockfile_maillock=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5411 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5412 ac_cv_lib_lockfile_maillock=no
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5413 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5414 rm -f core conftest.err conftest.$ac_objext \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5415 conftest$ac_exeext conftest.$ac_ext
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5416 LIBS=$ac_check_lib_save_LIBS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5417 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lockfile_maillock" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5419 $as_echo "$ac_cv_lib_lockfile_maillock" >&6; }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5420 if test "x$ac_cv_lib_lockfile_maillock" = x""yes; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5421 has_lockfile=yes
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5422 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5423 as_fn_error "\"no liblockfile\"" "$LINENO" 5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5424 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5425
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5426 LOCKFILE_LIBS='-llockfile'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5427
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5428 $as_echo "#define USE_LIBLOCKFILE 1" >>confdefs.h
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5429
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5430 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5431 LOCKFILE_LIBS=''
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5432 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5433
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5434
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5435
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5436
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5437 # Check whether --with-logdir was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5438 if test "${with_logdir+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5439 withval=$with_logdir;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5440 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5441 with_logdir='/var/log/masqmail/'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5442
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5443 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5444
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5445
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5446
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5447
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5448 # Check whether --with-spooldir was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5449 if test "${with_spooldir+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5450 withval=$with_spooldir;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5451 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5452 with_spooldir='/var/spool/masqmail/'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5453
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5454 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5455
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5456
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5457
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5458
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5459 # Check whether --with-confdir was given.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5460 if test "${with_confdir+set}" = set; then :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5461 withval=$with_confdir;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5462 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5463 with_confdir='/etc/masqmail'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5464
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5465 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5466
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5467
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5468 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5469 #define CONF_DIR "${with_confdir}"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5470 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5471
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5472
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5473
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5474 test "x$prefix" = xNONE && prefix="$ac_default_prefix"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5475
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5476
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5477 cat >>confdefs.h <<_ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5478 #define DATA_DIR "`eval eval echo $datadir`/masqmail"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5479 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5480
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5481
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5482 if test "x${exec_prefix}" != 'xNONE'; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5483
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5484 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5485 #define SBINDIR "${exec_prefix}/sbin"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5486 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5487
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5488 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5489 if test "x${prefix}" != 'xNONE'; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5490 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5491 #define SBINDIR "${prefix}/sbin"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5492 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5493
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5494 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5495 cat >>confdefs.h <<_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5496 #define SBINDIR "/usr/sbin"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5497 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5498
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5499 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5500 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5501
57
ed34413652fc moved man pages from docs/ to man/
meillo@marmaro.de
parents: 55
diff changeset
5502 ac_config_files="$ac_config_files Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile man/Makefile"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5503
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5504 cat >confcache <<\_ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5505 # This file is a shell script that caches the results of configure
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5506 # tests run on this system so they can be shared between configure
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5507 # scripts and configure runs, see configure's option --config-cache.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5508 # It is not useful on other systems. If it contains results you don't
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5509 # want to keep, you may remove or edit it.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5510 #
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5511 # config.status only pays attention to the cache file if you give it
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5512 # the --recheck option to rerun configure.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5513 #
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5514 # `ac_cv_env_foo' variables (set or unset) will be overridden when
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5515 # loading this file, other *unset* `ac_cv_foo' will be assigned the
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5516 # following values.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5517
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5518 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5519
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5520 # The following way of writing the cache mishandles newlines in values,
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5521 # but we know of no workaround that is simple, portable, and efficient.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5522 # So, we kill variables containing newlines.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5523 # Ultrix sh set writes to stderr and can't be redirected directly,
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5524 # and sets the high bit in the cache file unless we assign to the vars.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5525 (
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5526 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5527 eval ac_val=\$$ac_var
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5528 case $ac_val in #(
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5529 *${as_nl}*)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5530 case $ac_var in #(
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5531 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5532 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5533 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5534 case $ac_var in #(
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5535 _ | IFS | as_nl) ;; #(
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5536 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5537 *) { eval $ac_var=; unset $ac_var;} ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5538 esac ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5539 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5540 done
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5541
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5542 (set) 2>&1 |
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5543 case $as_nl`(ac_space=' '; set) 2>&1` in #(
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5544 *${as_nl}ac_space=\ *)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5545 # `set' does not quote correctly, so add quotes: double-quote
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5546 # substitution turns \\\\ into \\, and sed turns \\ into \.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5547 sed -n \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5548 "s/'/'\\\\''/g;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5549 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5550 ;; #(
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5551 *)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5552 # `set' quotes correctly as required by POSIX, so do not add quotes.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5553 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5554 ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5555 esac |
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5556 sort
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5557 ) |
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5558 sed '
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5559 /^ac_cv_env_/b end
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5560 t clear
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5561 :clear
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5562 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5563 t end
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5564 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5565 :end' >>confcache
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5566 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5567 if test -w "$cache_file"; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5568 test "x$cache_file" != "x/dev/null" &&
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5569 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5570 $as_echo "$as_me: updating cache $cache_file" >&6;}
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5571 cat confcache >$cache_file
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5572 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5574 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5575 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5576 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5577 rm -f confcache
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5578
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5579 test "x$prefix" = xNONE && prefix=$ac_default_prefix
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5580 # Let make expand exec_prefix.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5581 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5582
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5583 DEFS=-DHAVE_CONFIG_H
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5584
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5585 ac_libobjs=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5586 ac_ltlibobjs=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5587 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5588 # 1. Remove the extension, and $U if already installed.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5589 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5590 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5591 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5592 # will be set to the directory where LIBOBJS objects are built.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5593 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5594 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5595 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5596 LIBOBJS=$ac_libobjs
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5597
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5598 LTLIBOBJS=$ac_ltlibobjs
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5599
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5600
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5601 if test -n "$EXEEXT"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5602 am__EXEEXT_TRUE=
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5603 am__EXEEXT_FALSE='#'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5604 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5605 am__EXEEXT_TRUE='#'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5606 am__EXEEXT_FALSE=
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5607 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5608
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5609 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5610 as_fn_error "conditional \"AMDEP\" was never defined.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5611 Usually this means the macro was only invoked conditionally." "$LINENO" 5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5612 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5613 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5614 as_fn_error "conditional \"am__fastdepCC\" was never defined.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5615 Usually this means the macro was only invoked conditionally." "$LINENO" 5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5616 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5617
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5618 : ${CONFIG_STATUS=./config.status}
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5619 ac_write_fail=0
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5620 ac_clean_files_save=$ac_clean_files
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5621 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5623 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5624 as_write_fail=0
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5625 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5626 #! $SHELL
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5627 # Generated by $as_me.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5628 # Run this file to recreate the current configuration.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5629 # Compiler output produced by configure, useful for debugging
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5630 # configure, is in config.log if it exists.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5631
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5632 debug=false
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5633 ac_cs_recheck=false
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5634 ac_cs_silent=false
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5635
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5636 SHELL=\${CONFIG_SHELL-$SHELL}
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5637 export SHELL
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5638 _ASEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5639 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5640 ## -------------------- ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5641 ## M4sh Initialization. ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5642 ## -------------------- ##
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5643
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5644 # Be more Bourne compatible
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5645 DUALCASE=1; export DUALCASE # for MKS sh
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5646 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5647 emulate sh
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5648 NULLCMD=:
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5649 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5650 # is contrary to our usage. Disable this feature.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5651 alias -g '${1+"$@"}'='"$@"'
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5652 setopt NO_GLOB_SUBST
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5653 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5654 case `(set -o) 2>/dev/null` in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5655 *posix*) :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5656 set -o posix ;; #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5657 *) :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5658 ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5659 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5660 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5661
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5662
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5663 as_nl='
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5664 '
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5665 export as_nl
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5666 # Printing a long string crashes Solaris 7 /usr/bin/printf.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5667 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5668 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5669 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5670 # Prefer a ksh shell builtin over an external printf program on Solaris,
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5671 # but without wasting forks for bash or zsh.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5672 if test -z "$BASH_VERSION$ZSH_VERSION" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5673 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5674 as_echo='print -r --'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5675 as_echo_n='print -rn --'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5676 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5677 as_echo='printf %s\n'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5678 as_echo_n='printf %s'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5679 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5680 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5681 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5682 as_echo_n='/usr/ucb/echo -n'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5683 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5684 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5685 as_echo_n_body='eval
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5686 arg=$1;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5687 case $arg in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5688 *"$as_nl"*)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5689 expr "X$arg" : "X\\(.*\\)$as_nl";
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5690 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5691 esac;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5692 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5693 '
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5694 export as_echo_n_body
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5695 as_echo_n='sh -c $as_echo_n_body as_echo'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5696 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5697 export as_echo_body
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5698 as_echo='sh -c $as_echo_body as_echo'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5699 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5700
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5701 # The user is always right.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5702 if test "${PATH_SEPARATOR+set}" != set; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5703 PATH_SEPARATOR=:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5704 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5705 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5706 PATH_SEPARATOR=';'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5707 }
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5708 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5709
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5710
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5711 # IFS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5712 # We need space, tab and new line, in precisely that order. Quoting is
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5713 # there to prevent editors from complaining about space-tab.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5714 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5715 # splitting by setting IFS to empty value.)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5716 IFS=" "" $as_nl"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5717
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5718 # Find who we are. Look in the path if we contain no directory separator.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5719 case $0 in #((
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5720 *[\\/]* ) as_myself=$0 ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5721 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5722 for as_dir in $PATH
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5723 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5724 IFS=$as_save_IFS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5725 test -z "$as_dir" && as_dir=.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5726 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5727 done
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5728 IFS=$as_save_IFS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5729
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5730 ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5731 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5732 # We did not find ourselves, most probably we were run as `sh COMMAND'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5733 # in which case we are not to be found in the path.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5734 if test "x$as_myself" = x; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5735 as_myself=$0
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5736 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5737 if test ! -f "$as_myself"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5738 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5739 exit 1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5740 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5741
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5742 # Unset variables that we do not need and which cause bugs (e.g. in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5743 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5744 # suppresses any "Segmentation fault" message there. '((' could
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5745 # trigger a bug in pdksh 5.2.14.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5746 for as_var in BASH_ENV ENV MAIL MAILPATH
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5747 do eval test x\${$as_var+set} = xset \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5748 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5749 done
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5750 PS1='$ '
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5751 PS2='> '
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5752 PS4='+ '
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5753
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5754 # NLS nuisances.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5755 LC_ALL=C
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5756 export LC_ALL
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5757 LANGUAGE=C
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5758 export LANGUAGE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5759
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5760 # CDPATH.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5761 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5762
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5763
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5764 # as_fn_error ERROR [LINENO LOG_FD]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5765 # ---------------------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5766 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5767 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5768 # script with status $?, using 1 if that was 0.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5769 as_fn_error ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5770 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5771 as_status=$?; test $as_status -eq 0 && as_status=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5772 if test "$3"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5773 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5774 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5775 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5776 $as_echo "$as_me: error: $1" >&2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5777 as_fn_exit $as_status
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5778 } # as_fn_error
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5779
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5780
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5781 # as_fn_set_status STATUS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5782 # -----------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5783 # Set $? to STATUS, without forking.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5784 as_fn_set_status ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5785 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5786 return $1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5787 } # as_fn_set_status
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5788
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5789 # as_fn_exit STATUS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5790 # -----------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5791 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5792 as_fn_exit ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5793 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5794 set +e
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5795 as_fn_set_status $1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5796 exit $1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5797 } # as_fn_exit
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5798
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5799 # as_fn_unset VAR
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5800 # ---------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5801 # Portably unset VAR.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5802 as_fn_unset ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5803 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5804 { eval $1=; unset $1;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5805 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5806 as_unset=as_fn_unset
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5807 # as_fn_append VAR VALUE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5808 # ----------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5809 # Append the text in VALUE to the end of the definition contained in VAR. Take
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5810 # advantage of any shell optimizations that allow amortized linear growth over
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5811 # repeated appends, instead of the typical quadratic growth present in naive
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5812 # implementations.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5813 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5814 eval 'as_fn_append ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5815 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5816 eval $1+=\$2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5817 }'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5818 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5819 as_fn_append ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5820 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5821 eval $1=\$$1\$2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5822 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5823 fi # as_fn_append
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5824
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5825 # as_fn_arith ARG...
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5826 # ------------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5827 # Perform arithmetic evaluation on the ARGs, and store the result in the
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5828 # global $as_val. Take advantage of shells that can avoid forks. The arguments
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5829 # must be portable across $(()) and expr.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5830 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5831 eval 'as_fn_arith ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5832 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5833 as_val=$(( $* ))
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5834 }'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5835 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5836 as_fn_arith ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5837 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5838 as_val=`expr "$@" || test $? -eq 1`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5839 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5840 fi # as_fn_arith
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5841
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5842
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5843 if expr a : '\(a\)' >/dev/null 2>&1 &&
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5844 test "X`expr 00001 : '.*\(...\)'`" = X001; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5845 as_expr=expr
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5846 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5847 as_expr=false
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5848 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5849
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5850 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5851 as_basename=basename
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5852 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5853 as_basename=false
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5854 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5855
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5856 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5857 as_dirname=dirname
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5858 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5859 as_dirname=false
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5860 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5861
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5862 as_me=`$as_basename -- "$0" ||
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5863 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5864 X"$0" : 'X\(//\)$' \| \
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5865 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5866 $as_echo X/"$0" |
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5867 sed '/^.*\/\([^/][^/]*\)\/*$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5868 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5869 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5870 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5871 /^X\/\(\/\/\)$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5872 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5873 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5874 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5875 /^X\/\(\/\).*/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5876 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5877 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5878 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5879 s/.*/./; q'`
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5880
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5881 # Avoid depending upon Character Ranges.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5882 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5883 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5884 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5885 as_cr_digits='0123456789'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5886 as_cr_alnum=$as_cr_Letters$as_cr_digits
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5887
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5888 ECHO_C= ECHO_N= ECHO_T=
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5889 case `echo -n x` in #(((((
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5890 -n*)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5891 case `echo 'xy\c'` in
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5892 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5893 xy) ECHO_C='\c';;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5894 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5895 ECHO_T=' ';;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5896 esac;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5897 *)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5898 ECHO_N='-n';;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5899 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5900
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5901 rm -f conf$$ conf$$.exe conf$$.file
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5902 if test -d conf$$.dir; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5903 rm -f conf$$.dir/conf$$.file
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5904 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5905 rm -f conf$$.dir
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5906 mkdir conf$$.dir 2>/dev/null
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5907 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5908 if (echo >conf$$.file) 2>/dev/null; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5909 if ln -s conf$$.file conf$$ 2>/dev/null; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5910 as_ln_s='ln -s'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5911 # ... but there are two gotchas:
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5912 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5913 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5914 # In both cases, we have to default to `cp -p'.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5915 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5916 as_ln_s='cp -p'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5917 elif ln conf$$.file conf$$ 2>/dev/null; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5918 as_ln_s=ln
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5919 else
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5920 as_ln_s='cp -p'
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5921 fi
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5922 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5923 as_ln_s='cp -p'
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5924 fi
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5925 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5926 rmdir conf$$.dir 2>/dev/null
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5927
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5928
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5929 # as_fn_mkdir_p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5930 # -------------
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5931 # Create "$as_dir" as a directory, including parents if necessary.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5932 as_fn_mkdir_p ()
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5933 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5934
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5935 case $as_dir in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5936 -*) as_dir=./$as_dir;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5937 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5938 test -d "$as_dir" || eval $as_mkdir_p || {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5939 as_dirs=
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5940 while :; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5941 case $as_dir in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5942 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5943 *) as_qdir=$as_dir;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5944 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5945 as_dirs="'$as_qdir' $as_dirs"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5946 as_dir=`$as_dirname -- "$as_dir" ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5947 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5948 X"$as_dir" : 'X\(//\)[^/]' \| \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5949 X"$as_dir" : 'X\(//\)$' \| \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5950 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5951 $as_echo X"$as_dir" |
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5952 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5953 s//\1/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5954 q
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5955 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5956 /^X\(\/\/\)[^/].*/{
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5957 s//\1/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5958 q
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5959 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5960 /^X\(\/\/\)$/{
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5961 s//\1/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5962 q
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5963 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5964 /^X\(\/\).*/{
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5965 s//\1/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5966 q
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5967 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5968 s/.*/./; q'`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5969 test -d "$as_dir" && break
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5970 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5971 test -z "$as_dirs" || eval "mkdir $as_dirs"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5972 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5973
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5974
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5975 } # as_fn_mkdir_p
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5976 if mkdir -p . 2>/dev/null; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5977 as_mkdir_p='mkdir -p "$as_dir"'
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5978 else
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5979 test -d ./-p && rmdir ./-p
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5980 as_mkdir_p=false
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5981 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
5982
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5983 if test -x / >/dev/null 2>&1; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5984 as_test_x='test -x'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5985 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5986 if ls -dL / >/dev/null 2>&1; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5987 as_ls_L_option=L
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5988 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5989 as_ls_L_option=
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5990 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5991 as_test_x='
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5992 eval sh -c '\''
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5993 if test -d "$1"; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5994 test -d "$1/.";
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5995 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5996 case $1 in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5997 -*)set "./$1";;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
5998 esac;
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
5999 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6000 ???[sx]*):;;*)false;;esac;fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6001 '\'' sh
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6002 '
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6003 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6004 as_executable_p=$as_test_x
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6005
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6006 # Sed expression to map a string onto a valid CPP name.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6007 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6008
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6009 # Sed expression to map a string onto a valid variable name.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6010 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6011
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6012
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6013 exec 6>&1
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6014 ## ----------------------------------- ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6015 ## Main body of $CONFIG_STATUS script. ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6016 ## ----------------------------------- ##
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6017 _ASEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6018 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6019
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6020 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6021 # Save the log message, to keep $0 and so on meaningful, and to
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6022 # report actual input values of CONFIG_FILES etc. instead of their
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6023 # values after options handling.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6024 ac_log="
52
c80a5730bcc5 next release will be 0.2.23
meillo@marmaro.de
parents: 42
diff changeset
6025 This file was extended by masqmail $as_me 0.2.23, which was
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6026 generated by GNU Autoconf 2.65. Invocation command line was
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6027
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6028 CONFIG_FILES = $CONFIG_FILES
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6029 CONFIG_HEADERS = $CONFIG_HEADERS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6030 CONFIG_LINKS = $CONFIG_LINKS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6031 CONFIG_COMMANDS = $CONFIG_COMMANDS
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6032 $ $0 $@
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6033
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6034 on `(hostname || uname -n) 2>/dev/null | sed 1q`
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6035 "
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6036
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6037 _ACEOF
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6038
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6039 case $ac_config_files in *"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6040 "*) set x $ac_config_files; shift; ac_config_files=$*;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6041 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6042
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6043 case $ac_config_headers in *"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6044 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6045 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6046
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6047
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6048 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6049 # Files that config.status was made for.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6050 config_files="$ac_config_files"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6051 config_headers="$ac_config_headers"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6052 config_commands="$ac_config_commands"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6053
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6054 _ACEOF
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6055
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6056 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6057 ac_cs_usage="\
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6058 \`$as_me' instantiates files and other configuration actions
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6059 from templates according to the current configuration. Unless the files
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6060 and actions are specified as TAGs, all are instantiated by default.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6061
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6062 Usage: $0 [OPTION]... [TAG]...
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6063
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6064 -h, --help print this help, then exit
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6065 -V, --version print version number and configuration settings, then exit
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6066 --config print configuration, then exit
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6067 -q, --quiet, --silent
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6068 do not print progress messages
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6069 -d, --debug don't remove temporary files
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6070 --recheck update $as_me by reconfiguring in the same conditions
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6071 --file=FILE[:TEMPLATE]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6072 instantiate the configuration file FILE
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6073 --header=FILE[:TEMPLATE]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6074 instantiate the configuration header FILE
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6075
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6076 Configuration files:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6077 $config_files
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6078
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6079 Configuration headers:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6080 $config_headers
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6081
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6082 Configuration commands:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6083 $config_commands
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6084
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6085 Report bugs to <meillo@marmaro.de>."
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6086
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6087 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6088 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6089 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6090 ac_cs_version="\\
52
c80a5730bcc5 next release will be 0.2.23
meillo@marmaro.de
parents: 42
diff changeset
6091 masqmail config.status 0.2.23
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6092 configured by $0, generated by GNU Autoconf 2.65,
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6093 with options \\"\$ac_cs_config\\"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6094
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6095 Copyright (C) 2009 Free Software Foundation, Inc.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6096 This config.status script is free software; the Free Software Foundation
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6097 gives unlimited permission to copy, distribute and modify it."
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6098
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6099 ac_pwd='$ac_pwd'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6100 srcdir='$srcdir'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6101 INSTALL='$INSTALL'
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6102 MKDIR_P='$MKDIR_P'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6103 AWK='$AWK'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6104 test -n "\$AWK" || AWK=awk
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6105 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6106
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6107 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6108 # The default lists apply if the user does not specify any file.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6109 ac_need_defaults=:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6110 while test $# != 0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6111 do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6112 case $1 in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6113 --*=*)
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6114 ac_option=`expr "X$1" : 'X\([^=]*\)='`
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6115 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6116 ac_shift=:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6117 ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6118 *)
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6119 ac_option=$1
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6120 ac_optarg=$2
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6121 ac_shift=shift
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6122 ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6123 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6124
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6125 case $ac_option in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6126 # Handling of the options.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6127 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6128 ac_cs_recheck=: ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6129 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6130 $as_echo "$ac_cs_version"; exit ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6131 --config | --confi | --conf | --con | --co | --c )
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6132 $as_echo "$ac_cs_config"; exit ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6133 --debug | --debu | --deb | --de | --d | -d )
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6134 debug=: ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6135 --file | --fil | --fi | --f )
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6136 $ac_shift
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6137 case $ac_optarg in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6138 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6139 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6140 as_fn_append CONFIG_FILES " '$ac_optarg'"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6141 ac_need_defaults=false;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6142 --header | --heade | --head | --hea )
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6143 $ac_shift
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6144 case $ac_optarg in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6145 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6146 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6147 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6148 ac_need_defaults=false;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6149 --he | --h)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6150 # Conflict between --help and --header
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6151 as_fn_error "ambiguous option: \`$1'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6152 Try \`$0 --help' for more information.";;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6153 --help | --hel | -h )
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6154 $as_echo "$ac_cs_usage"; exit ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6155 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6156 | -silent | --silent | --silen | --sile | --sil | --si | --s)
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6157 ac_cs_silent=: ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6158
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6159 # This is an error.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6160 -*) as_fn_error "unrecognized option: \`$1'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6161 Try \`$0 --help' for more information." ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6162
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6163 *) as_fn_append ac_config_targets " $1"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6164 ac_need_defaults=false ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6165
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6166 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6167 shift
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6168 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6169
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6170 ac_configure_extra_args=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6171
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6172 if $ac_cs_silent; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6173 exec 6>/dev/null
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6174 ac_configure_extra_args="$ac_configure_extra_args --silent"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6175 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6176
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6177 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6178 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6179 if \$ac_cs_recheck; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6180 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6181 shift
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6182 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6183 CONFIG_SHELL='$SHELL'
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6184 export CONFIG_SHELL
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6185 exec "\$@"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6186 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6187
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6188 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6189 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6190 exec 5>>config.log
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6191 {
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6192 echo
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6193 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6194 ## Running $as_me. ##
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6195 _ASBOX
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6196 $as_echo "$ac_log"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6197 } >&5
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6198
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6199 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6200 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6201 #
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6202 # INIT-COMMANDS
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6203 #
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6204 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6205
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6206 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6207
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6208 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6209
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6210 # Handling of arguments.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6211 for ac_config_target in $ac_config_targets
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6212 do
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6213 case $ac_config_target in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6214 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6215 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6216 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6217 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6218 "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6219 "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6220 "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;;
57
ed34413652fc moved man pages from docs/ to man/
meillo@marmaro.de
parents: 55
diff changeset
6221 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6222
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6223 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6224 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6225 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6226
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6227
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6228 # If the user did not use the arguments to specify the items to instantiate,
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6229 # then the envvar interface is used. Set only those that are not.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6230 # We use the long form for the default assignment because of an extremely
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6231 # bizarre bug on SunOS 4.1.3.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6232 if $ac_need_defaults; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6233 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6234 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6235 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6236 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6237
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6238 # Have a temporary directory for convenience. Make it in the build tree
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6239 # simply because there is no reason against having it here, and in addition,
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6240 # creating and moving files from /tmp can sometimes cause problems.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6241 # Hook for its removal unless debugging.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6242 # Note that there is a small window in which the directory will not be cleaned:
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6243 # after its creation but before its name has been assigned to `$tmp'.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6244 $debug ||
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6245 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6246 tmp=
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6247 trap 'exit_status=$?
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6248 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6249 ' 0
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6250 trap 'as_fn_exit 1' 1 2 13 15
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6251 }
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6252 # Create a (secure) tmp directory for tmp files.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6253
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6254 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6255 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6256 test -n "$tmp" && test -d "$tmp"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6257 } ||
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6258 {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6259 tmp=./conf$$-$RANDOM
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6260 (umask 077 && mkdir "$tmp")
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6261 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6262
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6263 # Set up the scripts for CONFIG_FILES section.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6264 # No need to generate them if there are no CONFIG_FILES.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6265 # This happens for instance with `./config.status config.h'.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6266 if test -n "$CONFIG_FILES"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6267
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6268
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6269 ac_cr=`echo X | tr X '\015'`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6270 # On cygwin, bash can eat \r inside `` if the user requested igncr.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6271 # But we know of no other shell where ac_cr would be empty at this
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6272 # point, so we can use a bashism as a fallback.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6273 if test "x$ac_cr" = x; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6274 eval ac_cr=\$\'\\r\'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6275 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6276 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6277 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6278 ac_cs_awk_cr='\r'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6279 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6280 ac_cs_awk_cr=$ac_cr
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6281 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6282
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6283 echo 'BEGIN {' >"$tmp/subs1.awk" &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6284 _ACEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6285
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6286
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6287 {
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6288 echo "cat >conf$$subs.awk <<_ACEOF" &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6289 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6290 echo "_ACEOF"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6291 } >conf$$subs.sh ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6292 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6293 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6294 ac_delim='%!_!# '
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6295 for ac_last_try in false false false false false :; do
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6296 . ./conf$$subs.sh ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6297 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6298
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6299 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6300 if test $ac_delim_n = $ac_delim_num; then
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6301 break
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6302 elif $ac_last_try; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6303 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6304 else
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6305 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6306 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6307 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6308 rm -f conf$$subs.sh
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6309
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6310 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6311 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6312 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6313 sed -n '
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6314 h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6315 s/^/S["/; s/!.*/"]=/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6316 p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6317 g
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6318 s/^[^!]*!//
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6319 :repl
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6320 t repl
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6321 s/'"$ac_delim"'$//
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6322 t delim
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6323 :nl
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6324 h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6325 s/\(.\{148\}\)..*/\1/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6326 t more1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6327 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6328 p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6329 n
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6330 b repl
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6331 :more1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6332 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6333 p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6334 g
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6335 s/.\{148\}//
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6336 t nl
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6337 :delim
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6338 h
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6339 s/\(.\{148\}\)..*/\1/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6340 t more2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6341 s/["\\]/\\&/g; s/^/"/; s/$/"/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6342 p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6343 b
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6344 :more2
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6345 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6346 p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6347 g
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6348 s/.\{148\}//
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6349 t delim
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6350 ' <conf$$subs.awk | sed '
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6351 /^[^""]/{
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6352 N
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6353 s/\n//
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6354 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6355 ' >>$CONFIG_STATUS || ac_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6356 rm -f conf$$subs.awk
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6357 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6358 _ACAWK
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6359 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6360 for (key in S) S_is_set[key] = 1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6361 FS = ""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6362
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6363 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6364 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6365 line = $ 0
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6366 nfields = split(line, field, "@")
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6367 substed = 0
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6368 len = length(field[1])
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6369 for (i = 2; i < nfields; i++) {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6370 key = field[i]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6371 keylen = length(key)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6372 if (S_is_set[key]) {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6373 value = S[key]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6374 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6375 len += length(value) + length(field[++i])
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6376 substed = 1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6377 } else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6378 len += 1 + keylen
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6379 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6380
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6381 print line
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6382 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6383
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6384 _ACAWK
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6385 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6386 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6387 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6388 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6389 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6390 cat
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6391 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6392 || as_fn_error "could not setup config files machinery" "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6393 _ACEOF
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6394
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6395 # VPATH may cause trouble with some makes, so we remove $(srcdir),
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6396 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6397 # trailing colons and then remove the whole line if VPATH becomes empty
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6398 # (actually we leave an empty line to preserve line numbers).
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6399 if test "x$srcdir" = x.; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6400 ac_vpsub='/^[ ]*VPATH[ ]*=/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6401 s/:*\$(srcdir):*/:/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6402 s/:*\${srcdir}:*/:/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6403 s/:*@srcdir@:*/:/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6404 s/^\([^=]*=[ ]*\):*/\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6405 s/:*$//
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6406 s/^[^=]*=[ ]*$//
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6407 }'
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6408 fi
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6409
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6410 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6411 fi # test -n "$CONFIG_FILES"
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6412
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6413 # Set up the scripts for CONFIG_HEADERS section.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6414 # No need to generate them if there are no CONFIG_HEADERS.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6415 # This happens for instance with `./config.status Makefile'.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6416 if test -n "$CONFIG_HEADERS"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6417 cat >"$tmp/defines.awk" <<\_ACAWK ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6418 BEGIN {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6419 _ACEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6420
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6421 # Transform confdefs.h into an awk script `defines.awk', embedded as
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6422 # here-document in config.status, that substitutes the proper values into
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6423 # config.h.in to produce config.h.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6424
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6425 # Create a delimiter string that does not exist in confdefs.h, to ease
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6426 # handling of long lines.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6427 ac_delim='%!_!# '
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6428 for ac_last_try in false false :; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6429 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6430 if test -z "$ac_t"; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6431 break
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6432 elif $ac_last_try; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6433 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6434 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6435 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6436 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6437 done
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6438
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6439 # For the awk script, D is an array of macro values keyed by name,
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6440 # likewise P contains macro parameters if any. Preserve backslash
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6441 # newline sequences.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6442
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6443 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6444 sed -n '
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6445 s/.\{148\}/&'"$ac_delim"'/g
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6446 t rset
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6447 :rset
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6448 s/^[ ]*#[ ]*define[ ][ ]*/ /
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6449 t def
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6450 d
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6451 :def
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6452 s/\\$//
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6453 t bsnl
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6454 s/["\\]/\\&/g
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6455 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6456 D["\1"]=" \3"/p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6457 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6458 d
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6459 :bsnl
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6460 s/["\\]/\\&/g
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6461 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6462 D["\1"]=" \3\\\\\\n"\\/p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6463 t cont
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6464 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6465 t cont
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6466 d
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6467 :cont
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6468 n
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6469 s/.\{148\}/&'"$ac_delim"'/g
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6470 t clear
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6471 :clear
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6472 s/\\$//
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6473 t bsnlc
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6474 s/["\\]/\\&/g; s/^/"/; s/$/"/p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6475 d
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6476 :bsnlc
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6477 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6478 b cont
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6479 ' <confdefs.h | sed '
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6480 s/'"$ac_delim"'/"\\\
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6481 "/g' >>$CONFIG_STATUS || ac_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6482
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6483 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6484 for (key in D) D_is_set[key] = 1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6485 FS = ""
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6486 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6487 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6488 line = \$ 0
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6489 split(line, arg, " ")
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6490 if (arg[1] == "#") {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6491 defundef = arg[2]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6492 mac1 = arg[3]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6493 } else {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6494 defundef = substr(arg[1], 2)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6495 mac1 = arg[2]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6496 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6497 split(mac1, mac2, "(") #)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6498 macro = mac2[1]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6499 prefix = substr(line, 1, index(line, defundef) - 1)
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6500 if (D_is_set[macro]) {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6501 # Preserve the white space surrounding the "#".
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6502 print prefix "define", macro P[macro] D[macro]
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6503 next
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6504 } else {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6505 # Replace #undef with comments. This is necessary, for example,
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6506 # in the case of _POSIX_SOURCE, which is predefined and required
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6507 # on some systems where configure will not decide to define it.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6508 if (defundef == "undef") {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6509 print "/*", prefix defundef, macro, "*/"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6510 next
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6511 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6512 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6513 }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6514 { print }
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6515 _ACAWK
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6516 _ACEOF
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6517 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6518 as_fn_error "could not setup config headers machinery" "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6519 fi # test -n "$CONFIG_HEADERS"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6520
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6521
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6522 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6523 shift
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6524 for ac_tag
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6525 do
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6526 case $ac_tag in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6527 :[FHLC]) ac_mode=$ac_tag; continue;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6528 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6529 case $ac_mode$ac_tag in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6530 :[FHL]*:*);;
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6531 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6532 :[FH]-) ac_tag=-:-;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6533 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6534 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6535 ac_save_IFS=$IFS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6536 IFS=:
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6537 set x $ac_tag
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6538 IFS=$ac_save_IFS
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6539 shift
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6540 ac_file=$1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6541 shift
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6542
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6543 case $ac_mode in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6544 :L) ac_source=$1;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6545 :[FH])
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6546 ac_file_inputs=
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6547 for ac_f
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6548 do
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6549 case $ac_f in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6550 -) ac_f="$tmp/stdin";;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6551 *) # Look for the file first in the build tree, then in the source tree
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6552 # (if the path is not absolute). The absolute path cannot be DOS-style,
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6553 # because $ac_f cannot contain `:'.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6554 test -f "$ac_f" ||
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6555 case $ac_f in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6556 [\\/$]*) false;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6557 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6558 esac ||
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6559 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6560 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6561 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6562 as_fn_append ac_file_inputs " '$ac_f'"
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6563 done
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6564
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6565 # Let's still pretend it is `configure' which instantiates (i.e., don't
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6566 # use $as_me), people would be surprised to read:
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6567 # /* config.h. Generated by config.status. */
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6568 configure_input='Generated from '`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6569 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6570 `' by configure.'
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6571 if test x"$ac_file" != x-; then
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6572 configure_input="$ac_file. $configure_input"
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6573 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6574 $as_echo "$as_me: creating $ac_file" >&6;}
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6575 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6576 # Neutralize special characters interpreted by sed in replacement strings.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6577 case $configure_input in #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6578 *\&* | *\|* | *\\* )
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6579 ac_sed_conf_input=`$as_echo "$configure_input" |
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6580 sed 's/[\\\\&|]/\\\\&/g'`;; #(
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6581 *) ac_sed_conf_input=$configure_input;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6582 esac
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6583
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6584 case $ac_tag in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6585 *:-:* | *:-) cat >"$tmp/stdin" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6586 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6587 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6588 ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6589 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6590
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6591 ac_dir=`$as_dirname -- "$ac_file" ||
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6592 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6593 X"$ac_file" : 'X\(//\)[^/]' \| \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6594 X"$ac_file" : 'X\(//\)$' \| \
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6595 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6596 $as_echo X"$ac_file" |
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6597 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6598 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6599 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6600 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6601 /^X\(\/\/\)[^/].*/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6602 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6603 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6604 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6605 /^X\(\/\/\)$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6606 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6607 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6608 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6609 /^X\(\/\).*/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6610 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6611 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6612 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6613 s/.*/./; q'`
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6614 as_dir="$ac_dir"; as_fn_mkdir_p
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6615 ac_builddir=.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6616
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6617 case "$ac_dir" in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6618 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6619 *)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6620 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6621 # A ".." for each directory in $ac_dir_suffix.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6622 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6623 case $ac_top_builddir_sub in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6624 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6625 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6626 esac ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6627 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6628 ac_abs_top_builddir=$ac_pwd
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6629 ac_abs_builddir=$ac_pwd$ac_dir_suffix
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6630 # for backward compatibility:
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6631 ac_top_builddir=$ac_top_build_prefix
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6632
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6633 case $srcdir in
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6634 .) # We are building in place.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6635 ac_srcdir=.
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6636 ac_top_srcdir=$ac_top_builddir_sub
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6637 ac_abs_top_srcdir=$ac_pwd ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6638 [\\/]* | ?:[\\/]* ) # Absolute name.
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6639 ac_srcdir=$srcdir$ac_dir_suffix;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6640 ac_top_srcdir=$srcdir
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6641 ac_abs_top_srcdir=$srcdir ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6642 *) # Relative name.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6643 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6644 ac_top_srcdir=$ac_top_build_prefix$srcdir
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6645 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6646 esac
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6647 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6648
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6649
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6650 case $ac_mode in
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6651 :F)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6652 #
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6653 # CONFIG_FILE
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6654 #
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6655
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6656 case $INSTALL in
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6657 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6658 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6659 esac
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6660 ac_MKDIR_P=$MKDIR_P
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6661 case $MKDIR_P in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6662 [\\/$]* | ?:[\\/]* ) ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6663 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6664 esac
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6665 _ACEOF
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6666
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6667 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6668 # If the template does not know about datarootdir, expand it.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6669 # FIXME: This hack should be removed a few years after 2.60.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6670 ac_datarootdir_hack=; ac_datarootdir_seen=
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6671 ac_sed_dataroot='
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6672 /datarootdir/ {
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6673 p
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6674 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6675 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6676 /@datadir@/p
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6677 /@docdir@/p
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6678 /@infodir@/p
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6679 /@localedir@/p
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6680 /@mandir@/p'
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6681 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6682 *datarootdir*) ac_datarootdir_seen=yes;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6683 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6685 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6686 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6687 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6688 ac_datarootdir_hack='
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6689 s&@datadir@&$datadir&g
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6690 s&@docdir@&$docdir&g
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6691 s&@infodir@&$infodir&g
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6692 s&@localedir@&$localedir&g
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6693 s&@mandir@&$mandir&g
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6694 s&\\\${datarootdir}&$datarootdir&g' ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6695 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6696 _ACEOF
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6697
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6698 # Neutralize VPATH when `$srcdir' = `.'.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6699 # Shell code in configure.ac might set extrasub.
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6700 # FIXME: do we really want to maintain this feature?
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6701 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6702 ac_sed_extra="$ac_vpsub
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6703 $extrasub
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6704 _ACEOF
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6705 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6706 :t
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6707 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6708 s|@configure_input@|$ac_sed_conf_input|;t t
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6709 s&@top_builddir@&$ac_top_builddir_sub&;t t
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6710 s&@top_build_prefix@&$ac_top_build_prefix&;t t
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6711 s&@srcdir@&$ac_srcdir&;t t
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6712 s&@abs_srcdir@&$ac_abs_srcdir&;t t
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6713 s&@top_srcdir@&$ac_top_srcdir&;t t
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6714 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6715 s&@builddir@&$ac_builddir&;t t
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6716 s&@abs_builddir@&$ac_abs_builddir&;t t
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6717 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6718 s&@INSTALL@&$ac_INSTALL&;t t
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6719 s&@MKDIR_P@&$ac_MKDIR_P&;t t
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6720 $ac_datarootdir_hack
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6721 "
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6722 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6723 || as_fn_error "could not create $ac_file" "$LINENO" 5
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6724
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6725 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6726 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6727 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6729 which seems to be undefined. Please make sure it is defined." >&5
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6730 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6731 which seems to be undefined. Please make sure it is defined." >&2;}
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6732
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6733 rm -f "$tmp/stdin"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6734 case $ac_file in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6735 -) cat "$tmp/out" && rm -f "$tmp/out";;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6736 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6737 esac \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6738 || as_fn_error "could not create $ac_file" "$LINENO" 5
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6739 ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6740 :H)
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6741 #
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6742 # CONFIG_HEADER
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6743 #
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6744 if test x"$ac_file" != x-; then
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6745 {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6746 $as_echo "/* $configure_input */" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6747 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6748 } >"$tmp/config.h" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6749 || as_fn_error "could not create $ac_file" "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6750 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6751 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6752 $as_echo "$as_me: $ac_file is unchanged" >&6;}
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6753 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6754 rm -f "$ac_file"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6755 mv "$tmp/config.h" "$ac_file" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6756 || as_fn_error "could not create $ac_file" "$LINENO" 5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6757 fi
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6758 else
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6759 $as_echo "/* $configure_input */" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6760 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6761 || as_fn_error "could not create -" "$LINENO" 5
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6762 fi
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6763 # Compute "$ac_file"'s index in $config_headers.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6764 _am_arg="$ac_file"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6765 _am_stamp_count=1
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6766 for _am_header in $config_headers :; do
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6767 case $_am_header in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6768 $_am_arg | $_am_arg:* )
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6769 break ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6770 * )
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6771 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6772 esac
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6773 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6774 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6775 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6776 X"$_am_arg" : 'X\(//\)[^/]' \| \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6777 X"$_am_arg" : 'X\(//\)$' \| \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6778 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6779 $as_echo X"$_am_arg" |
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6780 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6781 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6782 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6783 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6784 /^X\(\/\/\)[^/].*/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6785 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6786 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6787 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6788 /^X\(\/\/\)$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6789 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6790 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6791 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6792 /^X\(\/\).*/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6793 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6794 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6795 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6796 s/.*/./; q'`/stamp-h$_am_stamp_count
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6797 ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6798
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6799 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6800 $as_echo "$as_me: executing $ac_file commands" >&6;}
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6801 ;;
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6802 esac
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6803
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6804
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6805 case $ac_file$ac_mode in
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6806 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6807 # Autoconf 2.62 quotes --file arguments for eval, but not when files
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6808 # are listed without --file. Let's play safe and only enable the eval
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6809 # if we detect the quoting.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6810 case $CONFIG_FILES in
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6811 *\'*) eval set x "$CONFIG_FILES" ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6812 *) set x $CONFIG_FILES ;;
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6813 esac
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6814 shift
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6815 for mf
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6816 do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6817 # Strip MF so we end up with the name of the file.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6818 mf=`echo "$mf" | sed -e 's/:.*$//'`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6819 # Check whether this is an Automake generated Makefile or not.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6820 # We used to match only the files named `Makefile.in', but
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6821 # some people rename them; so instead we look at the file content.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6822 # Grep'ing the first line is not enough: some people post-process
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6823 # each Makefile.in and add a new line on top of each file to say so.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6824 # Grep'ing the whole file is not good either: AIX grep has a line
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6825 # limit of 2048, but all sed's we know have understand at least 4000.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6826 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6827 dirpart=`$as_dirname -- "$mf" ||
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6828 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6829 X"$mf" : 'X\(//\)[^/]' \| \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6830 X"$mf" : 'X\(//\)$' \| \
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6831 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6832 $as_echo X"$mf" |
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6833 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6834 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6835 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6836 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6837 /^X\(\/\/\)[^/].*/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6838 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6839 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6840 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6841 /^X\(\/\/\)$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6842 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6843 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6844 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6845 /^X\(\/\).*/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6846 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6847 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6848 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6849 s/.*/./; q'`
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6850 else
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6851 continue
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6852 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6853 # Extract the definition of DEPDIR, am__include, and am__quote
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6854 # from the Makefile without running `make'.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6855 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6856 test -z "$DEPDIR" && continue
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6857 am__include=`sed -n 's/^am__include = //p' < "$mf"`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6858 test -z "am__include" && continue
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6859 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6860 # When using ansi2knr, U may be empty or an underscore; expand it
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6861 U=`sed -n 's/^U = //p' < "$mf"`
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6862 # Find all dependency output files, they are included files with
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6863 # $(DEPDIR) in their names. We invoke sed twice because it is the
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6864 # simplest approach to changing $(DEPDIR) to its actual value in the
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6865 # expansion.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6866 for file in `sed -n "
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6867 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6868 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6869 # Make sure the directory exists.
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6870 test -f "$dirpart/$file" && continue
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6871 fdir=`$as_dirname -- "$file" ||
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6872 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6873 X"$file" : 'X\(//\)[^/]' \| \
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6874 X"$file" : 'X\(//\)$' \| \
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6875 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6876 $as_echo X"$file" |
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6877 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6878 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6879 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6880 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6881 /^X\(\/\/\)[^/].*/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6882 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6883 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6884 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6885 /^X\(\/\/\)$/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6886 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6887 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6888 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6889 /^X\(\/\).*/{
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6890 s//\1/
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6891 q
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6892 }
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6893 s/.*/./; q'`
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6894 as_dir=$dirpart/$fdir; as_fn_mkdir_p
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6895 # echo "creating $dirpart/$file"
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6896 echo '# dummy' > "$dirpart/$file"
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6897 done
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6898 done
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6899 }
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6900 ;;
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6901
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6902 esac
1
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6903 done # for ac_tag
af25f5c39d90 added diff from debian (masqmail-0.2.21-4)
meillo@marmaro.de
parents: 0
diff changeset
6904
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6905
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6906 as_fn_exit 0
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6907 _ACEOF
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6908 ac_clean_files=$ac_clean_files_save
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6909
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6910 test $ac_write_fail = 0 ||
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6911 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6912
0
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6913
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6914 # configure is writing to config.log, and then calls config.status.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6915 # config.status does its own redirection, appending to config.log.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6916 # Unfortunately, on DOS this fails, as config.log is still kept open
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6917 # by configure, so config.status won't be able to write to it; its
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6918 # output is simply discarded. So we exec the FD to /dev/null,
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6919 # effectively closing config.log, so it can be properly (re)opened and
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6920 # appended to by config.status. When coming back to configure, we
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6921 # need to make the FD available again.
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6922 if test "$no_create" != yes; then
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6923 ac_cs_success=:
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6924 ac_config_status_args=
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6925 test "$silent" = yes &&
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6926 ac_config_status_args="$ac_config_status_args --quiet"
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6927 exec 5>/dev/null
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6928 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6929 exec 5>>config.log
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6930 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
08114f7dcc23 this is masqmail-0.2.21 from oliver kurth
meillo@marmaro.de
parents:
diff changeset
6931 # would make configure fail if this is the last instruction.
36
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6932 $ac_cs_success || as_fn_exit $?
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6933 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6934 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6936 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6937 fi
9cb4031fa5e0 updated the generated AutoHELL files
meillo@marmaro.de
parents: 6
diff changeset
6938