~ubuntu-branches/ubuntu/karmic/mountall/karmic-201010040944

« back to all changes in this revision

Viewing changes to config.status

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant, Scott James Remnant, Kees Cook
  • Date: 2009-09-23 14:19:01 UTC
  • Revision ID: james.westby@ubuntu.com-20090923141901-anla1vw4troxeixl
Tags: 0.1.8
[ Scott James Remnant ]
* Further work on the fix from the previous version where the root
  filesystem would always be considered "local", retain that from the
  POV of the {virtual,local,remote}-filesystems events, but do mount
  the root straight away when it's virtual since there's no device to
  wait until it's ready.  LP: #431204.
* If a remote filesystem is already mounted and doesn't need a remount,
  don't wait for a network device to come up.  LP: #430348.

* Ignore single and double quotes in fstab device specifications, since
  mount -a used to.  LP: #431064.
* Never write mtab when mounting a mount with showthroughs (ie. /var)
  and instead update mtab once we've moved it into place
  later.  LP: #434172.

[ Kees Cook ]
* src/mountall.c: rework nftw hooks to use a global for argument passing
  instead of using nested functions and the resulting trampolines that
  cause an executable stack.  LP: #434813.
* debian/rules: revert powerpc exception, since the cause is fixed by
  removing the nested functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
debug=false
8
8
ac_cs_recheck=false
9
9
ac_cs_silent=false
 
10
 
10
11
SHELL=${CONFIG_SHELL-/bin/bash}
11
 
## --------------------- ##
12
 
## M4sh Initialization.  ##
13
 
## --------------------- ##
 
12
export SHELL
 
13
## -------------------- ##
 
14
## M4sh Initialization. ##
 
15
## -------------------- ##
14
16
 
15
17
# Be more Bourne compatible
16
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
20
  emulate sh
19
21
  NULLCMD=:
20
22
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
22
24
  alias -g '${1+"$@"}'='"$@"'
23
25
  setopt NO_GLOB_SUBST
24
26
else
25
 
  case `(set -o) 2>/dev/null` in
26
 
  *posix*) set -o posix ;;
 
27
  case `(set -o) 2>/dev/null` in #(
 
28
  *posix*) :
 
29
    set -o posix ;; #(
 
30
  *) :
 
31
     ;;
27
32
esac
28
 
 
29
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
36
as_nl='
43
37
'
44
38
export as_nl
46
40
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47
41
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48
42
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49
 
if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
43
# Prefer a ksh shell builtin over an external printf program on Solaris,
 
44
# but without wasting forks for bash or zsh.
 
45
if test -z "$BASH_VERSION$ZSH_VERSION" \
 
46
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
 
47
  as_echo='print -r --'
 
48
  as_echo_n='print -rn --'
 
49
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50
50
  as_echo='printf %s\n'
51
51
  as_echo_n='printf %s'
52
52
else
57
57
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58
58
    as_echo_n_body='eval
59
59
      arg=$1;
60
 
      case $arg in
 
60
      case $arg in #(
61
61
      *"$as_nl"*)
62
62
        expr "X$arg" : "X\\(.*\\)$as_nl";
63
63
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
80
80
  }
81
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
84
# IFS
92
85
# We need space, tab and new line, in precisely that order.  Quoting is
96
89
IFS=" ""        $as_nl"
97
90
 
98
91
# Find who we are.  Look in the path if we contain no directory separator.
99
 
case $0 in
 
92
case $0 in #((
100
93
  *[\\/]* ) as_myself=$0 ;;
101
94
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102
95
for as_dir in $PATH
103
96
do
104
97
  IFS=$as_save_IFS
105
98
  test -z "$as_dir" && as_dir=.
106
 
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107
 
done
 
99
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
100
  done
108
101
IFS=$as_save_IFS
109
102
 
110
103
     ;;
116
109
fi
117
110
if test ! -f "$as_myself"; then
118
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
113
fi
121
114
 
122
 
# Work around bugs in pre-3.0 UWIN ksh.
123
 
for as_var in ENV MAIL MAILPATH
124
 
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
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
 
118
# trigger a bug in pdksh 5.2.14.
 
119
for as_var in BASH_ENV ENV MAIL MAILPATH
 
120
do eval test x\${$as_var+set} = xset \
 
121
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125
122
done
126
123
PS1='$ '
127
124
PS2='> '
133
130
LANGUAGE=C
134
131
export LANGUAGE
135
132
 
136
 
# Required to use basename.
 
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
# ---------------
 
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
216
if expr a : '\(a\)' >/dev/null 2>&1 &&
138
217
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
139
218
  as_expr=expr
147
226
  as_basename=false
148
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
235
as_me=`$as_basename -- "$0" ||
153
236
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154
237
         X"$0" : 'X\(//\)$' \| \
168
251
          }
169
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" &&
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
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.  :-)
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/
203
 
      t loop
204
 
      s/-\n.*//
205
 
    ' >$as_me.lineno &&
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.
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
 
254
# Avoid depending upon Character Ranges.
 
255
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
256
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
257
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
258
as_cr_digits='0123456789'
 
259
as_cr_alnum=$as_cr_Letters$as_cr_digits
224
260
 
225
261
ECHO_C= ECHO_N= ECHO_T=
226
 
case `echo -n x` in
 
262
case `echo -n x` in #(((((
227
263
-n*)
228
 
  case `echo 'x\c'` in
 
264
  case `echo 'xy\c'` in
229
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
269
  esac;;
232
270
*)
233
271
  ECHO_N='-n';;
234
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
274
rm -f conf$$ conf$$.exe conf$$.file
243
275
if test -d conf$$.dir; then
266
298
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
267
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
349
if mkdir -p . 2>/dev/null; then
270
 
  as_mkdir_p=:
 
350
  as_mkdir_p='mkdir -p "$as_dir"'
271
351
else
272
352
  test -d ./-p && rmdir ./-p
273
353
  as_mkdir_p=false
286
366
      if test -d "$1"; then
287
367
        test -d "$1/.";
288
368
      else
289
 
        case $1 in
 
369
        case $1 in #(
290
370
        -*)set "./$1";;
291
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
373
        ???[sx]*):;;*)false;;esac;fi
294
374
    '\'' sh
295
375
  '
304
384
 
305
385
 
306
386
exec 6>&1
307
 
 
308
 
# Save the log message, to keep $[0] and so on meaningful, and to
 
387
## ----------------------------------- ##
 
388
## Main body of $CONFIG_STATUS script. ##
 
389
## ----------------------------------- ##
 
390
# Save the log message, to keep $0 and so on meaningful, and to
309
391
# report actual input values of CONFIG_FILES etc. instead of their
310
392
# values after options handling.
311
393
ac_log="
312
 
This file was extended by mountall $as_me 0.1.0, which was
313
 
generated by GNU Autoconf 2.63.  Invocation command line was
 
394
This file was extended by mountall $as_me 0.1, which was
 
395
generated by GNU Autoconf 2.64.  Invocation command line was
314
396
 
315
397
  CONFIG_FILES    = $CONFIG_FILES
316
398
  CONFIG_HEADERS  = $CONFIG_HEADERS
327
409
config_commands=" depfiles libtool po-directories"
328
410
 
329
411
ac_cs_usage="\
330
 
\`$as_me' instantiates files from templates according to the
331
 
current configuration.
 
412
\`$as_me' instantiates files and other configuration actions
 
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
418
  -h, --help       print this help, then exit
336
419
  -V, --version    print version number and configuration settings, then exit
352
435
Configuration commands:
353
436
$config_commands
354
437
 
355
 
Report bugs to <bug-autoconf@gnu.org>."
 
438
Report bugs to <ubuntu-devel@lists.ubuntu.com>."
356
439
 
357
440
ac_cs_version="\
358
 
mountall config.status 0.1.0
359
 
configured by ./configure, generated by GNU Autoconf 2.63,
360
 
  with options \"'--build=x86_64-linux-gnu' 'CFLAGS=-Wall -g -fstack-protector -fPIE -Os' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now -pie -Wl,-O1' '--prefix=/usr' '--exec-prefix=' '--sysconfdir=/etc' '--localstatedir=/var/lib' 'build_alias=x86_64-linux-gnu'\"
 
441
mountall config.status 0.1
 
442
configured by ./configure, generated by GNU Autoconf 2.64,
 
443
  with options \"'--build=i486-linux-gnu' 'CFLAGS=-Wall -g -fstack-protector -fPIE -Os' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now -pie -Wl,-O1' '--prefix=/usr' '--exec-prefix=' '--sysconfdir=/etc' '--localstatedir=/var/lib' 'build_alias=i486-linux-gnu' 'CPPFLAGS='\"
361
444
 
362
 
Copyright (C) 2008 Free Software Foundation, Inc.
 
445
Copyright (C) 2009 Free Software Foundation, Inc.
363
446
This config.status script is free software; the Free Software Foundation
364
447
gives unlimited permission to copy, distribute and modify it."
365
448
 
399
482
    case $ac_optarg in
400
483
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
401
484
    esac
402
 
    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
 
485
    as_fn_append CONFIG_FILES " '$ac_optarg'"
403
486
    ac_need_defaults=false;;
404
487
  --header | --heade | --head | --hea )
405
488
    $ac_shift
406
489
    case $ac_optarg in
407
490
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
408
491
    esac
409
 
    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
 
492
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
410
493
    ac_need_defaults=false;;
411
494
  --he | --h)
412
495
    # Conflict between --help and --header
413
 
    { $as_echo "$as_me: error: ambiguous option: $1
414
 
Try \`$0 --help' for more information." >&2
415
 
   { (exit 1); exit 1; }; };;
 
496
    as_fn_error "ambiguous option: \`$1'
 
497
Try \`$0 --help' for more information.";;
416
498
  --help | --hel | -h )
417
499
    $as_echo "$ac_cs_usage"; exit ;;
418
500
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
420
502
    ac_cs_silent=: ;;
421
503
 
422
504
  # This is an error.
423
 
  -*) { $as_echo "$as_me: error: unrecognized option: $1
424
 
Try \`$0 --help' for more information." >&2
425
 
   { (exit 1); exit 1; }; } ;;
 
505
  -*) as_fn_error "unrecognized option: \`$1'
 
506
Try \`$0 --help' for more information." ;;
426
507
 
427
 
  *) ac_config_targets="$ac_config_targets $1"
 
508
  *) as_fn_append ac_config_targets " $1"
428
509
     ac_need_defaults=false ;;
429
510
 
430
511
  esac
439
520
fi
440
521
 
441
522
if $ac_cs_recheck; then
442
 
  set X '/bin/bash' './configure'  '--build=x86_64-linux-gnu' 'CFLAGS=-Wall -g -fstack-protector -fPIE -Os' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now -pie -Wl,-O1' '--prefix=/usr' '--exec-prefix=' '--sysconfdir=/etc' '--localstatedir=/var/lib' 'build_alias=x86_64-linux-gnu' $ac_configure_extra_args --no-create --no-recursion
 
523
  set X '/bin/bash' './configure'  '--build=i486-linux-gnu' 'CFLAGS=-Wall -g -fstack-protector -fPIE -Os' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now -pie -Wl,-O1' '--prefix=/usr' '--exec-prefix=' '--sysconfdir=/etc' '--localstatedir=/var/lib' 'build_alias=i486-linux-gnu' 'CPPFLAGS=' $ac_configure_extra_args --no-create --no-recursion
443
524
  shift
444
525
  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
445
526
  CONFIG_SHELL='/bin/bash'
476
557
pic_mode='default'
477
558
enable_fast_install='yes'
478
559
host_alias=''
479
 
host='x86_64-pc-linux-gnu'
 
560
host='i486-pc-linux-gnu'
480
561
host_os='linux-gnu'
481
 
build_alias='x86_64-linux-gnu'
482
 
build='x86_64-pc-linux-gnu'
 
562
build_alias='i486-linux-gnu'
 
563
build='i486-pc-linux-gnu'
483
564
build_os='linux-gnu'
484
565
SED='/bin/sed'
485
566
Xsed='/bin/sed -e 1s/^X//'
486
567
GREP='/bin/grep'
487
568
EGREP='/bin/grep -E'
488
569
FGREP='/bin/grep -F'
489
 
LD='/usr/bin/ld -m elf_x86_64'
 
570
LD='/usr/bin/ld'
490
571
NM='/usr/bin/nm -B'
491
572
LN_S='ln -s'
492
 
max_cmd_len='3458764513820540925'
 
573
max_cmd_len='805306365'
493
574
ac_objext='o'
494
575
exeext=''
495
576
lt_unset='unset'
522
603
lt_prog_compiler_no_builtin_flag=' -fno-builtin'
523
604
lt_prog_compiler_wl='-Wl,'
524
605
lt_prog_compiler_pic=' -fPIC -DPIC'
525
 
lt_prog_compiler_static=''
 
606
lt_prog_compiler_static='-static'
526
607
lt_cv_prog_compiler_c_o='yes'
527
608
need_locks='no'
528
609
DSYMUTIL=''
559
640
hardcode_shlibpath_var='unsupported'
560
641
hardcode_automatic='no'
561
642
inherit_rpath='no'
562
 
link_all_deplibs='unknown'
 
643
link_all_deplibs='no'
563
644
fix_srcfile_path=''
564
645
always_export_symbols='no'
565
646
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
582
663
finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
583
664
finish_eval=''
584
665
hardcode_into_libs='yes'
585
 
sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/4.3.3 /usr/lib /lib'
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 '
 
666
sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.4.1 /usr/lib /lib /usr/lib/i486-linux-gnu'
 
667
sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib '
587
668
hardcode_action='immediate'
588
669
enable_dlopen='unknown'
589
670
enable_dlopen_self='unknown'
637
718
 
638
719
 
639
720
    PACKAGE='mountall'
640
 
    VERSION='0.1.0'
 
721
    VERSION='0.1'
641
722
    TIMESTAMP=''
642
723
    RM='rm -f'
643
724
    ofile='libtool'
673
754
    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
674
755
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
675
756
 
676
 
  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
677
 
$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
678
 
   { (exit 1); exit 1; }; };;
 
757
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
679
758
  esac
680
759
done
681
760
 
702
781
  trap 'exit_status=$?
703
782
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
704
783
' 0
705
 
  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
784
  trap 'as_fn_exit 1' 1 2 13 15
706
785
}
707
786
# Create a (secure) tmp directory for tmp files.
708
787
 
713
792
{
714
793
  tmp=./conf$$-$RANDOM
715
794
  (umask 077 && mkdir "$tmp")
716
 
} ||
717
 
{
718
 
   $as_echo "$as_me: cannot create a temporary directory in ." >&2
719
 
   { (exit 1); exit 1; }
720
 
}
 
795
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
721
796
 
722
797
# Set up the scripts for CONFIG_FILES section.
723
798
# No need to generate them if there are no CONFIG_FILES.
725
800
if test -n "$CONFIG_FILES"; then
726
801
 
727
802
 
728
 
ac_cr='
 
 
b"'"
 
803
ac_cr=`echo X | tr X '\015'`
 
804
# On cygwin, bash can eat \r inside `` if the user requested igncr.
 
805
# But we know of no other shell where ac_cr would be empty at this
 
806
# point, so we can use a bashism as a fallback.
 
807
if test "x$ac_cr" = x; then
 
808
  eval ac_cr=\$\'\\r\'
 
809
fi
729
810
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
730
811
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
731
 
  ac_cs_awk_cr='\\r'
 
812
  ac_cs_awk_cr='\r'
732
813
else
733
814
  ac_cs_awk_cr=$ac_cr
734
815
fi
735
816
 
736
817
echo 'BEGIN {' >"$tmp/subs1.awk" &&
737
818
cat >>"$tmp/subs1.awk" <<\_ACAWK &&
 
819
S["am__EXEEXT_FALSE"]=""
 
820
S["am__EXEEXT_TRUE"]="#"
738
821
S["LTLIBOBJS"]=""
739
822
S["LIBOBJS"]=""
740
823
S["UDEV_LIBS"]="-ludev  "
804
887
S["NM"]="/usr/bin/nm -B"
805
888
S["ac_ct_DUMPBIN"]=""
806
889
S["DUMPBIN"]=""
807
 
S["LD"]="/usr/bin/ld -m elf_x86_64"
 
890
S["LD"]="/usr/bin/ld"
808
891
S["FGREP"]="/bin/grep -F"
809
892
S["SED"]="/bin/sed"
810
893
S["host_os"]="linux-gnu"
811
894
S["host_vendor"]="pc"
812
 
S["host_cpu"]="x86_64"
813
 
S["host"]="x86_64-pc-linux-gnu"
 
895
S["host_cpu"]="i486"
 
896
S["host"]="i486-pc-linux-gnu"
814
897
S["build_os"]="linux-gnu"
815
898
S["build_vendor"]="pc"
816
 
S["build_cpu"]="x86_64"
817
 
S["build"]="x86_64-pc-linux-gnu"
 
899
S["build_cpu"]="i486"
 
900
S["build"]="i486-pc-linux-gnu"
818
901
S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool"
819
902
S["am__fastdepCC_FALSE"]="#"
820
903
S["am__fastdepCC_TRUE"]=""
835
918
S["MKDIR_P"]="/bin/mkdir -p"
836
919
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
837
920
S["STRIP"]="strip"
838
 
S["install_sh"]="$(SHELL) /home/scott/work/native-upstart/mountall/install-sh"
 
921
S["install_sh"]="${SHELL} /home/scott/work/native-upstart/mountall/install-sh"
839
922
S["MAKEINFO"]="${SHELL} /home/scott/work/native-upstart/mountall/missing --run makeinfo"
840
923
S["AUTOHEADER"]="${SHELL} /home/scott/work/native-upstart/mountall/missing --run autoheader"
841
 
S["AUTOMAKE"]="${SHELL} /home/scott/work/native-upstart/mountall/missing --run automake-1.10"
 
924
S["AUTOMAKE"]="${SHELL} /home/scott/work/native-upstart/mountall/missing --run automake-1.11"
842
925
S["AUTOCONF"]="${SHELL} /home/scott/work/native-upstart/mountall/missing --run autoconf"
843
 
S["ACLOCAL"]="${SHELL} /home/scott/work/native-upstart/mountall/missing --run aclocal-1.10"
844
 
S["VERSION"]="0.1.0"
 
926
S["ACLOCAL"]="${SHELL} /home/scott/work/native-upstart/mountall/missing --run aclocal-1.11"
 
927
S["VERSION"]="0.1"
845
928
S["PACKAGE"]="mountall"
846
929
S["CYGPATH_W"]="echo"
847
930
S["am__isrc"]=""
860
943
S["CC"]="gcc -std=gnu99"
861
944
S["target_alias"]=""
862
945
S["host_alias"]=""
863
 
S["build_alias"]="x86_64-linux-gnu"
 
946
S["build_alias"]="i486-linux-gnu"
864
947
S["LIBS"]=""
865
948
S["ECHO_T"]=""
866
949
S["ECHO_N"]="-n"
889
972
S["program_transform_name"]="s,x,x,"
890
973
S["prefix"]="/usr"
891
974
S["exec_prefix"]=""
 
975
S["PACKAGE_URL"]=""
892
976
S["PACKAGE_BUGREPORT"]="ubuntu-devel@lists.ubuntu.com"
893
 
S["PACKAGE_STRING"]="mountall 0.1.0"
894
 
S["PACKAGE_VERSION"]="0.1.0"
 
977
S["PACKAGE_STRING"]="mountall 0.1"
 
978
S["PACKAGE_VERSION"]="0.1"
895
979
S["PACKAGE_TARNAME"]="mountall"
896
980
S["PACKAGE_NAME"]="mountall"
897
981
S["PATH_SEPARATOR"]=":"
928
1012
else
929
1013
  cat
930
1014
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
931
 
  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
932
 
$as_echo "$as_me: error: could not setup config files machinery" >&2;}
933
 
   { (exit 1); exit 1; }; }
 
1015
  || as_fn_error "could not setup config files machinery" "$LINENO" 5
934
1016
fi # test -n "$CONFIG_FILES"
935
1017
 
936
1018
# Set up the scripts for CONFIG_HEADERS section.
941
1023
BEGIN {
942
1024
D["PACKAGE_NAME"]=" \"mountall\""
943
1025
D["PACKAGE_TARNAME"]=" \"mountall\""
944
 
D["PACKAGE_VERSION"]=" \"0.1.0\""
945
 
D["PACKAGE_STRING"]=" \"mountall 0.1.0\""
 
1026
D["PACKAGE_VERSION"]=" \"0.1\""
 
1027
D["PACKAGE_STRING"]=" \"mountall 0.1\""
946
1028
D["PACKAGE_BUGREPORT"]=" \"ubuntu-devel@lists.ubuntu.com\""
 
1029
D["PACKAGE_URL"]=" \"\""
947
1030
D["PACKAGE_COPYRIGHT"]=" \"Copyright (C) 2009 Canonical Ltd.\""
948
1031
D["STDC_HEADERS"]=" 1"
949
1032
D["HAVE_SYS_TYPES_H"]=" 1"
961
1044
D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
962
1045
D["_TANDEM_SOURCE"]=" 1"
963
1046
D["PACKAGE"]=" \"mountall\""
964
 
D["VERSION"]=" \"0.1.0\""
 
1047
D["VERSION"]=" \"0.1\""
965
1048
D["HAVE_DLFCN_H"]=" 1"
966
1049
D["LT_OBJDIR"]=" \".libs/\""
967
1050
D["HAVE_VISIBILITY"]=" 1"
1037
1120
D["HAVE_DCGETTEXT"]=" 1"
1038
1121
D["HAVE_VALGRIND_VALGRIND_H"]=" 1"
1039
1122
D["__thread"]=" /**/"
 
1123
D["_FILE_OFFSET_BITS"]=" 64"
1040
1124
  for (key in D) D_is_set[key] = 1
1041
1125
  FS = ""
1042
1126
}
1069
1153
}
1070
1154
{ print }
1071
1155
_ACAWK
1072
 
  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
1073
 
$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
1074
 
   { (exit 1); exit 1; }; }
 
1156
  as_fn_error "could not setup config headers machinery" "$LINENO" 5
1075
1157
fi # test -n "$CONFIG_HEADERS"
1076
1158
 
1077
1159
 
1084
1166
  esac
1085
1167
  case $ac_mode$ac_tag in
1086
1168
  :[FHL]*:*);;
1087
 
  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
1088
 
$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
1089
 
   { (exit 1); exit 1; }; };;
 
1169
  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
1090
1170
  :[FH]-) ac_tag=-:-;;
1091
1171
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1092
1172
  esac
1114
1194
           [\\/$]*) false;;
1115
1195
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1116
1196
           esac ||
1117
 
           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
1118
 
$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1119
 
   { (exit 1); exit 1; }; };;
 
1197
           as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
1120
1198
      esac
1121
1199
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1122
 
      ac_file_inputs="$ac_file_inputs '$ac_f'"
 
1200
      as_fn_append ac_file_inputs " '$ac_f'"
1123
1201
    done
1124
1202
 
1125
1203
    # Let's still pretend it is `configure' which instantiates (i.e., don't
1130
1208
        `' by configure.'
1131
1209
    if test x"$ac_file" != x-; then
1132
1210
      configure_input="$ac_file.  $configure_input"
1133
 
      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
 
1211
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
1134
1212
$as_echo "$as_me: creating $ac_file" >&6;}
1135
1213
    fi
1136
1214
    # Neutralize special characters interpreted by sed in replacement strings.
1143
1221
 
1144
1222
    case $ac_tag in
1145
1223
    *:-:* | *:-) cat >"$tmp/stdin" \
1146
 
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1147
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1148
 
   { (exit 1); exit 1; }; } ;;
 
1224
      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
1149
1225
    esac
1150
1226
    ;;
1151
1227
  esac
1173
1249
            q
1174
1250
          }
1175
1251
          s/.*/./; q'`
1176
 
  { as_dir="$ac_dir"
1177
 
  case $as_dir in #(
1178
 
  -*) as_dir=./$as_dir;;
1179
 
  esac
1180
 
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1181
 
    as_dirs=
1182
 
    while :; do
1183
 
      case $as_dir in #(
1184
 
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1185
 
      *) as_qdir=$as_dir;;
1186
 
      esac
1187
 
      as_dirs="'$as_qdir' $as_dirs"
1188
 
      as_dir=`$as_dirname -- "$as_dir" ||
1189
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1190
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
1191
 
         X"$as_dir" : 'X\(//\)$' \| \
1192
 
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1193
 
$as_echo X"$as_dir" |
1194
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1195
 
            s//\1/
1196
 
            q
1197
 
          }
1198
 
          /^X\(\/\/\)[^/].*/{
1199
 
            s//\1/
1200
 
            q
1201
 
          }
1202
 
          /^X\(\/\/\)$/{
1203
 
            s//\1/
1204
 
            q
1205
 
          }
1206
 
          /^X\(\/\).*/{
1207
 
            s//\1/
1208
 
            q
1209
 
          }
1210
 
          s/.*/./; q'`
1211
 
      test -d "$as_dir" && break
1212
 
    done
1213
 
    test -z "$as_dirs" || eval "mkdir $as_dirs"
1214
 
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1215
 
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1216
 
   { (exit 1); exit 1; }; }; }
 
1252
  as_dir="$ac_dir"; as_fn_mkdir_p
1217
1253
  ac_builddir=.
1218
1254
 
1219
1255
case "$ac_dir" in
1267
1303
# If the template does not know about datarootdir, expand it.
1268
1304
# FIXME: This hack should be removed a few years after 2.60.
1269
1305
ac_datarootdir_hack=; ac_datarootdir_seen=
1270
 
 
1271
1306
ac_sed_dataroot='
1272
1307
/datarootdir/ {
1273
1308
  p
1277
1312
/@docdir@/p
1278
1313
/@infodir@/p
1279
1314
/@localedir@/p
1280
 
/@mandir@/p
1281
 
'
 
1315
/@mandir@/p'
1282
1316
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1283
1317
*datarootdir*) ac_datarootdir_seen=yes;;
1284
1318
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1285
 
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
1319
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1286
1320
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1287
1321
  ac_datarootdir_hack='
1288
1322
  s&@datadir@&${datarootdir}&g
1290
1324
  s&@infodir@&${datarootdir}/info&g
1291
1325
  s&@localedir@&${datarootdir}/locale&g
1292
1326
  s&@mandir@&${datarootdir}/man&g
1293
 
    s&\${datarootdir}&${prefix}/share&g' ;;
 
1327
  s&\${datarootdir}&${prefix}/share&g' ;;
1294
1328
esac
1295
1329
ac_sed_extra="/^[        ]*VPATH[        ]*=/{
1296
1330
s/:*\$(srcdir):*/:/
1318
1352
$ac_datarootdir_hack
1319
1353
"
1320
1354
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1321
 
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1322
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1323
 
   { (exit 1); exit 1; }; }
 
1355
  || as_fn_error "could not create $ac_file" "$LINENO" 5
1324
1356
 
1325
1357
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1326
1358
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1327
1359
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1328
 
  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
1360
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1329
1361
which seems to be undefined.  Please make sure it is defined." >&5
1330
1362
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1331
1363
which seems to be undefined.  Please make sure it is defined." >&2;}
1335
1367
  -) cat "$tmp/out" && rm -f "$tmp/out";;
1336
1368
  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1337
1369
  esac \
1338
 
  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1339
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1340
 
   { (exit 1); exit 1; }; }
 
1370
  || as_fn_error "could not create $ac_file" "$LINENO" 5
1341
1371
 ;;
1342
1372
  :H)
1343
1373
  #
1348
1378
      $as_echo "/* $configure_input  */" \
1349
1379
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1350
1380
    } >"$tmp/config.h" \
1351
 
      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1352
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1353
 
   { (exit 1); exit 1; }; }
 
1381
      || as_fn_error "could not create $ac_file" "$LINENO" 5
1354
1382
    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1355
 
      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
1383
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
1356
1384
$as_echo "$as_me: $ac_file is unchanged" >&6;}
1357
1385
    else
1358
1386
      rm -f "$ac_file"
1359
1387
      mv "$tmp/config.h" "$ac_file" \
1360
 
        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
1361
 
$as_echo "$as_me: error: could not create $ac_file" >&2;}
1362
 
   { (exit 1); exit 1; }; }
 
1388
        || as_fn_error "could not create $ac_file" "$LINENO" 5
1363
1389
    fi
1364
1390
  else
1365
1391
    $as_echo "/* $configure_input  */" \
1366
1392
      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1367
 
      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
1368
 
$as_echo "$as_me: error: could not create -" >&2;}
1369
 
   { (exit 1); exit 1; }; }
 
1393
      || as_fn_error "could not create -" "$LINENO" 5
1370
1394
  fi
1371
1395
# Compute "$ac_file"'s index in $config_headers.
1372
1396
_am_arg="$ac_file"
1404
1428
          s/.*/./; q'`/stamp-h$_am_stamp_count
1405
1429
 ;;
1406
1430
 
1407
 
  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
 
1431
  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
1408
1432
$as_echo "$as_me: executing $ac_file commands" >&6;}
1409
1433
 ;;
1410
1434
  esac
1499
1523
            q
1500
1524
          }
1501
1525
          s/.*/./; q'`
1502
 
      { as_dir=$dirpart/$fdir
1503
 
  case $as_dir in #(
1504
 
  -*) as_dir=./$as_dir;;
1505
 
  esac
1506
 
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1507
 
    as_dirs=
1508
 
    while :; do
1509
 
      case $as_dir in #(
1510
 
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1511
 
      *) as_qdir=$as_dir;;
1512
 
      esac
1513
 
      as_dirs="'$as_qdir' $as_dirs"
1514
 
      as_dir=`$as_dirname -- "$as_dir" ||
1515
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1516
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
1517
 
         X"$as_dir" : 'X\(//\)$' \| \
1518
 
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1519
 
$as_echo X"$as_dir" |
1520
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1521
 
            s//\1/
1522
 
            q
1523
 
          }
1524
 
          /^X\(\/\/\)[^/].*/{
1525
 
            s//\1/
1526
 
            q
1527
 
          }
1528
 
          /^X\(\/\/\)$/{
1529
 
            s//\1/
1530
 
            q
1531
 
          }
1532
 
          /^X\(\/\).*/{
1533
 
            s//\1/
1534
 
            q
1535
 
          }
1536
 
          s/.*/./; q'`
1537
 
      test -d "$as_dir" && break
1538
 
    done
1539
 
    test -z "$as_dirs" || eval "mkdir $as_dirs"
1540
 
  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
1541
 
$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1542
 
   { (exit 1); exit 1; }; }; }
 
1526
      as_dir=$dirpart/$fdir; as_fn_mkdir_p
1543
1527
      # echo "creating $dirpart/$file"
1544
1528
      echo '# dummy' > "$dirpart/$file"
1545
1529
    done
2299
2283
done # for ac_tag
2300
2284
 
2301
2285
 
2302
 
{ (exit 0); exit 0; }
 
2286
as_fn_exit 0