Subversion Repositories svnkaklik

Rev

Rev 563 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 563 Rev 639
1
#! /bin/bash
1
#! /bin/bash
2
# Generated by configure.
2
# Generated by configure.
3
# Run this file to recreate the current configuration.
3
# Run this file to recreate the current configuration.
4
# Compiler output produced by configure, useful for debugging
4
# Compiler output produced by configure, useful for debugging
5
# configure, is in config.log if it exists.
5
# configure, is in config.log if it exists.
6
 
6
 
7
debug=false
7
debug=false
8
ac_cs_recheck=false
8
ac_cs_recheck=false
9
ac_cs_silent=false
9
ac_cs_silent=false
-
 
10
 
10
SHELL=${CONFIG_SHELL-/bin/bash}
11
SHELL=${CONFIG_SHELL-/bin/bash}
-
 
12
export SHELL
11
## --------------------- ##
13
## -------------------- ##
12
## M4sh Initialization.  ##
14
## M4sh Initialization. ##
13
## --------------------- ##
15
## -------------------- ##
14
 
16
 
15
# Be more Bourne compatible
17
# Be more Bourne compatible
16
DUALCASE=1; export DUALCASE # for MKS sh
18
DUALCASE=1; export DUALCASE # for MKS sh
17
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18
  emulate sh
20
  emulate sh
19
  NULLCMD=:
21
  NULLCMD=:
20
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
22
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21
  # is contrary to our usage.  Disable this feature.
23
  # is contrary to our usage.  Disable this feature.
22
  alias -g '${1+"$@"}'='"$@"'
24
  alias -g '${1+"$@"}'='"$@"'
23
  setopt NO_GLOB_SUBST
25
  setopt NO_GLOB_SUBST
24
else
26
else
25
  case `(set -o) 2>/dev/null` in
27
  case `(set -o) 2>/dev/null` in #(
-
 
28
  *posix*) :
26
  *posix*) set -o posix ;;
29
    set -o posix ;; #(
-
 
30
  *) :
-
 
31
     ;;
27
esac
32
esac
28
 
-
 
29
fi
33
fi
30
 
34
 
31
 
35
 
32
 
-
 
33
 
-
 
34
# PATH needs CR
-
 
35
# Avoid depending upon Character Ranges.
-
 
36
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-
 
37
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-
 
38
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-
 
39
as_cr_digits='0123456789'
-
 
40
as_cr_alnum=$as_cr_Letters$as_cr_digits
-
 
41
 
-
 
42
as_nl='
36
as_nl='
43
'
37
'
44
export as_nl
38
export as_nl
45
# Printing a long string crashes Solaris 7 /usr/bin/printf.
39
# Printing a long string crashes Solaris 7 /usr/bin/printf.
46
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
40
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
41
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
42
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
-
 
43
# Prefer a ksh shell builtin over an external printf program on Solaris,
-
 
44
# but without wasting forks for bash or zsh.
-
 
45
if test -z "$BASH_VERSION$ZSH_VERSION" \
-
 
46
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
-
 
47
  as_echo='print -r --'
-
 
48
  as_echo_n='print -rn --'
49
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
49
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50
  as_echo='printf %s\n'
50
  as_echo='printf %s\n'
51
  as_echo_n='printf %s'
51
  as_echo_n='printf %s'
52
else
52
else
53
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
53
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
54
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55
    as_echo_n='/usr/ucb/echo -n'
55
    as_echo_n='/usr/ucb/echo -n'
56
  else
56
  else
57
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
57
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58
    as_echo_n_body='eval
58
    as_echo_n_body='eval
59
      arg=$1;
59
      arg=$1;
60
      case $arg in
60
      case $arg in #(
61
      *"$as_nl"*)
61
      *"$as_nl"*)
62
	expr "X$arg" : "X\\(.*\\)$as_nl";
62
	expr "X$arg" : "X\\(.*\\)$as_nl";
63
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
63
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64
      esac;
64
      esac;
65
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66
    '
66
    '
67
    export as_echo_n_body
67
    export as_echo_n_body
68
    as_echo_n='sh -c $as_echo_n_body as_echo'
68
    as_echo_n='sh -c $as_echo_n_body as_echo'
69
  fi
69
  fi
70
  export as_echo_body
70
  export as_echo_body
71
  as_echo='sh -c $as_echo_body as_echo'
71
  as_echo='sh -c $as_echo_body as_echo'
72
fi
72
fi
73
 
73
 
74
# The user is always right.
74
# The user is always right.
75
if test "${PATH_SEPARATOR+set}" != set; then
75
if test "${PATH_SEPARATOR+set}" != set; then
76
  PATH_SEPARATOR=:
76
  PATH_SEPARATOR=:
77
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
77
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
78
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79
      PATH_SEPARATOR=';'
79
      PATH_SEPARATOR=';'
80
  }
80
  }
81
fi
81
fi
82
 
82
 
83
# Support unset when possible.
-
 
84
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-
 
85
  as_unset=unset
-
 
86
else
-
 
87
  as_unset=false
-
 
88
fi
-
 
89
 
-
 
90
 
83
 
91
# IFS
84
# IFS
92
# We need space, tab and new line, in precisely that order.  Quoting is
85
# We need space, tab and new line, in precisely that order.  Quoting is
93
# there to prevent editors from complaining about space-tab.
86
# there to prevent editors from complaining about space-tab.
94
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
87
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
95
# splitting by setting IFS to empty value.)
88
# splitting by setting IFS to empty value.)
96
IFS=" ""	$as_nl"
89
IFS=" ""	$as_nl"
97
 
90
 
98
# Find who we are.  Look in the path if we contain no directory separator.
91
# Find who we are.  Look in the path if we contain no directory separator.
99
case $0 in
92
case $0 in #((
100
  *[\\/]* ) as_myself=$0 ;;
93
  *[\\/]* ) as_myself=$0 ;;
101
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102
for as_dir in $PATH
95
for as_dir in $PATH
103
do
96
do
104
  IFS=$as_save_IFS
97
  IFS=$as_save_IFS
105
  test -z "$as_dir" && as_dir=.
98
  test -z "$as_dir" && as_dir=.
106
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107
done
100
  done
108
IFS=$as_save_IFS
101
IFS=$as_save_IFS
109
 
102
 
110
     ;;
103
     ;;
111
esac
104
esac
112
# We did not find ourselves, most probably we were run as `sh COMMAND'
105
# We did not find ourselves, most probably we were run as `sh COMMAND'
113
# in which case we are not to be found in the path.
106
# in which case we are not to be found in the path.
114
if test "x$as_myself" = x; then
107
if test "x$as_myself" = x; then
115
  as_myself=$0
108
  as_myself=$0
116
fi
109
fi
117
if test ! -f "$as_myself"; then
110
if test ! -f "$as_myself"; then
118
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119
  { (exit 1); exit 1; }
112
  exit 1
120
fi
113
fi
121
 
114
 
-
 
115
# Unset variables that we do not need and which cause bugs (e.g. in
-
 
116
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
-
 
117
# suppresses any "Segmentation fault" message there.  '((' could
122
# Work around bugs in pre-3.0 UWIN ksh.
118
# trigger a bug in pdksh 5.2.14.
123
for as_var in ENV MAIL MAILPATH
119
for as_var in BASH_ENV ENV MAIL MAILPATH
-
 
120
do eval test x\${$as_var+set} = xset \
124
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
121
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125
done
122
done
126
PS1='$ '
123
PS1='$ '
127
PS2='> '
124
PS2='> '
128
PS4='+ '
125
PS4='+ '
129
 
126
 
130
# NLS nuisances.
127
# NLS nuisances.
131
LC_ALL=C
128
LC_ALL=C
132
export LC_ALL
129
export LC_ALL
133
LANGUAGE=C
130
LANGUAGE=C
134
export LANGUAGE
131
export LANGUAGE
135
 
132
 
-
 
133
# CDPATH.
-
 
134
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
-
 
135
 
-
 
136
 
-
 
137
# as_fn_error ERROR [LINENO LOG_FD]
-
 
138
# ---------------------------------
-
 
139
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
-
 
140
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
-
 
141
# script with status $?, using 1 if that was 0.
-
 
142
as_fn_error ()
-
 
143
{
-
 
144
  as_status=$?; test $as_status -eq 0 && as_status=1
-
 
145
  if test "$3"; then
-
 
146
    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
-
 
147
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
-
 
148
  fi
-
 
149
  $as_echo "$as_me: error: $1" >&2
-
 
150
  as_fn_exit $as_status
-
 
151
} # as_fn_error
-
 
152
 
-
 
153
 
-
 
154
# as_fn_set_status STATUS
-
 
155
# -----------------------
-
 
156
# Set $? to STATUS, without forking.
-
 
157
as_fn_set_status ()
-
 
158
{
-
 
159
  return $1
-
 
160
} # as_fn_set_status
-
 
161
 
-
 
162
# as_fn_exit STATUS
-
 
163
# -----------------
-
 
164
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
-
 
165
as_fn_exit ()
-
 
166
{
-
 
167
  set +e
-
 
168
  as_fn_set_status $1
-
 
169
  exit $1
-
 
170
} # as_fn_exit
-
 
171
 
-
 
172
# as_fn_unset VAR
-
 
173
# ---------------
136
# Required to use basename.
174
# Portably unset VAR.
-
 
175
as_fn_unset ()
-
 
176
{
-
 
177
  { eval $1=; unset $1;}
-
 
178
}
-
 
179
as_unset=as_fn_unset
-
 
180
# as_fn_append VAR VALUE
-
 
181
# ----------------------
-
 
182
# Append the text in VALUE to the end of the definition contained in VAR. Take
-
 
183
# advantage of any shell optimizations that allow amortized linear growth over
-
 
184
# repeated appends, instead of the typical quadratic growth present in naive
-
 
185
# implementations.
-
 
186
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
-
 
187
  eval 'as_fn_append ()
-
 
188
  {
-
 
189
    eval $1+=\$2
-
 
190
  }'
-
 
191
else
-
 
192
  as_fn_append ()
-
 
193
  {
-
 
194
    eval $1=\$$1\$2
-
 
195
  }
-
 
196
fi # as_fn_append
-
 
197
 
-
 
198
# as_fn_arith ARG...
-
 
199
# ------------------
-
 
200
# Perform arithmetic evaluation on the ARGs, and store the result in the
-
 
201
# global $as_val. Take advantage of shells that can avoid forks. The arguments
-
 
202
# must be portable across $(()) and expr.
-
 
203
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
-
 
204
  eval 'as_fn_arith ()
-
 
205
  {
-
 
206
    as_val=$(( $* ))
-
 
207
  }'
-
 
208
else
-
 
209
  as_fn_arith ()
-
 
210
  {
-
 
211
    as_val=`expr "$@" || test $? -eq 1`
-
 
212
  }
-
 
213
fi # as_fn_arith
-
 
214
 
-
 
215
 
137
if expr a : '\(a\)' >/dev/null 2>&1 &&
216
if expr a : '\(a\)' >/dev/null 2>&1 &&
138
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
217
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
139
  as_expr=expr
218
  as_expr=expr
140
else
219
else
141
  as_expr=false
220
  as_expr=false
142
fi
221
fi
143
 
222
 
144
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
223
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145
  as_basename=basename
224
  as_basename=basename
146
else
225
else
147
  as_basename=false
226
  as_basename=false
148
fi
227
fi
149
 
228
 
-
 
229
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-
 
230
  as_dirname=dirname
-
 
231
else
-
 
232
  as_dirname=false
-
 
233
fi
150
 
234
 
151
# Name of the executable.
-
 
152
as_me=`$as_basename -- "$0" ||
235
as_me=`$as_basename -- "$0" ||
153
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
236
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154
	 X"$0" : 'X\(//\)$' \| \
237
	 X"$0" : 'X\(//\)$' \| \
155
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
238
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156
$as_echo X/"$0" |
239
$as_echo X/"$0" |
157
    sed '/^.*\/\([^/][^/]*\)\/*$/{
240
    sed '/^.*\/\([^/][^/]*\)\/*$/{
158
	    s//\1/
241
	    s//\1/
159
	    q
242
	    q
160
	  }
243
	  }
161
	  /^X\/\(\/\/\)$/{
244
	  /^X\/\(\/\/\)$/{
162
	    s//\1/
245
	    s//\1/
163
	    q
246
	    q
164
	  }
247
	  }
165
	  /^X\/\(\/\).*/{
248
	  /^X\/\(\/\).*/{
166
	    s//\1/
249
	    s//\1/
167
	    q
250
	    q
168
	  }
251
	  }
169
	  s/.*/./; q'`
252
	  s/.*/./; q'`
170
 
253
 
171
# CDPATH.
-
 
172
$as_unset CDPATH
-
 
173
 
-
 
174
 
-
 
175
 
-
 
176
  as_lineno_1=$LINENO
-
 
177
  as_lineno_2=$LINENO
-
 
178
  test "x$as_lineno_1" != "x$as_lineno_2" &&
254
# Avoid depending upon Character Ranges.
179
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
-
 
180
 
-
 
181
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-
 
182
  # uniformly replaced by the line number.  The first 'sed' inserts a
-
 
183
  # line-number line after each line using $LINENO; the second 'sed'
-
 
184
  # does the real work.  The second script uses 'N' to pair each
255
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
185
  # line-number line with the line containing $LINENO, and appends
-
 
186
  # trailing '-' during substitution so that $LINENO is not a special
-
 
187
  # case at line end.
-
 
188
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-
 
189
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-
 
190
  # E. McMahon (1931-1989) for sed's syntax.  :-)
256
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
191
  sed -n '
-
 
192
    p
-
 
193
    /[$]LINENO/=
-
 
194
  ' <$as_myself |
-
 
195
    sed '
-
 
196
      s/[$]LINENO.*/&-/
-
 
197
      t lineno
-
 
198
      b
-
 
199
      :lineno
-
 
200
      N
-
 
201
      :loop
-
 
202
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
257
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
203
      t loop
-
 
204
      s/-\n.*//
-
 
205
    ' >$as_me.lineno &&
258
as_cr_digits='0123456789'
206
  chmod +x "$as_me.lineno" ||
-
 
207
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
-
 
208
   { (exit 1); exit 1; }; }
-
 
209
 
-
 
210
  # Don't try to exec as it changes $[0], causing all sort of problems
-
 
211
  # (the dirname of $[0] is not the place where we might find the
-
 
212
  # original and so on.  Autoconf is especially sensitive to this).
-
 
213
  . "./$as_me.lineno"
-
 
214
  # Exit status is that of the last command.
259
as_cr_alnum=$as_cr_Letters$as_cr_digits
215
  exit
-
 
216
}
-
 
217
 
-
 
218
 
-
 
219
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-
 
220
  as_dirname=dirname
-
 
221
else
-
 
222
  as_dirname=false
-
 
223
fi
-
 
224
 
260
 
225
ECHO_C= ECHO_N= ECHO_T=
261
ECHO_C= ECHO_N= ECHO_T=
226
case `echo -n x` in
262
case `echo -n x` in #(((((
227
-n*)
263
-n*)
228
  case `echo 'x\c'` in
264
  case `echo 'xy\c'` in
229
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
265
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
230
  *)   ECHO_C='\c';;
266
  xy)  ECHO_C='\c';;
-
 
267
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
-
 
268
       ECHO_T='	';;
231
  esac;;
269
  esac;;
232
*)
270
*)
233
  ECHO_N='-n';;
271
  ECHO_N='-n';;
234
esac
272
esac
235
if expr a : '\(a\)' >/dev/null 2>&1 &&
-
 
236
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-
 
237
  as_expr=expr
-
 
238
else
-
 
239
  as_expr=false
-
 
240
fi
-
 
241
 
273
 
242
rm -f conf$$ conf$$.exe conf$$.file
274
rm -f conf$$ conf$$.exe conf$$.file
243
if test -d conf$$.dir; then
275
if test -d conf$$.dir; then
244
  rm -f conf$$.dir/conf$$.file
276
  rm -f conf$$.dir/conf$$.file
245
else
277
else
246
  rm -f conf$$.dir
278
  rm -f conf$$.dir
247
  mkdir conf$$.dir 2>/dev/null
279
  mkdir conf$$.dir 2>/dev/null
248
fi
280
fi
249
if (echo >conf$$.file) 2>/dev/null; then
281
if (echo >conf$$.file) 2>/dev/null; then
250
  if ln -s conf$$.file conf$$ 2>/dev/null; then
282
  if ln -s conf$$.file conf$$ 2>/dev/null; then
251
    as_ln_s='ln -s'
283
    as_ln_s='ln -s'
252
    # ... but there are two gotchas:
284
    # ... but there are two gotchas:
253
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
285
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
254
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
286
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
255
    # In both cases, we have to default to `cp -p'.
287
    # In both cases, we have to default to `cp -p'.
256
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
288
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
257
      as_ln_s='cp -p'
289
      as_ln_s='cp -p'
258
  elif ln conf$$.file conf$$ 2>/dev/null; then
290
  elif ln conf$$.file conf$$ 2>/dev/null; then
259
    as_ln_s=ln
291
    as_ln_s=ln
260
  else
292
  else
261
    as_ln_s='cp -p'
293
    as_ln_s='cp -p'
262
  fi
294
  fi
263
else
295
else
264
  as_ln_s='cp -p'
296
  as_ln_s='cp -p'
265
fi
297
fi
266
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
298
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
267
rmdir conf$$.dir 2>/dev/null
299
rmdir conf$$.dir 2>/dev/null
268
 
300
 
-
 
301
 
-
 
302
# as_fn_mkdir_p
-
 
303
# -------------
-
 
304
# Create "$as_dir" as a directory, including parents if necessary.
-
 
305
as_fn_mkdir_p ()
-
 
306
{
-
 
307
 
-
 
308
  case $as_dir in #(
-
 
309
  -*) as_dir=./$as_dir;;
-
 
310
  esac
-
 
311
  test -d "$as_dir" || eval $as_mkdir_p || {
-
 
312
    as_dirs=
-
 
313
    while :; do
-
 
314
      case $as_dir in #(
-
 
315
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-
 
316
      *) as_qdir=$as_dir;;
-
 
317
      esac
-
 
318
      as_dirs="'$as_qdir' $as_dirs"
-
 
319
      as_dir=`$as_dirname -- "$as_dir" ||
-
 
320
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-
 
321
	 X"$as_dir" : 'X\(//\)[^/]' \| \
-
 
322
	 X"$as_dir" : 'X\(//\)$' \| \
-
 
323
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-
 
324
$as_echo X"$as_dir" |
-
 
325
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-
 
326
	    s//\1/
-
 
327
	    q
-
 
328
	  }
-
 
329
	  /^X\(\/\/\)[^/].*/{
-
 
330
	    s//\1/
-
 
331
	    q
-
 
332
	  }
-
 
333
	  /^X\(\/\/\)$/{
-
 
334
	    s//\1/
-
 
335
	    q
-
 
336
	  }
-
 
337
	  /^X\(\/\).*/{
-
 
338
	    s//\1/
-
 
339
	    q
-
 
340
	  }
-
 
341
	  s/.*/./; q'`
-
 
342
      test -d "$as_dir" && break
-
 
343
    done
-
 
344
    test -z "$as_dirs" || eval "mkdir $as_dirs"
-
 
345
  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
-
 
346
 
-
 
347
 
-
 
348
} # as_fn_mkdir_p
269
if mkdir -p . 2>/dev/null; then
349
if mkdir -p . 2>/dev/null; then
270
  as_mkdir_p=:
350
  as_mkdir_p='mkdir -p "$as_dir"'
271
else
351
else
272
  test -d ./-p && rmdir ./-p
352
  test -d ./-p && rmdir ./-p
273
  as_mkdir_p=false
353
  as_mkdir_p=false
274
fi
354
fi
275
 
355
 
276
if test -x / >/dev/null 2>&1; then
356
if test -x / >/dev/null 2>&1; then
277
  as_test_x='test -x'
357
  as_test_x='test -x'
278
else
358
else
279
  if ls -dL / >/dev/null 2>&1; then
359
  if ls -dL / >/dev/null 2>&1; then
280
    as_ls_L_option=L
360
    as_ls_L_option=L
281
  else
361
  else
282
    as_ls_L_option=
362
    as_ls_L_option=
283
  fi
363
  fi
284
  as_test_x='
364
  as_test_x='
285
    eval sh -c '\''
365
    eval sh -c '\''
286
      if test -d "$1"; then
366
      if test -d "$1"; then
287
	test -d "$1/.";
367
	test -d "$1/.";
288
      else
368
      else
289
	case $1 in
369
	case $1 in #(
290
	-*)set "./$1";;
370
	-*)set "./$1";;
291
	esac;
371
	esac;
292
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
372
	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
293
	???[sx]*):;;*)false;;esac;fi
373
	???[sx]*):;;*)false;;esac;fi
294
    '\'' sh
374
    '\'' sh
295
  '
375
  '
296
fi
376
fi
297
as_executable_p=$as_test_x
377
as_executable_p=$as_test_x
298
 
378
 
299
# Sed expression to map a string onto a valid CPP name.
379
# Sed expression to map a string onto a valid CPP name.
300
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
380
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
301
 
381
 
302
# Sed expression to map a string onto a valid variable name.
382
# Sed expression to map a string onto a valid variable name.
303
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
383
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
304
 
384
 
305
 
385
 
306
exec 6>&1
386
exec 6>&1
307
 
-
 
-
 
387
## ----------------------------------- ##
-
 
388
## Main body of $CONFIG_STATUS script. ##
-
 
389
## ----------------------------------- ##
308
# Save the log message, to keep $[0] and so on meaningful, and to
390
# Save the log message, to keep $0 and so on meaningful, and to
309
# report actual input values of CONFIG_FILES etc. instead of their
391
# report actual input values of CONFIG_FILES etc. instead of their
310
# values after options handling.
392
# values after options handling.
311
ac_log="
393
ac_log="
312
This file was extended by $as_me, which was
394
This file was extended by $as_me, which was
313
generated by GNU Autoconf 2.63.  Invocation command line was
395
generated by GNU Autoconf 2.64.  Invocation command line was
314
 
396
 
315
  CONFIG_FILES    = $CONFIG_FILES
397
  CONFIG_FILES    = $CONFIG_FILES
316
  CONFIG_HEADERS  = $CONFIG_HEADERS
398
  CONFIG_HEADERS  = $CONFIG_HEADERS
317
  CONFIG_LINKS    = $CONFIG_LINKS
399
  CONFIG_LINKS    = $CONFIG_LINKS
318
  CONFIG_COMMANDS = $CONFIG_COMMANDS
400
  CONFIG_COMMANDS = $CONFIG_COMMANDS
319
  $ $0 $@
401
  $ $0 $@
320
 
402
 
321
on `(hostname || uname -n) 2>/dev/null | sed 1q`
403
on `(hostname || uname -n) 2>/dev/null | sed 1q`
322
"
404
"
323
 
405
 
324
# Files that config.status was made for.
406
# Files that config.status was made for.
325
config_files=" Makefile src/Makefile"
407
config_files=" Makefile src/Makefile"
326
config_headers=" config.h"
408
config_headers=" config.h"
327
config_commands=" depfiles libtool"
409
config_commands=" depfiles libtool"
328
 
410
 
329
ac_cs_usage="\
411
ac_cs_usage="\
330
\`$as_me' instantiates files from templates according to the
412
\`$as_me' instantiates files and other configuration actions
331
current configuration.
413
from templates according to the current configuration.  Unless the files
-
 
414
and actions are specified as TAGs, all are instantiated by default.
332
 
415
 
333
Usage: $0 [OPTION]... [FILE]...
416
Usage: $0 [OPTION]... [TAG]...
334
 
417
 
335
  -h, --help       print this help, then exit
418
  -h, --help       print this help, then exit
336
  -V, --version    print version number and configuration settings, then exit
419
  -V, --version    print version number and configuration settings, then exit
337
  -q, --quiet, --silent
420
  -q, --quiet, --silent
338
                   do not print progress messages
421
                   do not print progress messages
339
  -d, --debug      don't remove temporary files
422
  -d, --debug      don't remove temporary files
340
      --recheck    update $as_me by reconfiguring in the same conditions
423
      --recheck    update $as_me by reconfiguring in the same conditions
341
      --file=FILE[:TEMPLATE]
424
      --file=FILE[:TEMPLATE]
342
                   instantiate the configuration file FILE
425
                   instantiate the configuration file FILE
343
      --header=FILE[:TEMPLATE]
426
      --header=FILE[:TEMPLATE]
344
                   instantiate the configuration header FILE
427
                   instantiate the configuration header FILE
345
 
428
 
346
Configuration files:
429
Configuration files:
347
$config_files
430
$config_files
348
 
431
 
349
Configuration headers:
432
Configuration headers:
350
$config_headers
433
$config_headers
351
 
434
 
352
Configuration commands:
435
Configuration commands:
353
$config_commands
436
$config_commands
354
 
437
 
355
Report bugs to <bug-autoconf@gnu.org>."
438
Report bugs to the package provider."
356
 
439
 
357
ac_cs_version="\
440
ac_cs_version="\
358
config.status
441
config.status
359
configured by /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/configure, generated by GNU Autoconf 2.63,
442
configured by /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/configure, generated by GNU Autoconf 2.64,
360
  with options \"'LDFLAGS=-lasound -lfftw3'\"
443
  with options \"'LDFLAGS=-lasound -lfftw3'\"
361
 
444
 
362
Copyright (C) 2008 Free Software Foundation, Inc.
445
Copyright (C) 2009 Free Software Foundation, Inc.
363
This config.status script is free software; the Free Software Foundation
446
This config.status script is free software; the Free Software Foundation
364
gives unlimited permission to copy, distribute and modify it."
447
gives unlimited permission to copy, distribute and modify it."
365
 
448
 
366
ac_pwd='/home/kaklik/projects/programy/C/ix86/echo/SW/sonar'
449
ac_pwd='/home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar'
367
srcdir='.'
450
srcdir='.'
368
INSTALL='/usr/bin/install -c'
451
INSTALL='/usr/bin/install -c'
369
MKDIR_P='/bin/mkdir -p'
452
MKDIR_P='/bin/mkdir -p'
370
AWK='gawk'
453
AWK='gawk'
371
test -n "$AWK" || AWK=awk
454
test -n "$AWK" || AWK=awk
372
# The default lists apply if the user does not specify any file.
455
# The default lists apply if the user does not specify any file.
373
ac_need_defaults=:
456
ac_need_defaults=:
374
while test $# != 0
457
while test $# != 0
375
do
458
do
376
  case $1 in
459
  case $1 in
377
  --*=*)
460
  --*=*)
378
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
461
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
379
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
462
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
380
    ac_shift=:
463
    ac_shift=:
381
    ;;
464
    ;;
382
  *)
465
  *)
383
    ac_option=$1
466
    ac_option=$1
384
    ac_optarg=$2
467
    ac_optarg=$2
385
    ac_shift=shift
468
    ac_shift=shift
386
    ;;
469
    ;;
387
  esac
470
  esac
388
 
471
 
389
  case $ac_option in
472
  case $ac_option in
390
  # Handling of the options.
473
  # Handling of the options.
391
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
474
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
392
    ac_cs_recheck=: ;;
475
    ac_cs_recheck=: ;;
393
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
476
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
394
    $as_echo "$ac_cs_version"; exit ;;
477
    $as_echo "$ac_cs_version"; exit ;;
395
  --debug | --debu | --deb | --de | --d | -d )
478
  --debug | --debu | --deb | --de | --d | -d )
396
    debug=: ;;
479
    debug=: ;;
397
  --file | --fil | --fi | --f )
480
  --file | --fil | --fi | --f )
398
    $ac_shift
481
    $ac_shift
399
    case $ac_optarg in
482
    case $ac_optarg in
400
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
483
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
401
    esac
484
    esac
402
    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
485
    as_fn_append CONFIG_FILES " '$ac_optarg'"
403
    ac_need_defaults=false;;
486
    ac_need_defaults=false;;
404
  --header | --heade | --head | --hea )
487
  --header | --heade | --head | --hea )
405
    $ac_shift
488
    $ac_shift
406
    case $ac_optarg in
489
    case $ac_optarg in
407
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
490
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
408
    esac
491
    esac
409
    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
492
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
410
    ac_need_defaults=false;;
493
    ac_need_defaults=false;;
411
  --he | --h)
494
  --he | --h)
412
    # Conflict between --help and --header
495
    # Conflict between --help and --header
413
    { $as_echo "$as_me: error: ambiguous option: $1
496
    as_fn_error "ambiguous option: \`$1'
414
Try \`$0 --help' for more information." >&2
497
Try \`$0 --help' for more information.";;
415
   { (exit 1); exit 1; }; };;
-
 
416
  --help | --hel | -h )
498
  --help | --hel | -h )
417
    $as_echo "$ac_cs_usage"; exit ;;
499
    $as_echo "$ac_cs_usage"; exit ;;
418
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
500
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
419
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
501
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
420
    ac_cs_silent=: ;;
502
    ac_cs_silent=: ;;
421
 
503
 
422
  # This is an error.
504
  # This is an error.
423
  -*) { $as_echo "$as_me: error: unrecognized option: $1
505
  -*) as_fn_error "unrecognized option: \`$1'
424
Try \`$0 --help' for more information." >&2
506
Try \`$0 --help' for more information." ;;
425
   { (exit 1); exit 1; }; } ;;
-
 
426
 
507
 
427
  *) ac_config_targets="$ac_config_targets $1"
508
  *) as_fn_append ac_config_targets " $1"
428
     ac_need_defaults=false ;;
509
     ac_need_defaults=false ;;
429
 
510
 
430
  esac
511
  esac
431
  shift
512
  shift
432
done
513
done
433
 
514
 
434
ac_configure_extra_args=
515
ac_configure_extra_args=
435
 
516
 
436
if $ac_cs_silent; then
517
if $ac_cs_silent; then
437
  exec 6>/dev/null
518
  exec 6>/dev/null
438
  ac_configure_extra_args="$ac_configure_extra_args --silent"
519
  ac_configure_extra_args="$ac_configure_extra_args --silent"
439
fi
520
fi
440
 
521
 
441
if $ac_cs_recheck; then
522
if $ac_cs_recheck; then
442
  set X '/bin/bash' '/home/kaklik/projects/programy/C/ix86/echo/SW/sonar/configure'  'LDFLAGS=-lasound -lfftw3' $ac_configure_extra_args --no-create --no-recursion
523
  set X '/bin/bash' '/home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/configure'  'LDFLAGS=-lasound -lfftw3' $ac_configure_extra_args --no-create --no-recursion
443
  shift
524
  shift
444
  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
525
  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
445
  CONFIG_SHELL='/bin/bash'
526
  CONFIG_SHELL='/bin/bash'
446
  export CONFIG_SHELL
527
  export CONFIG_SHELL
447
  exec "$@"
528
  exec "$@"
448
fi
529
fi
449
 
530
 
450
exec 5>>config.log
531
exec 5>>config.log
451
{
532
{
452
  echo
533
  echo
453
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
534
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
454
## Running $as_me. ##
535
## Running $as_me. ##
455
_ASBOX
536
_ASBOX
456
  $as_echo "$ac_log"
537
  $as_echo "$ac_log"
457
} >&5
538
} >&5
458
 
539
 
459
#
540
#
460
# INIT-COMMANDS
541
# INIT-COMMANDS
461
#
542
#
462
AMDEP_TRUE="" ac_aux_dir="."
543
AMDEP_TRUE="" ac_aux_dir="."
463
 
544
 
464
 
545
 
465
# The HP-UX ksh and POSIX shell print the target directory to stdout
546
# The HP-UX ksh and POSIX shell print the target directory to stdout
466
# if CDPATH is set.
547
# if CDPATH is set.
467
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
548
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
468
 
549
 
469
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
550
sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
470
double_quote_subst='s/\(["`\\]\)/\\\1/g'
551
double_quote_subst='s/\(["`\\]\)/\\\1/g'
471
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
552
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
472
macro_version='2.2.6'
553
macro_version='2.2.6'
473
macro_revision='1.3012'
554
macro_revision='1.3012'
474
enable_shared='yes'
555
enable_shared='yes'
475
enable_static='yes'
556
enable_static='yes'
476
pic_mode='default'
557
pic_mode='default'
477
enable_fast_install='yes'
558
enable_fast_install='yes'
478
host_alias=''
559
host_alias=''
479
host='x86_64-unknown-linux-gnu'
560
host='i686-pc-linux-gnu'
480
host_os='linux-gnu'
561
host_os='linux-gnu'
481
build_alias=''
562
build_alias=''
482
build='x86_64-unknown-linux-gnu'
563
build='i686-pc-linux-gnu'
483
build_os='linux-gnu'
564
build_os='linux-gnu'
484
SED='/bin/sed'
565
SED='/bin/sed'
485
Xsed='/bin/sed -e 1s/^X//'
566
Xsed='/bin/sed -e 1s/^X//'
486
GREP='/bin/grep'
567
GREP='/bin/grep'
487
EGREP='/bin/grep -E'
568
EGREP='/bin/grep -E'
488
FGREP='/bin/grep -F'
569
FGREP='/bin/grep -F'
489
LD='/usr/bin/ld -m elf_x86_64'
570
LD='/usr/bin/ld'
490
NM='/usr/bin/nm -B'
571
NM='/usr/bin/nm -B'
491
LN_S='ln -s'
572
LN_S='ln -s'
492
max_cmd_len='1572864'
573
max_cmd_len='805306365'
493
ac_objext='o'
574
ac_objext='o'
494
exeext=''
575
exeext=''
495
lt_unset='unset'
576
lt_unset='unset'
496
lt_SP2NL='tr \040 \012'
577
lt_SP2NL='tr \040 \012'
497
lt_NL2SP='tr \015\012 \040\040'
578
lt_NL2SP='tr \015\012 \040\040'
498
reload_flag=' -r'
579
reload_flag=' -r'
499
reload_cmds='$LD$reload_flag -o $output$reload_objs'
580
reload_cmds='$LD$reload_flag -o $output$reload_objs'
500
OBJDUMP='objdump'
581
OBJDUMP='objdump'
501
deplibs_check_method='pass_all'
582
deplibs_check_method='pass_all'
502
file_magic_cmd='$MAGIC_CMD'
583
file_magic_cmd='$MAGIC_CMD'
503
AR='ar'
584
AR='ar'
504
AR_FLAGS='cru'
585
AR_FLAGS='cru'
505
STRIP='strip'
586
STRIP='strip'
506
RANLIB='ranlib'
587
RANLIB='ranlib'
507
old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
588
old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $oldlib'
508
old_postuninstall_cmds=''
589
old_postuninstall_cmds=''
509
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
590
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $oldlib'
510
CC='gcc'
591
CC='gcc'
511
CFLAGS='-g -O2'
592
CFLAGS='-g -O2'
512
compiler='gcc'
593
compiler='gcc'
513
GCC='yes'
594
GCC='yes'
514
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
595
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
515
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
596
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
516
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
597
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
517
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
598
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
518
objdir='.libs'
599
objdir='.libs'
519
SHELL='/bin/bash'
600
SHELL='/bin/bash'
520
ECHO='echo'
601
ECHO='echo'
521
MAGIC_CMD='file'
602
MAGIC_CMD='file'
522
lt_prog_compiler_no_builtin_flag=' -fno-builtin'
603
lt_prog_compiler_no_builtin_flag=' -fno-builtin'
523
lt_prog_compiler_wl='-Wl,'
604
lt_prog_compiler_wl='-Wl,'
524
lt_prog_compiler_pic=' -fPIC -DPIC'
605
lt_prog_compiler_pic=' -fPIC -DPIC'
525
lt_prog_compiler_static='-static'
606
lt_prog_compiler_static='-static'
526
lt_cv_prog_compiler_c_o='yes'
607
lt_cv_prog_compiler_c_o='yes'
527
need_locks='no'
608
need_locks='no'
528
DSYMUTIL=''
609
DSYMUTIL=''
529
NMEDIT=''
610
NMEDIT=''
530
LIPO=''
611
LIPO=''
531
OTOOL=''
612
OTOOL=''
532
OTOOL64=''
613
OTOOL64=''
533
libext='a'
614
libext='a'
534
shrext_cmds='.so'
615
shrext_cmds='.so'
535
extract_expsyms_cmds=''
616
extract_expsyms_cmds=''
536
archive_cmds_need_lc='no'
617
archive_cmds_need_lc='no'
537
enable_shared_with_static_runtimes='no'
618
enable_shared_with_static_runtimes='no'
538
export_dynamic_flag_spec='${wl}--export-dynamic'
619
export_dynamic_flag_spec='${wl}--export-dynamic'
539
whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
620
whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
540
compiler_needs_object='no'
621
compiler_needs_object='no'
541
old_archive_from_new_cmds=''
622
old_archive_from_new_cmds=''
542
old_archive_from_expsyms_cmds=''
623
old_archive_from_expsyms_cmds=''
543
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
624
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
544
archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
625
archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
545
	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
626
	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
546
	    echo "local: *; };" >> $output_objdir/$libname.ver~
627
	    echo "local: *; };" >> $output_objdir/$libname.ver~
547
	    $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
628
	    $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
548
module_cmds=''
629
module_cmds=''
549
module_expsym_cmds=''
630
module_expsym_cmds=''
550
with_gnu_ld='yes'
631
with_gnu_ld='yes'
551
allow_undefined_flag=''
632
allow_undefined_flag=''
552
no_undefined_flag=''
633
no_undefined_flag=''
553
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
634
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
554
hardcode_libdir_flag_spec_ld=''
635
hardcode_libdir_flag_spec_ld=''
555
hardcode_libdir_separator=''
636
hardcode_libdir_separator=''
556
hardcode_direct='no'
637
hardcode_direct='no'
557
hardcode_direct_absolute='no'
638
hardcode_direct_absolute='no'
558
hardcode_minus_L='no'
639
hardcode_minus_L='no'
559
hardcode_shlibpath_var='unsupported'
640
hardcode_shlibpath_var='unsupported'
560
hardcode_automatic='no'
641
hardcode_automatic='no'
561
inherit_rpath='no'
642
inherit_rpath='no'
562
link_all_deplibs='unknown'
643
link_all_deplibs='no'
563
fix_srcfile_path=''
644
fix_srcfile_path=''
564
always_export_symbols='no'
645
always_export_symbols='no'
565
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
646
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
566
exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
647
exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
567
include_expsyms=''
648
include_expsyms=''
568
prelink_cmds=''
649
prelink_cmds=''
569
file_list_spec=''
650
file_list_spec=''
570
variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
651
variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH'
571
need_lib_prefix='no'
652
need_lib_prefix='no'
572
need_version='no'
653
need_version='no'
573
version_type='linux'
654
version_type='linux'
574
runpath_var='LD_RUN_PATH'
655
runpath_var='LD_RUN_PATH'
575
shlibpath_var='LD_LIBRARY_PATH'
656
shlibpath_var='LD_LIBRARY_PATH'
576
shlibpath_overrides_runpath='no'
657
shlibpath_overrides_runpath='no'
577
libname_spec='lib$name'
658
libname_spec='lib$name'
578
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
659
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
579
soname_spec='${libname}${release}${shared_ext}$major'
660
soname_spec='${libname}${release}${shared_ext}$major'
580
postinstall_cmds=''
661
postinstall_cmds=''
581
postuninstall_cmds=''
662
postuninstall_cmds=''
582
finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
663
finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
583
finish_eval=''
664
finish_eval=''
584
hardcode_into_libs='yes'
665
hardcode_into_libs='yes'
585
sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/4.3.3 /usr/lib /lib'
666
sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.4.1 /usr/lib /lib /usr/lib/i486-linux-gnu'
586
sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib32/alsa-lib /usr/lib/alsa-lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu '
667
sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/grass/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib '
587
hardcode_action='immediate'
668
hardcode_action='immediate'
588
enable_dlopen='unknown'
669
enable_dlopen='unknown'
589
enable_dlopen_self='unknown'
670
enable_dlopen_self='unknown'
590
enable_dlopen_self_static='unknown'
671
enable_dlopen_self_static='unknown'
591
old_striplib='strip --strip-debug'
672
old_striplib='strip --strip-debug'
592
striplib='strip --strip-unneeded'
673
striplib='strip --strip-unneeded'
593
 
674
 
594
LTCC='gcc'
675
LTCC='gcc'
595
LTCFLAGS='-g -O2'
676
LTCFLAGS='-g -O2'
596
compiler='gcc'
677
compiler='gcc'
597
 
678
 
598
# Quote evaled strings.
679
# Quote evaled strings.
599
for var in SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd AR AR_FLAGS STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix SHELL ECHO lt_prog_compiler_no_builtin_flag lt_prog_compiler_wl lt_prog_compiler_pic lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator fix_srcfile_path exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec finish_eval old_striplib striplib; do
680
for var in SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd AR AR_FLAGS STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix SHELL ECHO lt_prog_compiler_no_builtin_flag lt_prog_compiler_wl lt_prog_compiler_pic lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_flag_spec_ld hardcode_libdir_separator fix_srcfile_path exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec finish_eval old_striplib striplib; do
600
    case `eval \\$ECHO "X\\$$var"` in
681
    case `eval \\$ECHO "X\\$$var"` in
601
    *[\\\`\"\$]*)
682
    *[\\\`\"\$]*)
602
      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
683
      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
603
      ;;
684
      ;;
604
    *)
685
    *)
605
      eval "lt_$var=\\\"\$$var\\\""
686
      eval "lt_$var=\\\"\$$var\\\""
606
      ;;
687
      ;;
607
    esac
688
    esac
608
done
689
done
609
 
690
 
610
# Double-quote double-evaled strings.
691
# Double-quote double-evaled strings.
611
for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec; do
692
for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec; do
612
    case `eval \\$ECHO "X\\$$var"` in
693
    case `eval \\$ECHO "X\\$$var"` in
613
    *[\\\`\"\$]*)
694
    *[\\\`\"\$]*)
614
      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
695
      eval "lt_$var=\\\"\`\$ECHO \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
615
      ;;
696
      ;;
616
    *)
697
    *)
617
      eval "lt_$var=\\\"\$$var\\\""
698
      eval "lt_$var=\\\"\$$var\\\""
618
      ;;
699
      ;;
619
    esac
700
    esac
620
done
701
done
621
 
702
 
622
# Fix-up fallback echo if it was mangled by the above quoting rules.
703
# Fix-up fallback echo if it was mangled by the above quoting rules.
623
case $lt_ECHO in
704
case $lt_ECHO in
624
*'\$0 --fallback-echo"')  lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
705
*'\$0 --fallback-echo"')  lt_ECHO=`$ECHO "X$lt_ECHO" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
625
  ;;
706
  ;;
626
esac
707
esac
627
 
708
 
628
ac_aux_dir='.'
709
ac_aux_dir='.'
629
xsi_shell='yes'
710
xsi_shell='yes'
630
lt_shell_append='yes'
711
lt_shell_append='yes'
631
 
712
 
632
# See if we are running on zsh, and set the options which allow our
713
# See if we are running on zsh, and set the options which allow our
633
# commands through without removal of \ escapes INIT.
714
# commands through without removal of \ escapes INIT.
634
if test -n "${ZSH_VERSION+set}" ; then
715
if test -n "${ZSH_VERSION+set}" ; then
635
   setopt NO_GLOB_SUBST
716
   setopt NO_GLOB_SUBST
636
fi
717
fi
637
 
718
 
638
 
719
 
639
    PACKAGE='sonar'
720
    PACKAGE='sonar'
640
    VERSION='0.1'
721
    VERSION='0.1'
641
    TIMESTAMP=''
722
    TIMESTAMP=''
642
    RM='rm -f'
723
    RM='rm -f'
643
    ofile='libtool'
724
    ofile='libtool'
644
 
725
 
645
 
726
 
646
 
727
 
647
 
728
 
648
 
729
 
649
# Handling of arguments.
730
# Handling of arguments.
650
for ac_config_target in $ac_config_targets
731
for ac_config_target in $ac_config_targets
651
do
732
do
652
  case $ac_config_target in
733
  case $ac_config_target in
653
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
734
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
654
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
735
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
655
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
736
    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
656
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
737
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
657
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
738
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
658
 
739
 
659
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
-
 
660
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
740
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
661
   { (exit 1); exit 1; }; };;
-
 
662
  esac
741
  esac
663
done
742
done
664
 
743
 
665
 
744
 
666
# If the user did not use the arguments to specify the items to instantiate,
745
# If the user did not use the arguments to specify the items to instantiate,
667
# then the envvar interface is used.  Set only those that are not.
746
# then the envvar interface is used.  Set only those that are not.
668
# We use the long form for the default assignment because of an extremely
747
# We use the long form for the default assignment because of an extremely
669
# bizarre bug on SunOS 4.1.3.
748
# bizarre bug on SunOS 4.1.3.
670
if $ac_need_defaults; then
749
if $ac_need_defaults; then
671
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
750
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
672
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
751
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
673
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
752
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
674
fi
753
fi
675
 
754
 
676
# Have a temporary directory for convenience.  Make it in the build tree
755
# Have a temporary directory for convenience.  Make it in the build tree
677
# simply because there is no reason against having it here, and in addition,
756
# simply because there is no reason against having it here, and in addition,
678
# creating and moving files from /tmp can sometimes cause problems.
757
# creating and moving files from /tmp can sometimes cause problems.
679
# Hook for its removal unless debugging.
758
# Hook for its removal unless debugging.
680
# Note that there is a small window in which the directory will not be cleaned:
759
# Note that there is a small window in which the directory will not be cleaned:
681
# after its creation but before its name has been assigned to `$tmp'.
760
# after its creation but before its name has been assigned to `$tmp'.
682
$debug ||
761
$debug ||
683
{
762
{
684
  tmp=
763
  tmp=
685
  trap 'exit_status=$?
764
  trap 'exit_status=$?
686
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
765
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
687
' 0
766
' 0
688
  trap '{ (exit 1); exit 1; }' 1 2 13 15
767
  trap 'as_fn_exit 1' 1 2 13 15
689
}
768
}
690
# Create a (secure) tmp directory for tmp files.
769
# Create a (secure) tmp directory for tmp files.
691
 
770
 
692
{
771
{
693
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
772
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
694
  test -n "$tmp" && test -d "$tmp"
773
  test -n "$tmp" && test -d "$tmp"
695
}  ||
774
}  ||
696
{
775
{
697
  tmp=./conf$$-$RANDOM
776
  tmp=./conf$$-$RANDOM
698
  (umask 077 && mkdir "$tmp")
777
  (umask 077 && mkdir "$tmp")
699
} ||
-
 
700
{
-
 
701
   $as_echo "$as_me: cannot create a temporary directory in ." >&2
778
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
702
   { (exit 1); exit 1; }
-
 
703
}
-
 
704
 
779
 
705
# Set up the scripts for CONFIG_FILES section.
780
# Set up the scripts for CONFIG_FILES section.
706
# No need to generate them if there are no CONFIG_FILES.
781
# No need to generate them if there are no CONFIG_FILES.
707
# This happens for instance with `./config.status config.h'.
782
# This happens for instance with `./config.status config.h'.
708
if test -n "$CONFIG_FILES"; then
783
if test -n "$CONFIG_FILES"; then
709
 
784
 
710
 
785
 
-
 
786
ac_cr=`echo X | tr X '\015'`
-
 
787
# On cygwin, bash can eat \r inside `` if the user requested igncr.
-
 
788
# But we know of no other shell where ac_cr would be empty at this
-
 
789
# point, so we can use a bashism as a fallback.
-
 
790
if test "x$ac_cr" = x; then
711
ac_cr='
'
791
  eval ac_cr=\$\'\\r\'
-
 
792
fi
712
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
793
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
713
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
794
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
714
  ac_cs_awk_cr='\\r'
795
  ac_cs_awk_cr='\r'
715
else
796
else
716
  ac_cs_awk_cr=$ac_cr
797
  ac_cs_awk_cr=$ac_cr
717
fi
798
fi
718
 
799
 
719
echo 'BEGIN {' >"$tmp/subs1.awk" &&
800
echo 'BEGIN {' >"$tmp/subs1.awk" &&
720
cat >>"$tmp/subs1.awk" <<\_ACAWK &&
801
cat >>"$tmp/subs1.awk" <<\_ACAWK &&
-
 
802
S["am__EXEEXT_FALSE"]=""
-
 
803
S["am__EXEEXT_TRUE"]="#"
721
S["LTLIBOBJS"]=""
804
S["LTLIBOBJS"]=""
722
S["LIBOBJS"]=""
805
S["LIBOBJS"]=""
723
S["CPP"]="gcc -E"
806
S["CPP"]="gcc -E"
724
S["OTOOL64"]=""
807
S["OTOOL64"]=""
725
S["OTOOL"]=""
808
S["OTOOL"]=""
726
S["LIPO"]=""
809
S["LIPO"]=""
727
S["NMEDIT"]=""
810
S["NMEDIT"]=""
728
S["DSYMUTIL"]=""
811
S["DSYMUTIL"]=""
729
S["lt_ECHO"]="echo"
812
S["lt_ECHO"]="echo"
730
S["RANLIB"]="ranlib"
813
S["RANLIB"]="ranlib"
731
S["AR"]="ar"
814
S["AR"]="ar"
732
S["OBJDUMP"]="objdump"
815
S["OBJDUMP"]="objdump"
733
S["LN_S"]="ln -s"
816
S["LN_S"]="ln -s"
734
S["NM"]="/usr/bin/nm -B"
817
S["NM"]="/usr/bin/nm -B"
735
S["ac_ct_DUMPBIN"]=""
818
S["ac_ct_DUMPBIN"]=""
736
S["DUMPBIN"]=""
819
S["DUMPBIN"]=""
737
S["LD"]="/usr/bin/ld -m elf_x86_64"
820
S["LD"]="/usr/bin/ld"
738
S["FGREP"]="/bin/grep -F"
821
S["FGREP"]="/bin/grep -F"
739
S["EGREP"]="/bin/grep -E"
822
S["EGREP"]="/bin/grep -E"
740
S["GREP"]="/bin/grep"
823
S["GREP"]="/bin/grep"
741
S["SED"]="/bin/sed"
824
S["SED"]="/bin/sed"
742
S["host_os"]="linux-gnu"
825
S["host_os"]="linux-gnu"
743
S["host_vendor"]="unknown"
826
S["host_vendor"]="pc"
744
S["host_cpu"]="x86_64"
827
S["host_cpu"]="i686"
745
S["host"]="x86_64-unknown-linux-gnu"
828
S["host"]="i686-pc-linux-gnu"
746
S["build_os"]="linux-gnu"
829
S["build_os"]="linux-gnu"
747
S["build_vendor"]="unknown"
830
S["build_vendor"]="pc"
748
S["build_cpu"]="x86_64"
831
S["build_cpu"]="i686"
749
S["build"]="x86_64-unknown-linux-gnu"
832
S["build"]="i686-pc-linux-gnu"
750
S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
833
S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
751
S["am__fastdepCC_FALSE"]="#"
834
S["am__fastdepCC_FALSE"]="#"
752
S["am__fastdepCC_TRUE"]=""
835
S["am__fastdepCC_TRUE"]=""
753
S["CCDEPMODE"]="depmode=gcc3"
836
S["CCDEPMODE"]="depmode=gcc3"
754
S["AMDEPBACKSLASH"]="\\"
837
S["AMDEPBACKSLASH"]="\\"
755
S["AMDEP_FALSE"]="#"
838
S["AMDEP_FALSE"]="#"
756
S["AMDEP_TRUE"]=""
839
S["AMDEP_TRUE"]=""
757
S["am__quote"]=""
840
S["am__quote"]=""
758
S["am__include"]="include"
841
S["am__include"]="include"
759
S["DEPDIR"]=".deps"
842
S["DEPDIR"]=".deps"
760
S["OBJEXT"]="o"
843
S["OBJEXT"]="o"
761
S["EXEEXT"]=""
844
S["EXEEXT"]=""
762
S["ac_ct_CC"]="gcc"
845
S["ac_ct_CC"]="gcc"
763
S["CPPFLAGS"]=""
846
S["CPPFLAGS"]=""
764
S["LDFLAGS"]="-lasound -lfftw3"
847
S["LDFLAGS"]="-lasound -lfftw3"
765
S["CFLAGS"]="-g -O2"
848
S["CFLAGS"]="-g -O2"
766
S["CC"]="gcc"
849
S["CC"]="gcc"
767
S["am__untar"]="${AMTAR} xf -"
850
S["am__untar"]="${AMTAR} xf -"
768
S["am__tar"]="${AMTAR} chof - \"$$tardir\""
851
S["am__tar"]="${AMTAR} chof - \"$$tardir\""
769
S["AMTAR"]="${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run tar"
852
S["AMTAR"]="${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/missing --run tar"
770
S["am__leading_dot"]="."
853
S["am__leading_dot"]="."
771
S["SET_MAKE"]=""
854
S["SET_MAKE"]=""
772
S["AWK"]="gawk"
855
S["AWK"]="gawk"
773
S["mkdir_p"]="/bin/mkdir -p"
856
S["mkdir_p"]="/bin/mkdir -p"
774
S["MKDIR_P"]="/bin/mkdir -p"
857
S["MKDIR_P"]="/bin/mkdir -p"
775
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
858
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
776
S["STRIP"]="strip"
859
S["STRIP"]="strip"
777
S["install_sh"]="$(SHELL) /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/install-sh"
860
S["install_sh"]="${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/install-sh"
778
S["MAKEINFO"]="${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run makeinfo"
861
S["MAKEINFO"]="${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/missing --run makeinfo"
779
S["AUTOHEADER"]="${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run autoheader"
862
S["AUTOHEADER"]="${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/missing --run autoheader"
780
S["AUTOMAKE"]="${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run automake-1.10"
863
S["AUTOMAKE"]="${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/missing --run automake-1.11"
781
S["AUTOCONF"]="${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run autoconf"
864
S["AUTOCONF"]="${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/missing --run autoconf"
782
S["ACLOCAL"]="${SHELL} /home/kaklik/projects/programy/C/ix86/echo/SW/sonar/missing --run aclocal-1.10"
865
S["ACLOCAL"]="${SHELL} /home/kaklik/svnkaklik/programy/C/ix86/echo/SW/sonar/missing --run aclocal-1.11"
783
S["VERSION"]="0.1"
866
S["VERSION"]="0.1"
784
S["PACKAGE"]="sonar"
867
S["PACKAGE"]="sonar"
785
S["CYGPATH_W"]="echo"
868
S["CYGPATH_W"]="echo"
786
S["am__isrc"]=""
869
S["am__isrc"]=""
787
S["INSTALL_DATA"]="${INSTALL} -m 644"
870
S["INSTALL_DATA"]="${INSTALL} -m 644"
788
S["INSTALL_SCRIPT"]="${INSTALL}"
871
S["INSTALL_SCRIPT"]="${INSTALL}"
789
S["INSTALL_PROGRAM"]="${INSTALL}"
872
S["INSTALL_PROGRAM"]="${INSTALL}"
790
S["target_alias"]=""
873
S["target_alias"]=""
791
S["host_alias"]=""
874
S["host_alias"]=""
792
S["build_alias"]=""
875
S["build_alias"]=""
793
S["LIBS"]=""
876
S["LIBS"]=""
794
S["ECHO_T"]=""
877
S["ECHO_T"]=""
795
S["ECHO_N"]="-n"
878
S["ECHO_N"]="-n"
796
S["ECHO_C"]=""
879
S["ECHO_C"]=""
797
S["DEFS"]="-DHAVE_CONFIG_H"
880
S["DEFS"]="-DHAVE_CONFIG_H"
798
S["mandir"]="${datarootdir}/man"
881
S["mandir"]="${datarootdir}/man"
799
S["localedir"]="${datarootdir}/locale"
882
S["localedir"]="${datarootdir}/locale"
800
S["libdir"]="${exec_prefix}/lib"
883
S["libdir"]="${exec_prefix}/lib"
801
S["psdir"]="${docdir}"
884
S["psdir"]="${docdir}"
802
S["pdfdir"]="${docdir}"
885
S["pdfdir"]="${docdir}"
803
S["dvidir"]="${docdir}"
886
S["dvidir"]="${docdir}"
804
S["htmldir"]="${docdir}"
887
S["htmldir"]="${docdir}"
805
S["infodir"]="${datarootdir}/info"
888
S["infodir"]="${datarootdir}/info"
806
S["docdir"]="${datarootdir}/doc/${PACKAGE}"
889
S["docdir"]="${datarootdir}/doc/${PACKAGE}"
807
S["oldincludedir"]="/usr/include"
890
S["oldincludedir"]="/usr/include"
808
S["includedir"]="${prefix}/include"
891
S["includedir"]="${prefix}/include"
809
S["localstatedir"]="${prefix}/var"
892
S["localstatedir"]="${prefix}/var"
810
S["sharedstatedir"]="${prefix}/com"
893
S["sharedstatedir"]="${prefix}/com"
811
S["sysconfdir"]="${prefix}/etc"
894
S["sysconfdir"]="${prefix}/etc"
812
S["datadir"]="${datarootdir}"
895
S["datadir"]="${datarootdir}"
813
S["datarootdir"]="${prefix}/share"
896
S["datarootdir"]="${prefix}/share"
814
S["libexecdir"]="${exec_prefix}/libexec"
897
S["libexecdir"]="${exec_prefix}/libexec"
815
S["sbindir"]="${exec_prefix}/sbin"
898
S["sbindir"]="${exec_prefix}/sbin"
816
S["bindir"]="${exec_prefix}/bin"
899
S["bindir"]="${exec_prefix}/bin"
817
S["program_transform_name"]="s,x,x,"
900
S["program_transform_name"]="s,x,x,"
818
S["prefix"]="/usr/local"
901
S["prefix"]="/usr/local"
819
S["exec_prefix"]="${prefix}"
902
S["exec_prefix"]="${prefix}"
-
 
903
S["PACKAGE_URL"]=""
820
S["PACKAGE_BUGREPORT"]=""
904
S["PACKAGE_BUGREPORT"]=""
821
S["PACKAGE_STRING"]=""
905
S["PACKAGE_STRING"]=""
822
S["PACKAGE_VERSION"]=""
906
S["PACKAGE_VERSION"]=""
823
S["PACKAGE_TARNAME"]=""
907
S["PACKAGE_TARNAME"]=""
824
S["PACKAGE_NAME"]=""
908
S["PACKAGE_NAME"]=""
825
S["PATH_SEPARATOR"]=":"
909
S["PATH_SEPARATOR"]=":"
826
S["SHELL"]="/bin/bash"
910
S["SHELL"]="/bin/bash"
827
_ACAWK
911
_ACAWK
828
cat >>"$tmp/subs1.awk" <<_ACAWK &&
912
cat >>"$tmp/subs1.awk" <<_ACAWK &&
829
  for (key in S) S_is_set[key] = 1
913
  for (key in S) S_is_set[key] = 1
830
  FS = ""
914
  FS = ""
831
 
915
 
832
}
916
}
833
{
917
{
834
  line = $ 0
918
  line = $ 0
835
  nfields = split(line, field, "@")
919
  nfields = split(line, field, "@")
836
  substed = 0
920
  substed = 0
837
  len = length(field[1])
921
  len = length(field[1])
838
  for (i = 2; i < nfields; i++) {
922
  for (i = 2; i < nfields; i++) {
839
    key = field[i]
923
    key = field[i]
840
    keylen = length(key)
924
    keylen = length(key)
841
    if (S_is_set[key]) {
925
    if (S_is_set[key]) {
842
      value = S[key]
926
      value = S[key]
843
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
927
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
844
      len += length(value) + length(field[++i])
928
      len += length(value) + length(field[++i])
845
      substed = 1
929
      substed = 1
846
    } else
930
    } else
847
      len += 1 + keylen
931
      len += 1 + keylen
848
  }
932
  }
849
 
933
 
850
  print line
934
  print line
851
}
935
}
852
 
936
 
853
_ACAWK
937
_ACAWK
854
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
938
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
855
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
939
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
856
else
940
else
857
  cat
941
  cat
858
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
942
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
859
  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
-
 
860
$as_echo "$as_me: error: could not setup config files machinery" >&2;}
943
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
861
   { (exit 1); exit 1; }; }
-
 
862
fi # test -n "$CONFIG_FILES"
944
fi # test -n "$CONFIG_FILES"
863
 
945
 
864
# Set up the scripts for CONFIG_HEADERS section.
946
# Set up the scripts for CONFIG_HEADERS section.
865
# No need to generate them if there are no CONFIG_HEADERS.
947
# No need to generate them if there are no CONFIG_HEADERS.
866
# This happens for instance with `./config.status Makefile'.
948
# This happens for instance with `./config.status Makefile'.
867
if test -n "$CONFIG_HEADERS"; then
949
if test -n "$CONFIG_HEADERS"; then
868
cat >"$tmp/defines.awk" <<\_ACAWK ||
950
cat >"$tmp/defines.awk" <<\_ACAWK ||
869
BEGIN {
951
BEGIN {
870
D["PACKAGE_NAME"]=" \"\""
952
D["PACKAGE_NAME"]=" \"\""
871
D["PACKAGE_TARNAME"]=" \"\""
953
D["PACKAGE_TARNAME"]=" \"\""
872
D["PACKAGE_VERSION"]=" \"\""
954
D["PACKAGE_VERSION"]=" \"\""
873
D["PACKAGE_STRING"]=" \"\""
955
D["PACKAGE_STRING"]=" \"\""
874
D["PACKAGE_BUGREPORT"]=" \"\""
956
D["PACKAGE_BUGREPORT"]=" \"\""
-
 
957
D["PACKAGE_URL"]=" \"\""
875
D["PACKAGE"]=" \"sonar\""
958
D["PACKAGE"]=" \"sonar\""
876
D["VERSION"]=" \"0.1\""
959
D["VERSION"]=" \"0.1\""
877
D["STDC_HEADERS"]=" 1"
960
D["STDC_HEADERS"]=" 1"
878
D["HAVE_SYS_TYPES_H"]=" 1"
961
D["HAVE_SYS_TYPES_H"]=" 1"
879
D["HAVE_SYS_STAT_H"]=" 1"
962
D["HAVE_SYS_STAT_H"]=" 1"
880
D["HAVE_STDLIB_H"]=" 1"
963
D["HAVE_STDLIB_H"]=" 1"
881
D["HAVE_STRING_H"]=" 1"
964
D["HAVE_STRING_H"]=" 1"
882
D["HAVE_MEMORY_H"]=" 1"
965
D["HAVE_MEMORY_H"]=" 1"
883
D["HAVE_STRINGS_H"]=" 1"
966
D["HAVE_STRINGS_H"]=" 1"
884
D["HAVE_INTTYPES_H"]=" 1"
967
D["HAVE_INTTYPES_H"]=" 1"
885
D["HAVE_STDINT_H"]=" 1"
968
D["HAVE_STDINT_H"]=" 1"
886
D["HAVE_UNISTD_H"]=" 1"
969
D["HAVE_UNISTD_H"]=" 1"
887
D["HAVE_DLFCN_H"]=" 1"
970
D["HAVE_DLFCN_H"]=" 1"
888
D["LT_OBJDIR"]=" \".libs/\""
971
D["LT_OBJDIR"]=" \".libs/\""
889
  for (key in D) D_is_set[key] = 1
972
  for (key in D) D_is_set[key] = 1
890
  FS = ""
973
  FS = ""
891
}
974
}
892
/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
975
/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
893
  line = $ 0
976
  line = $ 0
894
  split(line, arg, " ")
977
  split(line, arg, " ")
895
  if (arg[1] == "#") {
978
  if (arg[1] == "#") {
896
    defundef = arg[2]
979
    defundef = arg[2]
897
    mac1 = arg[3]
980
    mac1 = arg[3]
898
  } else {
981
  } else {
899
    defundef = substr(arg[1], 2)
982
    defundef = substr(arg[1], 2)
900
    mac1 = arg[2]
983
    mac1 = arg[2]
901
  }
984
  }
902
  split(mac1, mac2, "(") #)
985
  split(mac1, mac2, "(") #)
903
  macro = mac2[1]
986
  macro = mac2[1]
904
  prefix = substr(line, 1, index(line, defundef) - 1)
987
  prefix = substr(line, 1, index(line, defundef) - 1)
905
  if (D_is_set[macro]) {
988
  if (D_is_set[macro]) {
906
    # Preserve the white space surrounding the "#".
989
    # Preserve the white space surrounding the "#".
907
    print prefix "define", macro P[macro] D[macro]
990
    print prefix "define", macro P[macro] D[macro]
908
    next
991
    next
909
  } else {
992
  } else {
910
    # Replace #undef with comments.  This is necessary, for example,
993
    # Replace #undef with comments.  This is necessary, for example,
911
    # in the case of _POSIX_SOURCE, which is predefined and required
994
    # in the case of _POSIX_SOURCE, which is predefined and required
912
    # on some systems where configure will not decide to define it.
995
    # on some systems where configure will not decide to define it.
913
    if (defundef == "undef") {
996
    if (defundef == "undef") {
914
      print "/*", prefix defundef, macro, "*/"
997
      print "/*", prefix defundef, macro, "*/"
915
      next
998
      next
916
    }
999
    }
917
  }
1000
  }
918
}
1001
}
919
{ print }
1002
{ print }
920
_ACAWK
1003
_ACAWK
921
  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
-
 
922
$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
1004
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
923
   { (exit 1); exit 1; }; }
-
 
924
fi # test -n "$CONFIG_HEADERS"
1005
fi # test -n "$CONFIG_HEADERS"
925
 
1006
 
926
 
1007
 
927
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
1008
eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
928
shift
1009
shift
929
for ac_tag
1010
for ac_tag
930
do
1011
do
931
  case $ac_tag in
1012
  case $ac_tag in
932
  :[FHLC]) ac_mode=$ac_tag; continue;;
1013
  :[FHLC]) ac_mode=$ac_tag; continue;;
933
  esac
1014
  esac
934
  case $ac_mode$ac_tag in
1015
  case $ac_mode$ac_tag in
935
  :[FHL]*:*);;
1016
  :[FHL]*:*);;
936
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
1017
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
937
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
-
 
938
   { (exit 1); exit 1; }; };;
-
 
939
  :[FH]-) ac_tag=-:-;;
1018
  :[FH]-) ac_tag=-:-;;
940
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1019
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
941
  esac
1020
  esac
942
  ac_save_IFS=$IFS
1021
  ac_save_IFS=$IFS
943
  IFS=:
1022
  IFS=:
944
  set x $ac_tag
1023
  set x $ac_tag
945
  IFS=$ac_save_IFS
1024
  IFS=$ac_save_IFS
946
  shift
1025
  shift
947
  ac_file=$1
1026
  ac_file=$1
948
  shift
1027
  shift
949
 
1028
 
950
  case $ac_mode in
1029
  case $ac_mode in
951
  :L) ac_source=$1;;
1030
  :L) ac_source=$1;;
952
  :[FH])
1031
  :[FH])
953
    ac_file_inputs=
1032
    ac_file_inputs=
954
    for ac_f
1033
    for ac_f
955
    do
1034
    do
956
      case $ac_f in
1035
      case $ac_f in
957
      -) ac_f="$tmp/stdin";;
1036
      -) ac_f="$tmp/stdin";;
958
      *) # Look for the file first in the build tree, then in the source tree
1037
      *) # Look for the file first in the build tree, then in the source tree
959
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
1038
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
960
	 # because $ac_f cannot contain `:'.
1039
	 # because $ac_f cannot contain `:'.
961
	 test -f "$ac_f" ||
1040
	 test -f "$ac_f" ||
962
	   case $ac_f in
1041
	   case $ac_f in
963
	   [\\/$]*) false;;
1042
	   [\\/$]*) false;;
964
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1043
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
965
	   esac ||
1044
	   esac ||
966
	   { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
-
 
967
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1045
	   as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
968
   { (exit 1); exit 1; }; };;
-
 
969
      esac
1046
      esac
970
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1047
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
971
      ac_file_inputs="$ac_file_inputs '$ac_f'"
1048
      as_fn_append ac_file_inputs " '$ac_f'"
972
    done
1049
    done
973
 
1050
 
974
    # Let's still pretend it is `configure' which instantiates (i.e., don't
1051
    # Let's still pretend it is `configure' which instantiates (i.e., don't
975
    # use $as_me), people would be surprised to read:
1052
    # use $as_me), people would be surprised to read:
976
    #    /* config.h.  Generated by config.status.  */
1053
    #    /* config.h.  Generated by config.status.  */
977
    configure_input='Generated from '`
1054
    configure_input='Generated from '`
978
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1055
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
979
	`' by configure.'
1056
	`' by configure.'
980
    if test x"$ac_file" != x-; then
1057
    if test x"$ac_file" != x-; then
981
      configure_input="$ac_file.  $configure_input"
1058
      configure_input="$ac_file.  $configure_input"
982
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
1059
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
983
$as_echo "$as_me: creating $ac_file" >&6;}
1060
$as_echo "$as_me: creating $ac_file" >&6;}
984
    fi
1061
    fi
985
    # Neutralize special characters interpreted by sed in replacement strings.
1062
    # Neutralize special characters interpreted by sed in replacement strings.
986
    case $configure_input in #(
1063
    case $configure_input in #(
987
    *\&* | *\|* | *\\* )
1064
    *\&* | *\|* | *\\* )
988
       ac_sed_conf_input=`$as_echo "$configure_input" |
1065
       ac_sed_conf_input=`$as_echo "$configure_input" |
989
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
1066
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
990
    *) ac_sed_conf_input=$configure_input;;
1067
    *) ac_sed_conf_input=$configure_input;;
991
    esac
1068
    esac
992
 
1069
 
993
    case $ac_tag in
1070
    case $ac_tag in
994
    *:-:* | *:-) cat >"$tmp/stdin" \
1071
    *:-:* | *:-) cat >"$tmp/stdin" \
995
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
996
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1072
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
997
   { (exit 1); exit 1; }; } ;;
-
 
998
    esac
1073
    esac
999
    ;;
1074
    ;;
1000
  esac
1075
  esac
1001
 
1076
 
1002
  ac_dir=`$as_dirname -- "$ac_file" ||
1077
  ac_dir=`$as_dirname -- "$ac_file" ||
1003
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1078
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1004
	 X"$ac_file" : 'X\(//\)[^/]' \| \
1079
	 X"$ac_file" : 'X\(//\)[^/]' \| \
1005
	 X"$ac_file" : 'X\(//\)$' \| \
1080
	 X"$ac_file" : 'X\(//\)$' \| \
1006
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1081
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1007
$as_echo X"$ac_file" |
1082
$as_echo X"$ac_file" |
1008
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1083
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1009
	    s//\1/
1084
	    s//\1/
1010
	    q
1085
	    q
1011
	  }
1086
	  }
1012
	  /^X\(\/\/\)[^/].*/{
1087
	  /^X\(\/\/\)[^/].*/{
1013
	    s//\1/
1088
	    s//\1/
1014
	    q
1089
	    q
1015
	  }
1090
	  }
1016
	  /^X\(\/\/\)$/{
1091
	  /^X\(\/\/\)$/{
1017
	    s//\1/
1092
	    s//\1/
1018
	    q
1093
	    q
1019
	  }
1094
	  }
1020
	  /^X\(\/\).*/{
1095
	  /^X\(\/\).*/{
1021
	    s//\1/
1096
	    s//\1/
1022
	    q
1097
	    q
1023
	  }
1098
	  }
1024
	  s/.*/./; q'`
1099
	  s/.*/./; q'`
1025
  { as_dir="$ac_dir"
-
 
1026
  case $as_dir in #(
-
 
1027
  -*) as_dir=./$as_dir;;
-
 
1028
  esac
-
 
1029
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-
 
1030
    as_dirs=
-
 
1031
    while :; do
-
 
1032
      case $as_dir in #(
-
 
1033
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-
 
1034
      *) as_qdir=$as_dir;;
-
 
1035
      esac
-
 
1036
      as_dirs="'$as_qdir' $as_dirs"
1100
  as_dir="$ac_dir"; as_fn_mkdir_p
1037
      as_dir=`$as_dirname -- "$as_dir" ||
-
 
1038
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-
 
1039
	 X"$as_dir" : 'X\(//\)[^/]' \| \
-
 
1040
	 X"$as_dir" : 'X\(//\)$' \| \
-
 
1041
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-
 
1042
$as_echo X"$as_dir" |
-
 
1043
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-
 
1044
	    s//\1/
-
 
1045
	    q
-
 
1046
	  }
-
 
1047
	  /^X\(\/\/\)[^/].*/{
-
 
1048
	    s//\1/
-
 
1049
	    q
-
 
1050
	  }
-
 
1051
	  /^X\(\/\/\)$/{
-
 
1052
	    s//\1/
-
 
1053
	    q
-
 
1054
	  }
-
 
1055
	  /^X\(\/\).*/{
-
 
1056
	    s//\1/
-
 
1057
	    q
-
 
1058
	  }
-
 
1059
	  s/.*/./; q'`
-
 
1060
      test -d "$as_dir" && break
-
 
1061
    done
-
 
1062
    test -z "$as_dirs" || eval "mkdir $as_dirs"
-
 
1063
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-
 
1064
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
-
 
1065
   { (exit 1); exit 1; }; }; }
-
 
1066
  ac_builddir=.
1101
  ac_builddir=.
1067
 
1102
 
1068
case "$ac_dir" in
1103
case "$ac_dir" in
1069
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1104
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1070
*)
1105
*)
1071
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1106
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1072
  # A ".." for each directory in $ac_dir_suffix.
1107
  # A ".." for each directory in $ac_dir_suffix.
1073
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1108
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1074
  case $ac_top_builddir_sub in
1109
  case $ac_top_builddir_sub in
1075
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1110
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1076
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1111
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1077
  esac ;;
1112
  esac ;;
1078
esac
1113
esac
1079
ac_abs_top_builddir=$ac_pwd
1114
ac_abs_top_builddir=$ac_pwd
1080
ac_abs_builddir=$ac_pwd$ac_dir_suffix
1115
ac_abs_builddir=$ac_pwd$ac_dir_suffix
1081
# for backward compatibility:
1116
# for backward compatibility:
1082
ac_top_builddir=$ac_top_build_prefix
1117
ac_top_builddir=$ac_top_build_prefix
1083
 
1118
 
1084
case $srcdir in
1119
case $srcdir in
1085
  .)  # We are building in place.
1120
  .)  # We are building in place.
1086
    ac_srcdir=.
1121
    ac_srcdir=.
1087
    ac_top_srcdir=$ac_top_builddir_sub
1122
    ac_top_srcdir=$ac_top_builddir_sub
1088
    ac_abs_top_srcdir=$ac_pwd ;;
1123
    ac_abs_top_srcdir=$ac_pwd ;;
1089
  [\\/]* | ?:[\\/]* )  # Absolute name.
1124
  [\\/]* | ?:[\\/]* )  # Absolute name.
1090
    ac_srcdir=$srcdir$ac_dir_suffix;
1125
    ac_srcdir=$srcdir$ac_dir_suffix;
1091
    ac_top_srcdir=$srcdir
1126
    ac_top_srcdir=$srcdir
1092
    ac_abs_top_srcdir=$srcdir ;;
1127
    ac_abs_top_srcdir=$srcdir ;;
1093
  *) # Relative name.
1128
  *) # Relative name.
1094
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1129
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1095
    ac_top_srcdir=$ac_top_build_prefix$srcdir
1130
    ac_top_srcdir=$ac_top_build_prefix$srcdir
1096
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1131
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1097
esac
1132
esac
1098
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1133
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1099
 
1134
 
1100
 
1135
 
1101
  case $ac_mode in
1136
  case $ac_mode in
1102
  :F)
1137
  :F)
1103
  #
1138
  #
1104
  # CONFIG_FILE
1139
  # CONFIG_FILE
1105
  #
1140
  #
1106
 
1141
 
1107
  case $INSTALL in
1142
  case $INSTALL in
1108
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1143
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1109
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1144
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1110
  esac
1145
  esac
1111
  ac_MKDIR_P=$MKDIR_P
1146
  ac_MKDIR_P=$MKDIR_P
1112
  case $MKDIR_P in
1147
  case $MKDIR_P in
1113
  [\\/$]* | ?:[\\/]* ) ;;
1148
  [\\/$]* | ?:[\\/]* ) ;;
1114
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1149
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
1115
  esac
1150
  esac
1116
# If the template does not know about datarootdir, expand it.
1151
# If the template does not know about datarootdir, expand it.
1117
# FIXME: This hack should be removed a few years after 2.60.
1152
# FIXME: This hack should be removed a few years after 2.60.
1118
ac_datarootdir_hack=; ac_datarootdir_seen=
1153
ac_datarootdir_hack=; ac_datarootdir_seen=
1119
 
-
 
1120
ac_sed_dataroot='
1154
ac_sed_dataroot='
1121
/datarootdir/ {
1155
/datarootdir/ {
1122
  p
1156
  p
1123
  q
1157
  q
1124
}
1158
}
1125
/@datadir@/p
1159
/@datadir@/p
1126
/@docdir@/p
1160
/@docdir@/p
1127
/@infodir@/p
1161
/@infodir@/p
1128
/@localedir@/p
1162
/@localedir@/p
1129
/@mandir@/p
1163
/@mandir@/p'
1130
'
-
 
1131
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1164
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1132
*datarootdir*) ac_datarootdir_seen=yes;;
1165
*datarootdir*) ac_datarootdir_seen=yes;;
1133
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1166
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1134
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1167
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1135
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1168
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1136
  ac_datarootdir_hack='
1169
  ac_datarootdir_hack='
1137
  s&@datadir@&${datarootdir}&g
1170
  s&@datadir@&${datarootdir}&g
1138
  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
1171
  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
1139
  s&@infodir@&${datarootdir}/info&g
1172
  s&@infodir@&${datarootdir}/info&g
1140
  s&@localedir@&${datarootdir}/locale&g
1173
  s&@localedir@&${datarootdir}/locale&g
1141
  s&@mandir@&${datarootdir}/man&g
1174
  s&@mandir@&${datarootdir}/man&g
1142
    s&\${datarootdir}&${prefix}/share&g' ;;
1175
  s&\${datarootdir}&${prefix}/share&g' ;;
1143
esac
1176
esac
1144
ac_sed_extra="/^[	 ]*VPATH[	 ]*=/{
1177
ac_sed_extra="/^[	 ]*VPATH[	 ]*=/{
1145
s/:*\$(srcdir):*/:/
1178
s/:*\$(srcdir):*/:/
1146
s/:*\${srcdir}:*/:/
1179
s/:*\${srcdir}:*/:/
1147
s/:*@srcdir@:*/:/
1180
s/:*@srcdir@:*/:/
1148
s/^\([^=]*=[	 ]*\):*/\1/
1181
s/^\([^=]*=[	 ]*\):*/\1/
1149
s/:*$//
1182
s/:*$//
1150
s/^[^=]*=[	 ]*$//
1183
s/^[^=]*=[	 ]*$//
1151
}
1184
}
1152
 
1185
 
1153
:t
1186
:t
1154
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1187
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1155
s|@configure_input@|$ac_sed_conf_input|;t t
1188
s|@configure_input@|$ac_sed_conf_input|;t t
1156
s&@top_builddir@&$ac_top_builddir_sub&;t t
1189
s&@top_builddir@&$ac_top_builddir_sub&;t t
1157
s&@top_build_prefix@&$ac_top_build_prefix&;t t
1190
s&@top_build_prefix@&$ac_top_build_prefix&;t t
1158
s&@srcdir@&$ac_srcdir&;t t
1191
s&@srcdir@&$ac_srcdir&;t t
1159
s&@abs_srcdir@&$ac_abs_srcdir&;t t
1192
s&@abs_srcdir@&$ac_abs_srcdir&;t t
1160
s&@top_srcdir@&$ac_top_srcdir&;t t
1193
s&@top_srcdir@&$ac_top_srcdir&;t t
1161
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1194
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1162
s&@builddir@&$ac_builddir&;t t
1195
s&@builddir@&$ac_builddir&;t t
1163
s&@abs_builddir@&$ac_abs_builddir&;t t
1196
s&@abs_builddir@&$ac_abs_builddir&;t t
1164
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1197
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1165
s&@INSTALL@&$ac_INSTALL&;t t
1198
s&@INSTALL@&$ac_INSTALL&;t t
1166
s&@MKDIR_P@&$ac_MKDIR_P&;t t
1199
s&@MKDIR_P@&$ac_MKDIR_P&;t t
1167
$ac_datarootdir_hack
1200
$ac_datarootdir_hack
1168
"
1201
"
1169
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1202
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1170
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
1171
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1203
  || as_fn_error "could not create $ac_file" "$LINENO" 5
1172
   { (exit 1); exit 1; }; }
-
 
1173
 
1204
 
1174
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1205
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1175
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1206
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1176
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1207
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1177
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1208
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1178
which seems to be undefined.  Please make sure it is defined." >&5
1209
which seems to be undefined.  Please make sure it is defined." >&5
1179
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1210
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1180
which seems to be undefined.  Please make sure it is defined." >&2;}
1211
which seems to be undefined.  Please make sure it is defined." >&2;}
1181
 
1212
 
1182
  rm -f "$tmp/stdin"
1213
  rm -f "$tmp/stdin"
1183
  case $ac_file in
1214
  case $ac_file in
1184
  -) cat "$tmp/out" && rm -f "$tmp/out";;
1215
  -) cat "$tmp/out" && rm -f "$tmp/out";;
1185
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1216
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1186
  esac \
1217
  esac \
1187
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
1188
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1218
  || as_fn_error "could not create $ac_file" "$LINENO" 5
1189
   { (exit 1); exit 1; }; }
-
 
1190
 ;;
1219
 ;;
1191
  :H)
1220
  :H)
1192
  #
1221
  #
1193
  # CONFIG_HEADER
1222
  # CONFIG_HEADER
1194
  #
1223
  #
1195
  if test x"$ac_file" != x-; then
1224
  if test x"$ac_file" != x-; then
1196
    {
1225
    {
1197
      $as_echo "/* $configure_input  */" \
1226
      $as_echo "/* $configure_input  */" \
1198
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1227
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1199
    } >"$tmp/config.h" \
1228
    } >"$tmp/config.h" \
1200
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
1201
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1229
      || as_fn_error "could not create $ac_file" "$LINENO" 5
1202
   { (exit 1); exit 1; }; }
-
 
1203
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1230
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1204
      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1231
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1205
$as_echo "$as_me: $ac_file is unchanged" >&6;}
1232
$as_echo "$as_me: $ac_file is unchanged" >&6;}
1206
    else
1233
    else
1207
      rm -f "$ac_file"
1234
      rm -f "$ac_file"
1208
      mv "$tmp/config.h" "$ac_file" \
1235
      mv "$tmp/config.h" "$ac_file" \
1209
	|| { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
-
 
1210
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1236
	|| as_fn_error "could not create $ac_file" "$LINENO" 5
1211
   { (exit 1); exit 1; }; }
-
 
1212
    fi
1237
    fi
1213
  else
1238
  else
1214
    $as_echo "/* $configure_input  */" \
1239
    $as_echo "/* $configure_input  */" \
1215
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1240
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1216
      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
-
 
1217
$as_echo "$as_me: error: could not create -" >&2;}
1241
      || as_fn_error "could not create -" "$LINENO" 5
1218
   { (exit 1); exit 1; }; }
-
 
1219
  fi
1242
  fi
1220
# Compute "$ac_file"'s index in $config_headers.
1243
# Compute "$ac_file"'s index in $config_headers.
1221
_am_arg="$ac_file"
1244
_am_arg="$ac_file"
1222
_am_stamp_count=1
1245
_am_stamp_count=1
1223
for _am_header in $config_headers :; do
1246
for _am_header in $config_headers :; do
1224
  case $_am_header in
1247
  case $_am_header in
1225
    $_am_arg | $_am_arg:* )
1248
    $_am_arg | $_am_arg:* )
1226
      break ;;
1249
      break ;;
1227
    * )
1250
    * )
1228
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1251
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1229
  esac
1252
  esac
1230
done
1253
done
1231
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1254
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
1232
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1255
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1233
	 X"$_am_arg" : 'X\(//\)[^/]' \| \
1256
	 X"$_am_arg" : 'X\(//\)[^/]' \| \
1234
	 X"$_am_arg" : 'X\(//\)$' \| \
1257
	 X"$_am_arg" : 'X\(//\)$' \| \
1235
	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1258
	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
1236
$as_echo X"$_am_arg" |
1259
$as_echo X"$_am_arg" |
1237
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1260
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1238
	    s//\1/
1261
	    s//\1/
1239
	    q
1262
	    q
1240
	  }
1263
	  }
1241
	  /^X\(\/\/\)[^/].*/{
1264
	  /^X\(\/\/\)[^/].*/{
1242
	    s//\1/
1265
	    s//\1/
1243
	    q
1266
	    q
1244
	  }
1267
	  }
1245
	  /^X\(\/\/\)$/{
1268
	  /^X\(\/\/\)$/{
1246
	    s//\1/
1269
	    s//\1/
1247
	    q
1270
	    q
1248
	  }
1271
	  }
1249
	  /^X\(\/\).*/{
1272
	  /^X\(\/\).*/{
1250
	    s//\1/
1273
	    s//\1/
1251
	    q
1274
	    q
1252
	  }
1275
	  }
1253
	  s/.*/./; q'`/stamp-h$_am_stamp_count
1276
	  s/.*/./; q'`/stamp-h$_am_stamp_count
1254
 ;;
1277
 ;;
1255
 
1278
 
1256
  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
1279
  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1257
$as_echo "$as_me: executing $ac_file commands" >&6;}
1280
$as_echo "$as_me: executing $ac_file commands" >&6;}
1258
 ;;
1281
 ;;
1259
  esac
1282
  esac
1260
 
1283
 
1261
 
1284
 
1262
  case $ac_file$ac_mode in
1285
  case $ac_file$ac_mode in
1263
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1286
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
1264
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1287
  # Autoconf 2.62 quotes --file arguments for eval, but not when files
1265
  # are listed without --file.  Let's play safe and only enable the eval
1288
  # are listed without --file.  Let's play safe and only enable the eval
1266
  # if we detect the quoting.
1289
  # if we detect the quoting.
1267
  case $CONFIG_FILES in
1290
  case $CONFIG_FILES in
1268
  *\'*) eval set x "$CONFIG_FILES" ;;
1291
  *\'*) eval set x "$CONFIG_FILES" ;;
1269
  *)   set x $CONFIG_FILES ;;
1292
  *)   set x $CONFIG_FILES ;;
1270
  esac
1293
  esac
1271
  shift
1294
  shift
1272
  for mf
1295
  for mf
1273
  do
1296
  do
1274
    # Strip MF so we end up with the name of the file.
1297
    # Strip MF so we end up with the name of the file.
1275
    mf=`echo "$mf" | sed -e 's/:.*$//'`
1298
    mf=`echo "$mf" | sed -e 's/:.*$//'`
1276
    # Check whether this is an Automake generated Makefile or not.
1299
    # Check whether this is an Automake generated Makefile or not.
1277
    # We used to match only the files named `Makefile.in', but
1300
    # We used to match only the files named `Makefile.in', but
1278
    # some people rename them; so instead we look at the file content.
1301
    # some people rename them; so instead we look at the file content.
1279
    # Grep'ing the first line is not enough: some people post-process
1302
    # Grep'ing the first line is not enough: some people post-process
1280
    # each Makefile.in and add a new line on top of each file to say so.
1303
    # each Makefile.in and add a new line on top of each file to say so.
1281
    # Grep'ing the whole file is not good either: AIX grep has a line
1304
    # Grep'ing the whole file is not good either: AIX grep has a line
1282
    # limit of 2048, but all sed's we know have understand at least 4000.
1305
    # limit of 2048, but all sed's we know have understand at least 4000.
1283
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1306
    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
1284
      dirpart=`$as_dirname -- "$mf" ||
1307
      dirpart=`$as_dirname -- "$mf" ||
1285
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1308
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1286
	 X"$mf" : 'X\(//\)[^/]' \| \
1309
	 X"$mf" : 'X\(//\)[^/]' \| \
1287
	 X"$mf" : 'X\(//\)$' \| \
1310
	 X"$mf" : 'X\(//\)$' \| \
1288
	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1311
	 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
1289
$as_echo X"$mf" |
1312
$as_echo X"$mf" |
1290
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1313
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1291
	    s//\1/
1314
	    s//\1/
1292
	    q
1315
	    q
1293
	  }
1316
	  }
1294
	  /^X\(\/\/\)[^/].*/{
1317
	  /^X\(\/\/\)[^/].*/{
1295
	    s//\1/
1318
	    s//\1/
1296
	    q
1319
	    q
1297
	  }
1320
	  }
1298
	  /^X\(\/\/\)$/{
1321
	  /^X\(\/\/\)$/{
1299
	    s//\1/
1322
	    s//\1/
1300
	    q
1323
	    q
1301
	  }
1324
	  }
1302
	  /^X\(\/\).*/{
1325
	  /^X\(\/\).*/{
1303
	    s//\1/
1326
	    s//\1/
1304
	    q
1327
	    q
1305
	  }
1328
	  }
1306
	  s/.*/./; q'`
1329
	  s/.*/./; q'`
1307
    else
1330
    else
1308
      continue
1331
      continue
1309
    fi
1332
    fi
1310
    # Extract the definition of DEPDIR, am__include, and am__quote
1333
    # Extract the definition of DEPDIR, am__include, and am__quote
1311
    # from the Makefile without running `make'.
1334
    # from the Makefile without running `make'.
1312
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1335
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
1313
    test -z "$DEPDIR" && continue
1336
    test -z "$DEPDIR" && continue
1314
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1337
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
1315
    test -z "am__include" && continue
1338
    test -z "am__include" && continue
1316
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1339
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
1317
    # When using ansi2knr, U may be empty or an underscore; expand it
1340
    # When using ansi2knr, U may be empty or an underscore; expand it
1318
    U=`sed -n 's/^U = //p' < "$mf"`
1341
    U=`sed -n 's/^U = //p' < "$mf"`
1319
    # Find all dependency output files, they are included files with
1342
    # Find all dependency output files, they are included files with
1320
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1343
    # $(DEPDIR) in their names.  We invoke sed twice because it is the
1321
    # simplest approach to changing $(DEPDIR) to its actual value in the
1344
    # simplest approach to changing $(DEPDIR) to its actual value in the
1322
    # expansion.
1345
    # expansion.
1323
    for file in `sed -n "
1346
    for file in `sed -n "
1324
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1347
      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
1325
	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1348
	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
1326
      # Make sure the directory exists.
1349
      # Make sure the directory exists.
1327
      test -f "$dirpart/$file" && continue
1350
      test -f "$dirpart/$file" && continue
1328
      fdir=`$as_dirname -- "$file" ||
1351
      fdir=`$as_dirname -- "$file" ||
1329
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1352
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1330
	 X"$file" : 'X\(//\)[^/]' \| \
1353
	 X"$file" : 'X\(//\)[^/]' \| \
1331
	 X"$file" : 'X\(//\)$' \| \
1354
	 X"$file" : 'X\(//\)$' \| \
1332
	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1355
	 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
1333
$as_echo X"$file" |
1356
$as_echo X"$file" |
1334
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1357
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1335
	    s//\1/
1358
	    s//\1/
1336
	    q
1359
	    q
1337
	  }
1360
	  }
1338
	  /^X\(\/\/\)[^/].*/{
1361
	  /^X\(\/\/\)[^/].*/{
1339
	    s//\1/
1362
	    s//\1/
1340
	    q
1363
	    q
1341
	  }
1364
	  }
1342
	  /^X\(\/\/\)$/{
1365
	  /^X\(\/\/\)$/{
1343
	    s//\1/
1366
	    s//\1/
1344
	    q
1367
	    q
1345
	  }
1368
	  }
1346
	  /^X\(\/\).*/{
1369
	  /^X\(\/\).*/{
1347
	    s//\1/
1370
	    s//\1/
1348
	    q
1371
	    q
1349
	  }
1372
	  }
1350
	  s/.*/./; q'`
1373
	  s/.*/./; q'`
1351
      { as_dir=$dirpart/$fdir
1374
      as_dir=$dirpart/$fdir; as_fn_mkdir_p
1352
  case $as_dir in #(
-
 
1353
  -*) as_dir=./$as_dir;;
-
 
1354
  esac
-
 
1355
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-
 
1356
    as_dirs=
-
 
1357
    while :; do
-
 
1358
      case $as_dir in #(
-
 
1359
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
-
 
1360
      *) as_qdir=$as_dir;;
-
 
1361
      esac
-
 
1362
      as_dirs="'$as_qdir' $as_dirs"
-
 
1363
      as_dir=`$as_dirname -- "$as_dir" ||
-
 
1364
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-
 
1365
	 X"$as_dir" : 'X\(//\)[^/]' \| \
-
 
1366
	 X"$as_dir" : 'X\(//\)$' \| \
-
 
1367
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-
 
1368
$as_echo X"$as_dir" |
-
 
1369
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-
 
1370
	    s//\1/
-
 
1371
	    q
-
 
1372
	  }
-
 
1373
	  /^X\(\/\/\)[^/].*/{
-
 
1374
	    s//\1/
-
 
1375
	    q
-
 
1376
	  }
-
 
1377
	  /^X\(\/\/\)$/{
-
 
1378
	    s//\1/
-
 
1379
	    q
-
 
1380
	  }
-
 
1381
	  /^X\(\/\).*/{
-
 
1382
	    s//\1/
-
 
1383
	    q
-
 
1384
	  }
-
 
1385
	  s/.*/./; q'`
-
 
1386
      test -d "$as_dir" && break
-
 
1387
    done
-
 
1388
    test -z "$as_dirs" || eval "mkdir $as_dirs"
-
 
1389
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-
 
1390
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
-
 
1391
   { (exit 1); exit 1; }; }; }
-
 
1392
      # echo "creating $dirpart/$file"
1375
      # echo "creating $dirpart/$file"
1393
      echo '# dummy' > "$dirpart/$file"
1376
      echo '# dummy' > "$dirpart/$file"
1394
    done
1377
    done
1395
  done
1378
  done
1396
}
1379
}
1397
 ;;
1380
 ;;
1398
    "libtool":C)
1381
    "libtool":C)
1399
 
1382
 
1400
    # See if we are running on zsh, and set the options which allow our
1383
    # See if we are running on zsh, and set the options which allow our
1401
    # commands through without removal of \ escapes.
1384
    # commands through without removal of \ escapes.
1402
    if test -n "${ZSH_VERSION+set}" ; then
1385
    if test -n "${ZSH_VERSION+set}" ; then
1403
      setopt NO_GLOB_SUBST
1386
      setopt NO_GLOB_SUBST
1404
    fi
1387
    fi
1405
 
1388
 
1406
    cfgfile="${ofile}T"
1389
    cfgfile="${ofile}T"
1407
    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1390
    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1408
    $RM "$cfgfile"
1391
    $RM "$cfgfile"
1409
 
1392
 
1410
    cat <<_LT_EOF >> "$cfgfile"
1393
    cat <<_LT_EOF >> "$cfgfile"
1411
#! $SHELL
1394
#! $SHELL
1412
 
1395
 
1413
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1396
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1414
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1397
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1415
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1398
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1416
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1399
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
1417
#
1400
#
1418
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1401
#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
1419
#                 2006, 2007, 2008 Free Software Foundation, Inc.
1402
#                 2006, 2007, 2008 Free Software Foundation, Inc.
1420
#   Written by Gordon Matzigkeit, 1996
1403
#   Written by Gordon Matzigkeit, 1996
1421
#
1404
#
1422
#   This file is part of GNU Libtool.
1405
#   This file is part of GNU Libtool.
1423
#
1406
#
1424
# GNU Libtool is free software; you can redistribute it and/or
1407
# GNU Libtool is free software; you can redistribute it and/or
1425
# modify it under the terms of the GNU General Public License as
1408
# modify it under the terms of the GNU General Public License as
1426
# published by the Free Software Foundation; either version 2 of
1409
# published by the Free Software Foundation; either version 2 of
1427
# the License, or (at your option) any later version.
1410
# the License, or (at your option) any later version.
1428
#
1411
#
1429
# As a special exception to the GNU General Public License,
1412
# As a special exception to the GNU General Public License,
1430
# if you distribute this file as part of a program or library that
1413
# if you distribute this file as part of a program or library that
1431
# is built using GNU Libtool, you may include this file under the
1414
# is built using GNU Libtool, you may include this file under the
1432
# same distribution terms that you use for the rest of that program.
1415
# same distribution terms that you use for the rest of that program.
1433
#
1416
#
1434
# GNU Libtool is distributed in the hope that it will be useful,
1417
# GNU Libtool is distributed in the hope that it will be useful,
1435
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1418
# but WITHOUT ANY WARRANTY; without even the implied warranty of
1436
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1419
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1437
# GNU General Public License for more details.
1420
# GNU General Public License for more details.
1438
#
1421
#
1439
# You should have received a copy of the GNU General Public License
1422
# You should have received a copy of the GNU General Public License
1440
# along with GNU Libtool; see the file COPYING.  If not, a copy
1423
# along with GNU Libtool; see the file COPYING.  If not, a copy
1441
# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1424
# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
1442
# obtained by writing to the Free Software Foundation, Inc.,
1425
# obtained by writing to the Free Software Foundation, Inc.,
1443
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1426
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1444
 
1427
 
1445
 
1428
 
1446
# The names of the tagged configurations supported by this script.
1429
# The names of the tagged configurations supported by this script.
1447
available_tags=""
1430
available_tags=""
1448
 
1431
 
1449
# ### BEGIN LIBTOOL CONFIG
1432
# ### BEGIN LIBTOOL CONFIG
1450
 
1433
 
1451
# Which release of libtool.m4 was used?
1434
# Which release of libtool.m4 was used?
1452
macro_version=$macro_version
1435
macro_version=$macro_version
1453
macro_revision=$macro_revision
1436
macro_revision=$macro_revision
1454
 
1437
 
1455
# Whether or not to build shared libraries.
1438
# Whether or not to build shared libraries.
1456
build_libtool_libs=$enable_shared
1439
build_libtool_libs=$enable_shared
1457
 
1440
 
1458
# Whether or not to build static libraries.
1441
# Whether or not to build static libraries.
1459
build_old_libs=$enable_static
1442
build_old_libs=$enable_static
1460
 
1443
 
1461
# What type of objects to build.
1444
# What type of objects to build.
1462
pic_mode=$pic_mode
1445
pic_mode=$pic_mode
1463
 
1446
 
1464
# Whether or not to optimize for fast installation.
1447
# Whether or not to optimize for fast installation.
1465
fast_install=$enable_fast_install
1448
fast_install=$enable_fast_install
1466
 
1449
 
1467
# The host system.
1450
# The host system.
1468
host_alias=$host_alias
1451
host_alias=$host_alias
1469
host=$host
1452
host=$host
1470
host_os=$host_os
1453
host_os=$host_os
1471
 
1454
 
1472
# The build system.
1455
# The build system.
1473
build_alias=$build_alias
1456
build_alias=$build_alias
1474
build=$build
1457
build=$build
1475
build_os=$build_os
1458
build_os=$build_os
1476
 
1459
 
1477
# A sed program that does not truncate output.
1460
# A sed program that does not truncate output.
1478
SED=$lt_SED
1461
SED=$lt_SED
1479
 
1462
 
1480
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1463
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
1481
Xsed="\$SED -e 1s/^X//"
1464
Xsed="\$SED -e 1s/^X//"
1482
 
1465
 
1483
# A grep program that handles long lines.
1466
# A grep program that handles long lines.
1484
GREP=$lt_GREP
1467
GREP=$lt_GREP
1485
 
1468
 
1486
# An ERE matcher.
1469
# An ERE matcher.
1487
EGREP=$lt_EGREP
1470
EGREP=$lt_EGREP
1488
 
1471
 
1489
# A literal string matcher.
1472
# A literal string matcher.
1490
FGREP=$lt_FGREP
1473
FGREP=$lt_FGREP
1491
 
1474
 
1492
# A BSD- or MS-compatible name lister.
1475
# A BSD- or MS-compatible name lister.
1493
NM=$lt_NM
1476
NM=$lt_NM
1494
 
1477
 
1495
# Whether we need soft or hard links.
1478
# Whether we need soft or hard links.
1496
LN_S=$lt_LN_S
1479
LN_S=$lt_LN_S
1497
 
1480
 
1498
# What is the maximum length of a command?
1481
# What is the maximum length of a command?
1499
max_cmd_len=$max_cmd_len
1482
max_cmd_len=$max_cmd_len
1500
 
1483
 
1501
# Object file suffix (normally "o").
1484
# Object file suffix (normally "o").
1502
objext=$ac_objext
1485
objext=$ac_objext
1503
 
1486
 
1504
# Executable file suffix (normally "").
1487
# Executable file suffix (normally "").
1505
exeext=$exeext
1488
exeext=$exeext
1506
 
1489
 
1507
# whether the shell understands "unset".
1490
# whether the shell understands "unset".
1508
lt_unset=$lt_unset
1491
lt_unset=$lt_unset
1509
 
1492
 
1510
# turn spaces into newlines.
1493
# turn spaces into newlines.
1511
SP2NL=$lt_lt_SP2NL
1494
SP2NL=$lt_lt_SP2NL
1512
 
1495
 
1513
# turn newlines into spaces.
1496
# turn newlines into spaces.
1514
NL2SP=$lt_lt_NL2SP
1497
NL2SP=$lt_lt_NL2SP
1515
 
1498
 
1516
# How to create reloadable object files.
1499
# How to create reloadable object files.
1517
reload_flag=$lt_reload_flag
1500
reload_flag=$lt_reload_flag
1518
reload_cmds=$lt_reload_cmds
1501
reload_cmds=$lt_reload_cmds
1519
 
1502
 
1520
# An object symbol dumper.
1503
# An object symbol dumper.
1521
OBJDUMP=$lt_OBJDUMP
1504
OBJDUMP=$lt_OBJDUMP
1522
 
1505
 
1523
# Method to check whether dependent libraries are shared objects.
1506
# Method to check whether dependent libraries are shared objects.
1524
deplibs_check_method=$lt_deplibs_check_method
1507
deplibs_check_method=$lt_deplibs_check_method
1525
 
1508
 
1526
# Command to use when deplibs_check_method == "file_magic".
1509
# Command to use when deplibs_check_method == "file_magic".
1527
file_magic_cmd=$lt_file_magic_cmd
1510
file_magic_cmd=$lt_file_magic_cmd
1528
 
1511
 
1529
# The archiver.
1512
# The archiver.
1530
AR=$lt_AR
1513
AR=$lt_AR
1531
AR_FLAGS=$lt_AR_FLAGS
1514
AR_FLAGS=$lt_AR_FLAGS
1532
 
1515
 
1533
# A symbol stripping program.
1516
# A symbol stripping program.
1534
STRIP=$lt_STRIP
1517
STRIP=$lt_STRIP
1535
 
1518
 
1536
# Commands used to install an old-style archive.
1519
# Commands used to install an old-style archive.
1537
RANLIB=$lt_RANLIB
1520
RANLIB=$lt_RANLIB
1538
old_postinstall_cmds=$lt_old_postinstall_cmds
1521
old_postinstall_cmds=$lt_old_postinstall_cmds
1539
old_postuninstall_cmds=$lt_old_postuninstall_cmds
1522
old_postuninstall_cmds=$lt_old_postuninstall_cmds
1540
 
1523
 
1541
# A C compiler.
1524
# A C compiler.
1542
LTCC=$lt_CC
1525
LTCC=$lt_CC
1543
 
1526
 
1544
# LTCC compiler flags.
1527
# LTCC compiler flags.
1545
LTCFLAGS=$lt_CFLAGS
1528
LTCFLAGS=$lt_CFLAGS
1546
 
1529
 
1547
# Take the output of nm and produce a listing of raw symbols and C names.
1530
# Take the output of nm and produce a listing of raw symbols and C names.
1548
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1531
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
1549
 
1532
 
1550
# Transform the output of nm in a proper C declaration.
1533
# Transform the output of nm in a proper C declaration.
1551
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1534
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1552
 
1535
 
1553
# Transform the output of nm in a C name address pair.
1536
# Transform the output of nm in a C name address pair.
1554
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1537
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1555
 
1538
 
1556
# Transform the output of nm in a C name address pair when lib prefix is needed.
1539
# Transform the output of nm in a C name address pair when lib prefix is needed.
1557
global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1540
global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1558
 
1541
 
1559
# The name of the directory that contains temporary libtool files.
1542
# The name of the directory that contains temporary libtool files.
1560
objdir=$objdir
1543
objdir=$objdir
1561
 
1544
 
1562
# Shell to use when invoking shell scripts.
1545
# Shell to use when invoking shell scripts.
1563
SHELL=$lt_SHELL
1546
SHELL=$lt_SHELL
1564
 
1547
 
1565
# An echo program that does not interpret backslashes.
1548
# An echo program that does not interpret backslashes.
1566
ECHO=$lt_ECHO
1549
ECHO=$lt_ECHO
1567
 
1550
 
1568
# Used to examine libraries when file_magic_cmd begins with "file".
1551
# Used to examine libraries when file_magic_cmd begins with "file".
1569
MAGIC_CMD=$MAGIC_CMD
1552
MAGIC_CMD=$MAGIC_CMD
1570
 
1553
 
1571
# Must we lock files when doing compilation?
1554
# Must we lock files when doing compilation?
1572
need_locks=$lt_need_locks
1555
need_locks=$lt_need_locks
1573
 
1556
 
1574
# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1557
# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
1575
DSYMUTIL=$lt_DSYMUTIL
1558
DSYMUTIL=$lt_DSYMUTIL
1576
 
1559
 
1577
# Tool to change global to local symbols on Mac OS X.
1560
# Tool to change global to local symbols on Mac OS X.
1578
NMEDIT=$lt_NMEDIT
1561
NMEDIT=$lt_NMEDIT
1579
 
1562
 
1580
# Tool to manipulate fat objects and archives on Mac OS X.
1563
# Tool to manipulate fat objects and archives on Mac OS X.
1581
LIPO=$lt_LIPO
1564
LIPO=$lt_LIPO
1582
 
1565
 
1583
# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1566
# ldd/readelf like tool for Mach-O binaries on Mac OS X.
1584
OTOOL=$lt_OTOOL
1567
OTOOL=$lt_OTOOL
1585
 
1568
 
1586
# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1569
# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
1587
OTOOL64=$lt_OTOOL64
1570
OTOOL64=$lt_OTOOL64
1588
 
1571
 
1589
# Old archive suffix (normally "a").
1572
# Old archive suffix (normally "a").
1590
libext=$libext
1573
libext=$libext
1591
 
1574
 
1592
# Shared library suffix (normally ".so").
1575
# Shared library suffix (normally ".so").
1593
shrext_cmds=$lt_shrext_cmds
1576
shrext_cmds=$lt_shrext_cmds
1594
 
1577
 
1595
# The commands to extract the exported symbol list from a shared archive.
1578
# The commands to extract the exported symbol list from a shared archive.
1596
extract_expsyms_cmds=$lt_extract_expsyms_cmds
1579
extract_expsyms_cmds=$lt_extract_expsyms_cmds
1597
 
1580
 
1598
# Variables whose values should be saved in libtool wrapper scripts and
1581
# Variables whose values should be saved in libtool wrapper scripts and
1599
# restored at link time.
1582
# restored at link time.
1600
variables_saved_for_relink=$lt_variables_saved_for_relink
1583
variables_saved_for_relink=$lt_variables_saved_for_relink
1601
 
1584
 
1602
# Do we need the "lib" prefix for modules?
1585
# Do we need the "lib" prefix for modules?
1603
need_lib_prefix=$need_lib_prefix
1586
need_lib_prefix=$need_lib_prefix
1604
 
1587
 
1605
# Do we need a version for libraries?
1588
# Do we need a version for libraries?
1606
need_version=$need_version
1589
need_version=$need_version
1607
 
1590
 
1608
# Library versioning type.
1591
# Library versioning type.
1609
version_type=$version_type
1592
version_type=$version_type
1610
 
1593
 
1611
# Shared library runtime path variable.
1594
# Shared library runtime path variable.
1612
runpath_var=$runpath_var
1595
runpath_var=$runpath_var
1613
 
1596
 
1614
# Shared library path variable.
1597
# Shared library path variable.
1615
shlibpath_var=$shlibpath_var
1598
shlibpath_var=$shlibpath_var
1616
 
1599
 
1617
# Is shlibpath searched before the hard-coded library search path?
1600
# Is shlibpath searched before the hard-coded library search path?
1618
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1601
shlibpath_overrides_runpath=$shlibpath_overrides_runpath
1619
 
1602
 
1620
# Format of library name prefix.
1603
# Format of library name prefix.
1621
libname_spec=$lt_libname_spec
1604
libname_spec=$lt_libname_spec
1622
 
1605
 
1623
# List of archive names.  First name is the real one, the rest are links.
1606
# List of archive names.  First name is the real one, the rest are links.
1624
# The last name is the one that the linker finds with -lNAME
1607
# The last name is the one that the linker finds with -lNAME
1625
library_names_spec=$lt_library_names_spec
1608
library_names_spec=$lt_library_names_spec
1626
 
1609
 
1627
# The coded name of the library, if different from the real name.
1610
# The coded name of the library, if different from the real name.
1628
soname_spec=$lt_soname_spec
1611
soname_spec=$lt_soname_spec
1629
 
1612
 
1630
# Command to use after installation of a shared archive.
1613
# Command to use after installation of a shared archive.
1631
postinstall_cmds=$lt_postinstall_cmds
1614
postinstall_cmds=$lt_postinstall_cmds
1632
 
1615
 
1633
# Command to use after uninstallation of a shared archive.
1616
# Command to use after uninstallation of a shared archive.
1634
postuninstall_cmds=$lt_postuninstall_cmds
1617
postuninstall_cmds=$lt_postuninstall_cmds
1635
 
1618
 
1636
# Commands used to finish a libtool library installation in a directory.
1619
# Commands used to finish a libtool library installation in a directory.
1637
finish_cmds=$lt_finish_cmds
1620
finish_cmds=$lt_finish_cmds
1638
 
1621
 
1639
# As "finish_cmds", except a single script fragment to be evaled but
1622
# As "finish_cmds", except a single script fragment to be evaled but
1640
# not shown.
1623
# not shown.
1641
finish_eval=$lt_finish_eval
1624
finish_eval=$lt_finish_eval
1642
 
1625
 
1643
# Whether we should hardcode library paths into libraries.
1626
# Whether we should hardcode library paths into libraries.
1644
hardcode_into_libs=$hardcode_into_libs
1627
hardcode_into_libs=$hardcode_into_libs
1645
 
1628
 
1646
# Compile-time system search path for libraries.
1629
# Compile-time system search path for libraries.
1647
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1630
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1648
 
1631
 
1649
# Run-time system search path for libraries.
1632
# Run-time system search path for libraries.
1650
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1633
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
1651
 
1634
 
1652
# Whether dlopen is supported.
1635
# Whether dlopen is supported.
1653
dlopen_support=$enable_dlopen
1636
dlopen_support=$enable_dlopen
1654
 
1637
 
1655
# Whether dlopen of programs is supported.
1638
# Whether dlopen of programs is supported.
1656
dlopen_self=$enable_dlopen_self
1639
dlopen_self=$enable_dlopen_self
1657
 
1640
 
1658
# Whether dlopen of statically linked programs is supported.
1641
# Whether dlopen of statically linked programs is supported.
1659
dlopen_self_static=$enable_dlopen_self_static
1642
dlopen_self_static=$enable_dlopen_self_static
1660
 
1643
 
1661
# Commands to strip libraries.
1644
# Commands to strip libraries.
1662
old_striplib=$lt_old_striplib
1645
old_striplib=$lt_old_striplib
1663
striplib=$lt_striplib
1646
striplib=$lt_striplib
1664
 
1647
 
1665
 
1648
 
1666
# The linker used to build libraries.
1649
# The linker used to build libraries.
1667
LD=$lt_LD
1650
LD=$lt_LD
1668
 
1651
 
1669
# Commands used to build an old-style archive.
1652
# Commands used to build an old-style archive.
1670
old_archive_cmds=$lt_old_archive_cmds
1653
old_archive_cmds=$lt_old_archive_cmds
1671
 
1654
 
1672
# A language specific compiler.
1655
# A language specific compiler.
1673
CC=$lt_compiler
1656
CC=$lt_compiler
1674
 
1657
 
1675
# Is the compiler the GNU compiler?
1658
# Is the compiler the GNU compiler?
1676
with_gcc=$GCC
1659
with_gcc=$GCC
1677
 
1660
 
1678
# Compiler flag to turn off builtin functions.
1661
# Compiler flag to turn off builtin functions.
1679
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1662
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
1680
 
1663
 
1681
# How to pass a linker flag through the compiler.
1664
# How to pass a linker flag through the compiler.
1682
wl=$lt_lt_prog_compiler_wl
1665
wl=$lt_lt_prog_compiler_wl
1683
 
1666
 
1684
# Additional compiler flags for building library objects.
1667
# Additional compiler flags for building library objects.
1685
pic_flag=$lt_lt_prog_compiler_pic
1668
pic_flag=$lt_lt_prog_compiler_pic
1686
 
1669
 
1687
# Compiler flag to prevent dynamic linking.
1670
# Compiler flag to prevent dynamic linking.
1688
link_static_flag=$lt_lt_prog_compiler_static
1671
link_static_flag=$lt_lt_prog_compiler_static
1689
 
1672
 
1690
# Does compiler simultaneously support -c and -o options?
1673
# Does compiler simultaneously support -c and -o options?
1691
compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1674
compiler_c_o=$lt_lt_cv_prog_compiler_c_o
1692
 
1675
 
1693
# Whether or not to add -lc for building shared libraries.
1676
# Whether or not to add -lc for building shared libraries.
1694
build_libtool_need_lc=$archive_cmds_need_lc
1677
build_libtool_need_lc=$archive_cmds_need_lc
1695
 
1678
 
1696
# Whether or not to disallow shared libs when runtime libs are static.
1679
# Whether or not to disallow shared libs when runtime libs are static.
1697
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1680
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
1698
 
1681
 
1699
# Compiler flag to allow reflexive dlopens.
1682
# Compiler flag to allow reflexive dlopens.
1700
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1683
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
1701
 
1684
 
1702
# Compiler flag to generate shared objects directly from archives.
1685
# Compiler flag to generate shared objects directly from archives.
1703
whole_archive_flag_spec=$lt_whole_archive_flag_spec
1686
whole_archive_flag_spec=$lt_whole_archive_flag_spec
1704
 
1687
 
1705
# Whether the compiler copes with passing no objects directly.
1688
# Whether the compiler copes with passing no objects directly.
1706
compiler_needs_object=$lt_compiler_needs_object
1689
compiler_needs_object=$lt_compiler_needs_object
1707
 
1690
 
1708
# Create an old-style archive from a shared archive.
1691
# Create an old-style archive from a shared archive.
1709
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1692
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
1710
 
1693
 
1711
# Create a temporary old-style archive to link instead of a shared archive.
1694
# Create a temporary old-style archive to link instead of a shared archive.
1712
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1695
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
1713
 
1696
 
1714
# Commands used to build a shared archive.
1697
# Commands used to build a shared archive.
1715
archive_cmds=$lt_archive_cmds
1698
archive_cmds=$lt_archive_cmds
1716
archive_expsym_cmds=$lt_archive_expsym_cmds
1699
archive_expsym_cmds=$lt_archive_expsym_cmds
1717
 
1700
 
1718
# Commands used to build a loadable module if different from building
1701
# Commands used to build a loadable module if different from building
1719
# a shared archive.
1702
# a shared archive.
1720
module_cmds=$lt_module_cmds
1703
module_cmds=$lt_module_cmds
1721
module_expsym_cmds=$lt_module_expsym_cmds
1704
module_expsym_cmds=$lt_module_expsym_cmds
1722
 
1705
 
1723
# Whether we are building with GNU ld or not.
1706
# Whether we are building with GNU ld or not.
1724
with_gnu_ld=$lt_with_gnu_ld
1707
with_gnu_ld=$lt_with_gnu_ld
1725
 
1708
 
1726
# Flag that allows shared libraries with undefined symbols to be built.
1709
# Flag that allows shared libraries with undefined symbols to be built.
1727
allow_undefined_flag=$lt_allow_undefined_flag
1710
allow_undefined_flag=$lt_allow_undefined_flag
1728
 
1711
 
1729
# Flag that enforces no undefined symbols.
1712
# Flag that enforces no undefined symbols.
1730
no_undefined_flag=$lt_no_undefined_flag
1713
no_undefined_flag=$lt_no_undefined_flag
1731
 
1714
 
1732
# Flag to hardcode \$libdir into a binary during linking.
1715
# Flag to hardcode \$libdir into a binary during linking.
1733
# This must work even if \$libdir does not exist
1716
# This must work even if \$libdir does not exist
1734
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1717
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
1735
 
1718
 
1736
# If ld is used when linking, flag to hardcode \$libdir into a binary
1719
# If ld is used when linking, flag to hardcode \$libdir into a binary
1737
# during linking.  This must work even if \$libdir does not exist.
1720
# during linking.  This must work even if \$libdir does not exist.
1738
hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1721
hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
1739
 
1722
 
1740
# Whether we need a single "-rpath" flag with a separated argument.
1723
# Whether we need a single "-rpath" flag with a separated argument.
1741
hardcode_libdir_separator=$lt_hardcode_libdir_separator
1724
hardcode_libdir_separator=$lt_hardcode_libdir_separator
1742
 
1725
 
1743
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1726
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1744
# DIR into the resulting binary.
1727
# DIR into the resulting binary.
1745
hardcode_direct=$hardcode_direct
1728
hardcode_direct=$hardcode_direct
1746
 
1729
 
1747
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1730
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
1748
# DIR into the resulting binary and the resulting library dependency is
1731
# DIR into the resulting binary and the resulting library dependency is
1749
# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1732
# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
1750
# library is relocated.
1733
# library is relocated.
1751
hardcode_direct_absolute=$hardcode_direct_absolute
1734
hardcode_direct_absolute=$hardcode_direct_absolute
1752
 
1735
 
1753
# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1736
# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
1754
# into the resulting binary.
1737
# into the resulting binary.
1755
hardcode_minus_L=$hardcode_minus_L
1738
hardcode_minus_L=$hardcode_minus_L
1756
 
1739
 
1757
# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1740
# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
1758
# into the resulting binary.
1741
# into the resulting binary.
1759
hardcode_shlibpath_var=$hardcode_shlibpath_var
1742
hardcode_shlibpath_var=$hardcode_shlibpath_var
1760
 
1743
 
1761
# Set to "yes" if building a shared library automatically hardcodes DIR
1744
# Set to "yes" if building a shared library automatically hardcodes DIR
1762
# into the library and all subsequent libraries and executables linked
1745
# into the library and all subsequent libraries and executables linked
1763
# against it.
1746
# against it.
1764
hardcode_automatic=$hardcode_automatic
1747
hardcode_automatic=$hardcode_automatic
1765
 
1748
 
1766
# Set to yes if linker adds runtime paths of dependent libraries
1749
# Set to yes if linker adds runtime paths of dependent libraries
1767
# to runtime path list.
1750
# to runtime path list.
1768
inherit_rpath=$inherit_rpath
1751
inherit_rpath=$inherit_rpath
1769
 
1752
 
1770
# Whether libtool must link a program against all its dependency libraries.
1753
# Whether libtool must link a program against all its dependency libraries.
1771
link_all_deplibs=$link_all_deplibs
1754
link_all_deplibs=$link_all_deplibs
1772
 
1755
 
1773
# Fix the shell variable \$srcfile for the compiler.
1756
# Fix the shell variable \$srcfile for the compiler.
1774
fix_srcfile_path=$lt_fix_srcfile_path
1757
fix_srcfile_path=$lt_fix_srcfile_path
1775
 
1758
 
1776
# Set to "yes" if exported symbols are required.
1759
# Set to "yes" if exported symbols are required.
1777
always_export_symbols=$always_export_symbols
1760
always_export_symbols=$always_export_symbols
1778
 
1761
 
1779
# The commands to list exported symbols.
1762
# The commands to list exported symbols.
1780
export_symbols_cmds=$lt_export_symbols_cmds
1763
export_symbols_cmds=$lt_export_symbols_cmds
1781
 
1764
 
1782
# Symbols that should not be listed in the preloaded symbols.
1765
# Symbols that should not be listed in the preloaded symbols.
1783
exclude_expsyms=$lt_exclude_expsyms
1766
exclude_expsyms=$lt_exclude_expsyms
1784
 
1767
 
1785
# Symbols that must always be exported.
1768
# Symbols that must always be exported.
1786
include_expsyms=$lt_include_expsyms
1769
include_expsyms=$lt_include_expsyms
1787
 
1770
 
1788
# Commands necessary for linking programs (against libraries) with templates.
1771
# Commands necessary for linking programs (against libraries) with templates.
1789
prelink_cmds=$lt_prelink_cmds
1772
prelink_cmds=$lt_prelink_cmds
1790
 
1773
 
1791
# Specify filename containing input files.
1774
# Specify filename containing input files.
1792
file_list_spec=$lt_file_list_spec
1775
file_list_spec=$lt_file_list_spec
1793
 
1776
 
1794
# How to hardcode a shared library path into an executable.
1777
# How to hardcode a shared library path into an executable.
1795
hardcode_action=$hardcode_action
1778
hardcode_action=$hardcode_action
1796
 
1779
 
1797
# ### END LIBTOOL CONFIG
1780
# ### END LIBTOOL CONFIG
1798
 
1781
 
1799
_LT_EOF
1782
_LT_EOF
1800
 
1783
 
1801
  case $host_os in
1784
  case $host_os in
1802
  aix3*)
1785
  aix3*)
1803
    cat <<\_LT_EOF >> "$cfgfile"
1786
    cat <<\_LT_EOF >> "$cfgfile"
1804
# AIX sometimes has problems with the GCC collect2 program.  For some
1787
# AIX sometimes has problems with the GCC collect2 program.  For some
1805
# reason, if we set the COLLECT_NAMES environment variable, the problems
1788
# reason, if we set the COLLECT_NAMES environment variable, the problems
1806
# vanish in a puff of smoke.
1789
# vanish in a puff of smoke.
1807
if test "X${COLLECT_NAMES+set}" != Xset; then
1790
if test "X${COLLECT_NAMES+set}" != Xset; then
1808
  COLLECT_NAMES=
1791
  COLLECT_NAMES=
1809
  export COLLECT_NAMES
1792
  export COLLECT_NAMES
1810
fi
1793
fi
1811
_LT_EOF
1794
_LT_EOF
1812
    ;;
1795
    ;;
1813
  esac
1796
  esac
1814
 
1797
 
1815
 
1798
 
1816
ltmain="$ac_aux_dir/ltmain.sh"
1799
ltmain="$ac_aux_dir/ltmain.sh"
1817
 
1800
 
1818
 
1801
 
1819
  # We use sed instead of cat because bash on DJGPP gets confused if
1802
  # We use sed instead of cat because bash on DJGPP gets confused if
1820
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
1803
  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
1821
  # text mode, it properly converts lines to CR/LF.  This bash problem
1804
  # text mode, it properly converts lines to CR/LF.  This bash problem
1822
  # is reportedly fixed, but why not run on old versions too?
1805
  # is reportedly fixed, but why not run on old versions too?
1823
  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
1806
  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
1824
    || (rm -f "$cfgfile"; exit 1)
1807
    || (rm -f "$cfgfile"; exit 1)
1825
 
1808
 
1826
  case $xsi_shell in
1809
  case $xsi_shell in
1827
  yes)
1810
  yes)
1828
    cat << \_LT_EOF >> "$cfgfile"
1811
    cat << \_LT_EOF >> "$cfgfile"
1829
 
1812
 
1830
# func_dirname file append nondir_replacement
1813
# func_dirname file append nondir_replacement
1831
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1814
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1832
# otherwise set result to NONDIR_REPLACEMENT.
1815
# otherwise set result to NONDIR_REPLACEMENT.
1833
func_dirname ()
1816
func_dirname ()
1834
{
1817
{
1835
  case ${1} in
1818
  case ${1} in
1836
    */*) func_dirname_result="${1%/*}${2}" ;;
1819
    */*) func_dirname_result="${1%/*}${2}" ;;
1837
    *  ) func_dirname_result="${3}" ;;
1820
    *  ) func_dirname_result="${3}" ;;
1838
  esac
1821
  esac
1839
}
1822
}
1840
 
1823
 
1841
# func_basename file
1824
# func_basename file
1842
func_basename ()
1825
func_basename ()
1843
{
1826
{
1844
  func_basename_result="${1##*/}"
1827
  func_basename_result="${1##*/}"
1845
}
1828
}
1846
 
1829
 
1847
# func_dirname_and_basename file append nondir_replacement
1830
# func_dirname_and_basename file append nondir_replacement
1848
# perform func_basename and func_dirname in a single function
1831
# perform func_basename and func_dirname in a single function
1849
# call:
1832
# call:
1850
#   dirname:  Compute the dirname of FILE.  If nonempty,
1833
#   dirname:  Compute the dirname of FILE.  If nonempty,
1851
#             add APPEND to the result, otherwise set result
1834
#             add APPEND to the result, otherwise set result
1852
#             to NONDIR_REPLACEMENT.
1835
#             to NONDIR_REPLACEMENT.
1853
#             value returned in "$func_dirname_result"
1836
#             value returned in "$func_dirname_result"
1854
#   basename: Compute filename of FILE.
1837
#   basename: Compute filename of FILE.
1855
#             value retuned in "$func_basename_result"
1838
#             value retuned in "$func_basename_result"
1856
# Implementation must be kept synchronized with func_dirname
1839
# Implementation must be kept synchronized with func_dirname
1857
# and func_basename. For efficiency, we do not delegate to
1840
# and func_basename. For efficiency, we do not delegate to
1858
# those functions but instead duplicate the functionality here.
1841
# those functions but instead duplicate the functionality here.
1859
func_dirname_and_basename ()
1842
func_dirname_and_basename ()
1860
{
1843
{
1861
  case ${1} in
1844
  case ${1} in
1862
    */*) func_dirname_result="${1%/*}${2}" ;;
1845
    */*) func_dirname_result="${1%/*}${2}" ;;
1863
    *  ) func_dirname_result="${3}" ;;
1846
    *  ) func_dirname_result="${3}" ;;
1864
  esac
1847
  esac
1865
  func_basename_result="${1##*/}"
1848
  func_basename_result="${1##*/}"
1866
}
1849
}
1867
 
1850
 
1868
# func_stripname prefix suffix name
1851
# func_stripname prefix suffix name
1869
# strip PREFIX and SUFFIX off of NAME.
1852
# strip PREFIX and SUFFIX off of NAME.
1870
# PREFIX and SUFFIX must not contain globbing or regex special
1853
# PREFIX and SUFFIX must not contain globbing or regex special
1871
# characters, hashes, percent signs, but SUFFIX may contain a leading
1854
# characters, hashes, percent signs, but SUFFIX may contain a leading
1872
# dot (in which case that matches only a dot).
1855
# dot (in which case that matches only a dot).
1873
func_stripname ()
1856
func_stripname ()
1874
{
1857
{
1875
  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1858
  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1876
  # positional parameters, so assign one to ordinary parameter first.
1859
  # positional parameters, so assign one to ordinary parameter first.
1877
  func_stripname_result=${3}
1860
  func_stripname_result=${3}
1878
  func_stripname_result=${func_stripname_result#"${1}"}
1861
  func_stripname_result=${func_stripname_result#"${1}"}
1879
  func_stripname_result=${func_stripname_result%"${2}"}
1862
  func_stripname_result=${func_stripname_result%"${2}"}
1880
}
1863
}
1881
 
1864
 
1882
# func_opt_split
1865
# func_opt_split
1883
func_opt_split ()
1866
func_opt_split ()
1884
{
1867
{
1885
  func_opt_split_opt=${1%%=*}
1868
  func_opt_split_opt=${1%%=*}
1886
  func_opt_split_arg=${1#*=}
1869
  func_opt_split_arg=${1#*=}
1887
}
1870
}
1888
 
1871
 
1889
# func_lo2o object
1872
# func_lo2o object
1890
func_lo2o ()
1873
func_lo2o ()
1891
{
1874
{
1892
  case ${1} in
1875
  case ${1} in
1893
    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
1876
    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
1894
    *)    func_lo2o_result=${1} ;;
1877
    *)    func_lo2o_result=${1} ;;
1895
  esac
1878
  esac
1896
}
1879
}
1897
 
1880
 
1898
# func_xform libobj-or-source
1881
# func_xform libobj-or-source
1899
func_xform ()
1882
func_xform ()
1900
{
1883
{
1901
  func_xform_result=${1%.*}.lo
1884
  func_xform_result=${1%.*}.lo
1902
}
1885
}
1903
 
1886
 
1904
# func_arith arithmetic-term...
1887
# func_arith arithmetic-term...
1905
func_arith ()
1888
func_arith ()
1906
{
1889
{
1907
  func_arith_result=$(( $* ))
1890
  func_arith_result=$(( $* ))
1908
}
1891
}
1909
 
1892
 
1910
# func_len string
1893
# func_len string
1911
# STRING may not start with a hyphen.
1894
# STRING may not start with a hyphen.
1912
func_len ()
1895
func_len ()
1913
{
1896
{
1914
  func_len_result=${#1}
1897
  func_len_result=${#1}
1915
}
1898
}
1916
 
1899
 
1917
_LT_EOF
1900
_LT_EOF
1918
    ;;
1901
    ;;
1919
  *) # Bourne compatible functions.
1902
  *) # Bourne compatible functions.
1920
    cat << \_LT_EOF >> "$cfgfile"
1903
    cat << \_LT_EOF >> "$cfgfile"
1921
 
1904
 
1922
# func_dirname file append nondir_replacement
1905
# func_dirname file append nondir_replacement
1923
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1906
# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
1924
# otherwise set result to NONDIR_REPLACEMENT.
1907
# otherwise set result to NONDIR_REPLACEMENT.
1925
func_dirname ()
1908
func_dirname ()
1926
{
1909
{
1927
  # Extract subdirectory from the argument.
1910
  # Extract subdirectory from the argument.
1928
  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
1911
  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
1929
  if test "X$func_dirname_result" = "X${1}"; then
1912
  if test "X$func_dirname_result" = "X${1}"; then
1930
    func_dirname_result="${3}"
1913
    func_dirname_result="${3}"
1931
  else
1914
  else
1932
    func_dirname_result="$func_dirname_result${2}"
1915
    func_dirname_result="$func_dirname_result${2}"
1933
  fi
1916
  fi
1934
}
1917
}
1935
 
1918
 
1936
# func_basename file
1919
# func_basename file
1937
func_basename ()
1920
func_basename ()
1938
{
1921
{
1939
  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
1922
  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
1940
}
1923
}
1941
 
1924
 
1942
 
1925
 
1943
# func_stripname prefix suffix name
1926
# func_stripname prefix suffix name
1944
# strip PREFIX and SUFFIX off of NAME.
1927
# strip PREFIX and SUFFIX off of NAME.
1945
# PREFIX and SUFFIX must not contain globbing or regex special
1928
# PREFIX and SUFFIX must not contain globbing or regex special
1946
# characters, hashes, percent signs, but SUFFIX may contain a leading
1929
# characters, hashes, percent signs, but SUFFIX may contain a leading
1947
# dot (in which case that matches only a dot).
1930
# dot (in which case that matches only a dot).
1948
# func_strip_suffix prefix name
1931
# func_strip_suffix prefix name
1949
func_stripname ()
1932
func_stripname ()
1950
{
1933
{
1951
  case ${2} in
1934
  case ${2} in
1952
    .*) func_stripname_result=`$ECHO "X${3}" \
1935
    .*) func_stripname_result=`$ECHO "X${3}" \
1953
           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
1936
           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
1954
    *)  func_stripname_result=`$ECHO "X${3}" \
1937
    *)  func_stripname_result=`$ECHO "X${3}" \
1955
           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
1938
           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
1956
  esac
1939
  esac
1957
}
1940
}
1958
 
1941
 
1959
# sed scripts:
1942
# sed scripts:
1960
my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
1943
my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
1961
my_sed_long_arg='1s/^-[^=]*=//'
1944
my_sed_long_arg='1s/^-[^=]*=//'
1962
 
1945
 
1963
# func_opt_split
1946
# func_opt_split
1964
func_opt_split ()
1947
func_opt_split ()
1965
{
1948
{
1966
  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
1949
  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
1967
  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
1950
  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
1968
}
1951
}
1969
 
1952
 
1970
# func_lo2o object
1953
# func_lo2o object
1971
func_lo2o ()
1954
func_lo2o ()
1972
{
1955
{
1973
  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
1956
  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
1974
}
1957
}
1975
 
1958
 
1976
# func_xform libobj-or-source
1959
# func_xform libobj-or-source
1977
func_xform ()
1960
func_xform ()
1978
{
1961
{
1979
  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
1962
  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
1980
}
1963
}
1981
 
1964
 
1982
# func_arith arithmetic-term...
1965
# func_arith arithmetic-term...
1983
func_arith ()
1966
func_arith ()
1984
{
1967
{
1985
  func_arith_result=`expr "$@"`
1968
  func_arith_result=`expr "$@"`
1986
}
1969
}
1987
 
1970
 
1988
# func_len string
1971
# func_len string
1989
# STRING may not start with a hyphen.
1972
# STRING may not start with a hyphen.
1990
func_len ()
1973
func_len ()
1991
{
1974
{
1992
  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
1975
  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
1993
}
1976
}
1994
 
1977
 
1995
_LT_EOF
1978
_LT_EOF
1996
esac
1979
esac
1997
 
1980
 
1998
case $lt_shell_append in
1981
case $lt_shell_append in
1999
  yes)
1982
  yes)
2000
    cat << \_LT_EOF >> "$cfgfile"
1983
    cat << \_LT_EOF >> "$cfgfile"
2001
 
1984
 
2002
# func_append var value
1985
# func_append var value
2003
# Append VALUE to the end of shell variable VAR.
1986
# Append VALUE to the end of shell variable VAR.
2004
func_append ()
1987
func_append ()
2005
{
1988
{
2006
  eval "$1+=\$2"
1989
  eval "$1+=\$2"
2007
}
1990
}
2008
_LT_EOF
1991
_LT_EOF
2009
    ;;
1992
    ;;
2010
  *)
1993
  *)
2011
    cat << \_LT_EOF >> "$cfgfile"
1994
    cat << \_LT_EOF >> "$cfgfile"
2012
 
1995
 
2013
# func_append var value
1996
# func_append var value
2014
# Append VALUE to the end of shell variable VAR.
1997
# Append VALUE to the end of shell variable VAR.
2015
func_append ()
1998
func_append ()
2016
{
1999
{
2017
  eval "$1=\$$1\$2"
2000
  eval "$1=\$$1\$2"
2018
}
2001
}
2019
 
2002
 
2020
_LT_EOF
2003
_LT_EOF
2021
    ;;
2004
    ;;
2022
  esac
2005
  esac
2023
 
2006
 
2024
 
2007
 
2025
  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
2008
  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
2026
    || (rm -f "$cfgfile"; exit 1)
2009
    || (rm -f "$cfgfile"; exit 1)
2027
 
2010
 
2028
  mv -f "$cfgfile" "$ofile" ||
2011
  mv -f "$cfgfile" "$ofile" ||
2029
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2012
    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
2030
  chmod +x "$ofile"
2013
  chmod +x "$ofile"
2031
 
2014
 
2032
 ;;
2015
 ;;
2033
 
2016
 
2034
  esac
2017
  esac
2035
done # for ac_tag
2018
done # for ac_tag
2036
 
2019
 
2037
 
2020
 
2038
{ (exit 0); exit 0; }
2021
as_fn_exit 0