Subversion Repositories svnkaklik

Rev

Rev 563 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 563 Rev 639
Line 5... Line 5...
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"
Line 78... Line 78...
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'
Line 114... Line 107...
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
 
Line 131... Line 128...
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
Line 145... Line 224...
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" |
Line 166... Line 249...
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
Line 264... Line 296...
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
 
Line 284... Line 364...
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
Line 302... Line 382...
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
Line 325... Line 407...
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
Line 350... Line 433...
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
Line 397... Line 480...
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
Line 437... Line 518...
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 "$@"
Line 474... Line 555...
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'
Line 557... Line 638...
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=''
Line 580... Line 661...
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'
Line 654... Line 735...
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,
Line 683... Line 762...
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"]=""
Line 732... Line 815...
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"]="\\"
Line 764... Line 847...
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"
Line 815... Line 898...
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"]=""
Line 854... Line 938...
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'.
Line 870... Line 952...
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"
Line 916... Line 999...
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
Line 931... Line 1012...
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=:
Line 961... Line 1040...
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
    *\&* | *\|* | *\\* )
Line 990... Line 1067...
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" ||
Line 1020... Line 1095...
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
*)
Line 1114... Line 1149...
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@:*/:/
Line 1165... Line 1198...
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
Line 1251... Line 1274...
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
 
Line 1346... Line 1369...
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
}
Line 2033... Line 2016...
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