~ubuntu-branches/ubuntu/raring/gnome-photo-printer/raring

« back to all changes in this revision

Viewing changes to config.status.lineno

  • Committer: Bazaar Package Importer
  • Author(s): Michael Schlueter
  • Date: 2006-12-04 20:34:59 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061204203459-iezl9zaj52l0ufb4
Tags: 0.6.7-1
* New upstream release
* Bug fix: "gnome-photo-printer: changing bottom margin has no effect on
  output", thanks to Rick Pasotto (Closes: #394545).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
# Generated by configure.
 
3
# Run this file to recreate the current configuration.
 
4
# Compiler output produced by configure, useful for debugging
 
5
# configure, is in config.log if it exists.
 
6
 
 
7
debug=false
 
8
ac_cs_recheck=false
 
9
ac_cs_silent=false
 
10
SHELL=${CONFIG_SHELL-/bin/sh}
 
11
## --------------------- ##
 
12
## M4sh Initialization.  ##
 
13
## --------------------- ##
 
14
 
 
15
# Be Bourne compatible
 
16
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
17
  emulate sh
 
18
  NULLCMD=:
 
19
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
20
  # is contrary to our usage.  Disable this feature.
 
21
  alias -g '${1+"$@"}'='"$@"'
 
22
  setopt NO_GLOB_SUBST
 
23
else
 
24
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 
25
fi
 
26
BIN_SH=xpg4; export BIN_SH # for Tru64
 
27
DUALCASE=1; export DUALCASE # for MKS sh
 
28
 
 
29
 
 
30
# PATH needs CR
 
31
# Avoid depending upon Character Ranges.
 
32
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
33
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
34
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
35
as_cr_digits='0123456789'
 
36
as_cr_alnum=$as_cr_Letters$as_cr_digits
 
37
 
 
38
# The user is always right.
 
39
if test "${PATH_SEPARATOR+set}" != set; then
 
40
  echo "#! /bin/sh" >conf$$.sh
 
41
  echo  "exit 0"   >>conf$$.sh
 
42
  chmod +x conf$$.sh
 
43
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
44
    PATH_SEPARATOR=';'
 
45
  else
 
46
    PATH_SEPARATOR=:
 
47
  fi
 
48
  rm -f conf$$.sh
 
49
fi
 
50
 
 
51
# Support unset when possible.
 
52
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
53
  as_unset=unset
 
54
else
 
55
  as_unset=false
 
56
fi
 
57
 
 
58
 
 
59
# IFS
 
60
# We need space, tab and new line, in precisely that order.  Quoting is
 
61
# there to prevent editors from complaining about space-tab.
 
62
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
63
# splitting by setting IFS to empty value.)
 
64
as_nl='
 
65
'
 
66
IFS=" ""        $as_nl"
 
67
 
 
68
# Find who we are.  Look in the path if we contain no directory separator.
 
69
case $0 in
 
70
  *[\\/]* ) as_myself=$0 ;;
 
71
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
72
for as_dir in $PATH
 
73
do
 
74
  IFS=$as_save_IFS
 
75
  test -z "$as_dir" && as_dir=.
 
76
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
77
done
 
78
IFS=$as_save_IFS
 
79
 
 
80
     ;;
 
81
esac
 
82
# We did not find ourselves, most probably we were run as `sh COMMAND'
 
83
# in which case we are not to be found in the path.
 
84
if test "x$as_myself" = x; then
 
85
  as_myself=$0
 
86
fi
 
87
if test ! -f "$as_myself"; then
 
88
  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
89
  { (exit 1); exit 1; }
 
90
fi
 
91
 
 
92
# Work around bugs in pre-3.0 UWIN ksh.
 
93
for as_var in ENV MAIL MAILPATH
 
94
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
95
done
 
96
PS1='$ '
 
97
PS2='> '
 
98
PS4='+ '
 
99
 
 
100
# NLS nuisances.
 
101
for as_var in \
 
102
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
103
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
104
  LC_TELEPHONE LC_TIME
 
105
do
 
106
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
107
    eval $as_var=C; export $as_var
 
108
  else
 
109
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
110
  fi
 
111
done
 
112
 
 
113
# Required to use basename.
 
114
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
115
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
116
  as_expr=expr
 
117
else
 
118
  as_expr=false
 
119
fi
 
120
 
 
121
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
122
  as_basename=basename
 
123
else
 
124
  as_basename=false
 
125
fi
 
126
 
 
127
 
 
128
# Name of the executable.
 
129
as_me=`$as_basename -- "$0" ||
 
130
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
131
         X"$0" : 'X\(//\)$' \| \
 
132
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
133
echo X/"$0" |
 
134
    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
135
            s//\1/
 
136
            q
 
137
          }
 
138
          /^X\/\(\/\/\)$/{
 
139
            s//\1/
 
140
            q
 
141
          }
 
142
          /^X\/\(\/\).*/{
 
143
            s//\1/
 
144
            q
 
145
          }
 
146
          s/.*/./; q'`
 
147
 
 
148
# CDPATH.
 
149
$as_unset CDPATH
 
150
 
 
151
 
 
152
 
 
153
  as_lineno_1=153
 
154
  as_lineno_2=154
 
155
  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
156
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 
157
 
 
158
  # Create $as_me.lineno as a copy of $as_myself, but with 158
 
159
  # uniformly replaced by the line number.  The first 'sed' inserts a
 
160
  # line-number line after each line using 160; the second 'sed'
 
161
  # does the real work.  The second script uses 'N' to pair each
 
162
  # line-number line with the line containing 162, and appends
 
163
  # trailing '-' during substitution so that 163 is not a special
 
164
  # case at line end.
 
165
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
166
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
167
  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
168
  sed -n '
 
169
    p
 
170
    /[$]LINENO/=
 
171
  ' <$as_myself |
 
172
    sed '
 
173
      s/[$]LINENO.*/&-/
 
174
      t lineno
 
175
      b
 
176
      :lineno
 
177
      N
 
178
      :loop
 
179
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 
180
      t loop
 
181
      s/-\n.*//
 
182
    ' >$as_me.lineno &&
 
183
  chmod +x "$as_me.lineno" ||
 
184
    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
185
   { (exit 1); exit 1; }; }
 
186
 
 
187
  # Don't try to exec as it changes $[0], causing all sort of problems
 
188
  # (the dirname of $[0] is not the place where we might find the
 
189
  # original and so on.  Autoconf is especially sensitive to this).
 
190
  . "./$as_me.lineno"
 
191
  # Exit status is that of the last command.
 
192
  exit
 
193
}
 
194
 
 
195
 
 
196
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
197
  as_dirname=dirname
 
198
else
 
199
  as_dirname=false
 
200
fi
 
201
 
 
202
ECHO_C= ECHO_N= ECHO_T=
 
203
case `echo -n x` in
 
204
-n*)
 
205
  case `echo 'x\c'` in
 
206
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
 
207
  *)   ECHO_C='\c';;
 
208
  esac;;
 
209
*)
 
210
  ECHO_N='-n';;
 
211
esac
 
212
 
 
213
if expr a : '\(a\)' >/dev/null 2>&1 &&
 
214
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
215
  as_expr=expr
 
216
else
 
217
  as_expr=false
 
218
fi
 
219
 
 
220
rm -f conf$$ conf$$.exe conf$$.file
 
221
if test -d conf$$.dir; then
 
222
  rm -f conf$$.dir/conf$$.file
 
223
else
 
224
  rm -f conf$$.dir
 
225
  mkdir conf$$.dir
 
226
fi
 
227
echo >conf$$.file
 
228
if ln -s conf$$.file conf$$ 2>/dev/null; then
 
229
  as_ln_s='ln -s'
 
230
  # ... but there are two gotchas:
 
231
  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
232
  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
233
  # In both cases, we have to default to `cp -p'.
 
234
  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
235
    as_ln_s='cp -p'
 
236
elif ln conf$$.file conf$$ 2>/dev/null; then
 
237
  as_ln_s=ln
 
238
else
 
239
  as_ln_s='cp -p'
 
240
fi
 
241
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
242
rmdir conf$$.dir 2>/dev/null
 
243
 
 
244
if mkdir -p . 2>/dev/null; then
 
245
  as_mkdir_p=:
 
246
else
 
247
  test -d ./-p && rmdir ./-p
 
248
  as_mkdir_p=false
 
249
fi
 
250
 
 
251
# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
 
252
# systems may use methods other than mode bits to determine executability.
 
253
cat >conf$$.file <<_ASEOF
 
254
#! /bin/sh
 
255
exit 0
 
256
_ASEOF
 
257
chmod +x conf$$.file
 
258
if test -x conf$$.file >/dev/null 2>&1; then
 
259
  as_executable_p="test -x"
 
260
else
 
261
  as_executable_p=:
 
262
fi
 
263
rm -f conf$$.file
 
264
 
 
265
# Sed expression to map a string onto a valid CPP name.
 
266
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
267
 
 
268
# Sed expression to map a string onto a valid variable name.
 
269
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
270
 
 
271
 
 
272
exec 6>&1
 
273
 
 
274
# Save the log message, to keep $[0] and so on meaningful, and to
 
275
# report actual input values of CONFIG_FILES etc. instead of their
 
276
# values after options handling.
 
277
ac_log="
 
278
This file was extended by gnome-photo-printer $as_me 0.6.7, which was
 
279
generated by GNU Autoconf 2.60.  Invocation command line was
 
280
 
 
281
  CONFIG_FILES    = $CONFIG_FILES
 
282
  CONFIG_HEADERS  = $CONFIG_HEADERS
 
283
  CONFIG_LINKS    = $CONFIG_LINKS
 
284
  CONFIG_COMMANDS = $CONFIG_COMMANDS
 
285
  $ $0 $@
 
286
 
 
287
on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
288
"
 
289
 
 
290
# Files that config.status was made for.
 
291
config_files=" gpp.spec VERSION Makefile src/Makefile glade/Makefile pixmaps/Makefile"
 
292
config_headers=" config.h"
 
293
config_commands=" depfiles"
 
294
 
 
295
ac_cs_usage="\
 
296
\`$as_me' instantiates files from templates according to the
 
297
current configuration.
 
298
 
 
299
Usage: $0 [OPTIONS] [FILE]...
 
300
 
 
301
  -h, --help       print this help, then exit
 
302
  -V, --version    print version number, then exit
 
303
  -q, --quiet      do not print progress messages
 
304
  -d, --debug      don't remove temporary files
 
305
      --recheck    update $as_me by reconfiguring in the same conditions
 
306
  --file=FILE[:TEMPLATE]
 
307
                   instantiate the configuration file FILE
 
308
  --header=FILE[:TEMPLATE]
 
309
                   instantiate the configuration header FILE
 
310
 
 
311
Configuration files:
 
312
$config_files
 
313
 
 
314
Configuration headers:
 
315
$config_headers
 
316
 
 
317
Configuration commands:
 
318
$config_commands
 
319
 
 
320
Report bugs to <bug-autoconf@gnu.org>."
 
321
 
 
322
ac_cs_version="\
 
323
gnome-photo-printer config.status 0.6.7
 
324
configured by ./configure, generated by GNU Autoconf 2.60,
 
325
  with options \"\"
 
326
 
 
327
Copyright (C) 2006 Free Software Foundation, Inc.
 
328
This config.status script is free software; the Free Software Foundation
 
329
gives unlimited permission to copy, distribute and modify it."
 
330
 
 
331
ac_pwd='/home/basti/src/gpp-0.6.7'
 
332
srcdir='.'
 
333
INSTALL='/usr/bin/install -c'
 
334
# If no file are specified by the user, then we need to provide default
 
335
# value.  By we need to know if files were specified by the user.
 
336
ac_need_defaults=:
 
337
while test $# != 0
 
338
do
 
339
  case $1 in
 
340
  --*=*)
 
341
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
342
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
343
    ac_shift=:
 
344
    ;;
 
345
  *)
 
346
    ac_option=$1
 
347
    ac_optarg=$2
 
348
    ac_shift=shift
 
349
    ;;
 
350
  esac
 
351
 
 
352
  case $ac_option in
 
353
  # Handling of the options.
 
354
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
355
    ac_cs_recheck=: ;;
 
356
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
357
    echo "$ac_cs_version"; exit ;;
 
358
  --debug | --debu | --deb | --de | --d | -d )
 
359
    debug=: ;;
 
360
  --file | --fil | --fi | --f )
 
361
    $ac_shift
 
362
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 
363
    ac_need_defaults=false;;
 
364
  --header | --heade | --head | --hea )
 
365
    $ac_shift
 
366
    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 
367
    ac_need_defaults=false;;
 
368
  --he | --h)
 
369
    # Conflict between --help and --header
 
370
    { echo "$as_me: error: ambiguous option: $1
 
371
Try \`$0 --help' for more information." >&2
 
372
   { (exit 1); exit 1; }; };;
 
373
  --help | --hel | -h )
 
374
    echo "$ac_cs_usage"; exit ;;
 
375
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
376
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
377
    ac_cs_silent=: ;;
 
378
 
 
379
  # This is an error.
 
380
  -*) { echo "$as_me: error: unrecognized option: $1
 
381
Try \`$0 --help' for more information." >&2
 
382
   { (exit 1); exit 1; }; } ;;
 
383
 
 
384
  *) ac_config_targets="$ac_config_targets $1"
 
385
     ac_need_defaults=false ;;
 
386
 
 
387
  esac
 
388
  shift
 
389
done
 
390
 
 
391
ac_configure_extra_args=
 
392
 
 
393
if $ac_cs_silent; then
 
394
  exec 6>/dev/null
 
395
  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
396
fi
 
397
 
 
398
if $ac_cs_recheck; then
 
399
  echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " $ac_configure_extra_args " --no-create --no-recursion" >&6
 
400
  CONFIG_SHELL=/bin/sh
 
401
  export CONFIG_SHELL
 
402
  exec /bin/sh "./configure" $ac_configure_extra_args --no-create --no-recursion
 
403
fi
 
404
 
 
405
exec 5>>config.log
 
406
{
 
407
  echo
 
408
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
409
## Running $as_me. ##
 
410
_ASBOX
 
411
  echo "$ac_log"
 
412
} >&5
 
413
 
 
414
#
 
415
# INIT-COMMANDS
 
416
#
 
417
AMDEP_TRUE="" ac_aux_dir="."
 
418
 
 
419
 
 
420
# Handling of arguments.
 
421
for ac_config_target in $ac_config_targets
 
422
do
 
423
  case $ac_config_target in
 
424
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
425
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
426
    "gpp.spec") CONFIG_FILES="$CONFIG_FILES gpp.spec" ;;
 
427
    "VERSION") CONFIG_FILES="$CONFIG_FILES VERSION" ;;
 
428
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
429
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
 
430
    "glade/Makefile") CONFIG_FILES="$CONFIG_FILES glade/Makefile" ;;
 
431
    "pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES pixmaps/Makefile" ;;
 
432
 
 
433
  *) { { echo "$as_me:433: error: invalid argument: $ac_config_target" >&5
 
434
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
435
   { (exit 1); exit 1; }; };;
 
436
  esac
 
437
done
 
438
 
 
439
 
 
440
# If the user did not use the arguments to specify the items to instantiate,
 
441
# then the envvar interface is used.  Set only those that are not.
 
442
# We use the long form for the default assignment because of an extremely
 
443
# bizarre bug on SunOS 4.1.3.
 
444
if $ac_need_defaults; then
 
445
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
446
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
 
447
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 
448
fi
 
449
 
 
450
# Have a temporary directory for convenience.  Make it in the build tree
 
451
# simply because there is no reason against having it here, and in addition,
 
452
# creating and moving files from /tmp can sometimes cause problems.
 
453
# Hook for its removal unless debugging.
 
454
# Note that there is a small window in which the directory will not be cleaned:
 
455
# after its creation but before its name has been assigned to `$tmp'.
 
456
$debug ||
 
457
{
 
458
  tmp=
 
459
  trap 'exit_status=$?
 
460
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
461
' 0
 
462
  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
463
}
 
464
# Create a (secure) tmp directory for tmp files.
 
465
 
 
466
{
 
467
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
468
  test -n "$tmp" && test -d "$tmp"
 
469
}  ||
 
470
{
 
471
  tmp=./conf$$-$RANDOM
 
472
  (umask 077 && mkdir "$tmp")
 
473
} ||
 
474
{
 
475
   echo "$me: cannot create a temporary directory in ." >&2
 
476
   { (exit 1); exit 1; }
 
477
}
 
478
 
 
479
#
 
480
# Set up the sed scripts for CONFIG_FILES section.
 
481
#
 
482
 
 
483
# No need to generate the scripts if there are no CONFIG_FILES.
 
484
# This happens for instance when ./config.status config.h
 
485
if test -n "$CONFIG_FILES"; then
 
486
 
 
487
cat >"$tmp/subs-1.sed" <<\CEOF
 
488
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 
489
s,@SHELL@,|#_!!_#|/bin/sh,g
 
490
s,@PATH_SEPARATOR@,|#_!!_#|:,g
 
491
s,@PACKAGE_NAME@,|#_!!_#|gnome-photo-printer,g
 
492
s,@PACKAGE_TARNAME@,|#_!!_#|gpp,g
 
493
s,@PACKAGE_VERSION@,|#_!!_#|0.6.7,g
 
494
s,@PACKAGE_STRING@,|#_!!_#|gnome-photo-printer 0.6.7,g
 
495
s,@PACKAGE_BUGREPORT@,|#_!!_#|sv@|#_!!_#|fogman.de,g
 
496
s,@exec_prefix@,|#_!!_#|${prefix},g
 
497
s,@prefix@,|#_!!_#|/usr/local,g
 
498
s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
 
499
s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
 
500
s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
 
501
s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
 
502
s,@datarootdir@,|#_!!_#|${prefix}/share,g
 
503
s,@datadir@,|#_!!_#|${datarootdir},g
 
504
s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
 
505
s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
 
506
s,@localstatedir@,|#_!!_#|${prefix}/var,g
 
507
s,@includedir@,|#_!!_#|${prefix}/include,g
 
508
s,@oldincludedir@,|#_!!_#|/usr/include,g
 
509
s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE_TARNAME},g
 
510
s,@infodir@,|#_!!_#|${datarootdir}/info,g
 
511
s,@htmldir@,|#_!!_#|${docdir},g
 
512
s,@dvidir@,|#_!!_#|${docdir},g
 
513
s,@pdfdir@,|#_!!_#|${docdir},g
 
514
s,@psdir@,|#_!!_#|${docdir},g
 
515
s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
 
516
s,@localedir@,|#_!!_#|${datarootdir}/locale,g
 
517
s,@mandir@,|#_!!_#|${datarootdir}/man,g
 
518
s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
 
519
s,@ECHO_C@,|#_!!_#|,g
 
520
s,@ECHO_N@,|#_!!_#|-n,g
 
521
s,@ECHO_T@,|#_!!_#|,g
 
522
s,@LIBS@,|#_!!_#|,g
 
523
s,@build_alias@,|#_!!_#|,g
 
524
s,@host_alias@,|#_!!_#|,g
 
525
s,@target_alias@,|#_!!_#|,g
 
526
s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
 
527
s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
 
528
s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
 
529
s,@PACKAGE@,|#_!!_#|gpp,g
 
530
s,@VERSION@,|#_!!_#|0.6.7,g
 
531
s,@ACLOCAL@,|#_!!_#|${SHELL} /home/basti/src/gpp-0.6.7/missing --run aclocal-1.6,g
 
532
s,@AUTOCONF@,|#_!!_#|${SHELL} /home/basti/src/gpp-0.6.7/missing --run autoconf,g
 
533
s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/basti/src/gpp-0.6.7/missing --run automake-1.6,g
 
534
s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/basti/src/gpp-0.6.7/missing --run autoheader,g
 
535
s,@MAKEINFO@,|#_!!_#|${SHELL} /home/basti/src/gpp-0.6.7/missing --run makeinfo,g
 
536
s,@AMTAR@,|#_!!_#|${SHELL} /home/basti/src/gpp-0.6.7/missing --run tar,g
 
537
s,@install_sh@,|#_!!_#|/home/basti/src/gpp-0.6.7/install-sh,g
 
538
s,@STRIP@,|#_!!_#|,g
 
539
s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g
 
540
s,@AWK@,|#_!!_#|mawk,g
 
541
s,@SET_MAKE@,|#_!!_#|,g
 
542
s,@CC@,|#_!!_#|gcc,g
 
543
s,@CFLAGS@,|#_!!_#|-g -O2 -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/gnome-vfs-module-2.0   -g -O0 -Wall,g
 
544
s,@LDFLAGS@,|#_!!_#| -pthread -Wl\,--export-dynamic -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-keyring -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lglade-2.0 -lgnomeprintui-2-2 -lgnomeprint-2-2 -lz -lgnomecanvas-2 -lxml2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgnomevfs-2 -lgconf-2 -lgobject-2.0 -lORBit-2 -lm -lgthread-2.0 -lgmodule-2.0 -ldl -lglib-2.0  ,g
 
545
s,@CPPFLAGS@,|#_!!_#|,g
 
546
s,@ac_ct_CC@,|#_!!_#|gcc,g
 
547
s,@EXEEXT@,|#_!!_#|,g
 
548
s,@OBJEXT@,|#_!!_#|o,g
 
549
s,@DEPDIR@,|#_!!_#|.deps,g
 
550
s,@am__include@,|#_!!_#|include,g
 
551
s,@am__quote@,|#_!!_#|,g
 
552
s,@AMDEP_TRUE@,|#_!!_#|,g
 
553
s,@AMDEP_FALSE@,|#_!!_#|#,g
 
554
s,@AMDEPBACKSLASH@,|#_!!_#|\\,g
 
555
s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g
 
556
s,@CPP@,|#_!!_#|gcc -E,g
 
557
s,@GREP@,|#_!!_#|/bin/grep,g
 
558
s,@EGREP@,|#_!!_#|/bin/grep -E,g
 
559
s,@PKGCONFIG@,|#_!!_#|/usr/bin/pkg-config,g
 
560
s,@GPP_DATADIR@,|#_!!_#|${datarootdir}/gnome-photo-printer,g
 
561
s,@GPP_LIBDIR@,|#_!!_#|${exec_prefix}/lib/gnome-photo-printer,g
 
562
s,@LIBOBJS@,|#_!!_#|,g
 
563
s,@LTLIBOBJS@,|#_!!_#|,g
 
564
:end
 
565
s/|#_!!_#|//g
 
566
CEOF
 
567
fi # test -n "$CONFIG_FILES"
 
568
 
 
569
 
 
570
for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
 
571
do
 
572
  case $ac_tag in
 
573
  :[FHLC]) ac_mode=$ac_tag; continue;;
 
574
  esac
 
575
  case $ac_mode$ac_tag in
 
576
  :[FHL]*:*);;
 
577
  :L* | :C*:*) { { echo "$as_me:577: error: Invalid tag $ac_tag." >&5
 
578
echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 
579
   { (exit 1); exit 1; }; };;
 
580
  :[FH]-) ac_tag=-:-;;
 
581
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
582
  esac
 
583
  ac_save_IFS=$IFS
 
584
  IFS=:
 
585
  set x $ac_tag
 
586
  IFS=$ac_save_IFS
 
587
  shift
 
588
  ac_file=$1
 
589
  shift
 
590
 
 
591
  case $ac_mode in
 
592
  :L) ac_source=$1;;
 
593
  :[FH])
 
594
    ac_file_inputs=
 
595
    for ac_f
 
596
    do
 
597
      case $ac_f in
 
598
      -) ac_f="$tmp/stdin";;
 
599
      *) # Look for the file first in the build tree, then in the source tree
 
600
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
601
         # because $ac_f cannot contain `:'.
 
602
         test -f "$ac_f" ||
 
603
           case $ac_f in
 
604
           [\\/$]*) false;;
 
605
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
606
           esac ||
 
607
           { { echo "$as_me:607: error: cannot find input file: $ac_f" >&5
 
608
echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
609
   { (exit 1); exit 1; }; };;
 
610
      esac
 
611
      ac_file_inputs="$ac_file_inputs $ac_f"
 
612
    done
 
613
 
 
614
    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
615
    # use $as_me), people would be surprised to read:
 
616
    #    /* config.h.  Generated by config.status.  */
 
617
    configure_input="Generated from "`IFS=:
 
618
          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 
619
    if test x"$ac_file" != x-; then
 
620
      configure_input="$ac_file.  $configure_input"
 
621
      { echo "$as_me:621: creating $ac_file" >&5
 
622
echo "$as_me: creating $ac_file" >&6;}
 
623
    fi
 
624
 
 
625
    case $ac_tag in
 
626
    *:-:* | *:-) cat >"$tmp/stdin";;
 
627
    esac
 
628
    ;;
 
629
  esac
 
630
 
 
631
  ac_dir=`$as_dirname -- "$ac_file" ||
 
632
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
633
         X"$ac_file" : 'X\(//\)[^/]' \| \
 
634
         X"$ac_file" : 'X\(//\)$' \| \
 
635
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
636
echo X"$ac_file" |
 
637
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
638
            s//\1/
 
639
            q
 
640
          }
 
641
          /^X\(\/\/\)[^/].*/{
 
642
            s//\1/
 
643
            q
 
644
          }
 
645
          /^X\(\/\/\)$/{
 
646
            s//\1/
 
647
            q
 
648
          }
 
649
          /^X\(\/\).*/{
 
650
            s//\1/
 
651
            q
 
652
          }
 
653
          s/.*/./; q'`
 
654
  { as_dir="$ac_dir"
 
655
  case $as_dir in #(
 
656
  -*) as_dir=./$as_dir;;
 
657
  esac
 
658
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
659
    as_dirs=
 
660
    while :; do
 
661
      case $as_dir in #(
 
662
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
663
      *) as_qdir=$as_dir;;
 
664
      esac
 
665
      as_dirs="'$as_qdir' $as_dirs"
 
666
      as_dir=`$as_dirname -- "$as_dir" ||
 
667
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
668
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
669
         X"$as_dir" : 'X\(//\)$' \| \
 
670
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
671
echo X"$as_dir" |
 
672
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
673
            s//\1/
 
674
            q
 
675
          }
 
676
          /^X\(\/\/\)[^/].*/{
 
677
            s//\1/
 
678
            q
 
679
          }
 
680
          /^X\(\/\/\)$/{
 
681
            s//\1/
 
682
            q
 
683
          }
 
684
          /^X\(\/\).*/{
 
685
            s//\1/
 
686
            q
 
687
          }
 
688
          s/.*/./; q'`
 
689
      test -d "$as_dir" && break
 
690
    done
 
691
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
692
  } || test -d "$as_dir" || { { echo "$as_me:692: error: cannot create directory $as_dir" >&5
 
693
echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
694
   { (exit 1); exit 1; }; }; }
 
695
  ac_builddir=.
 
696
 
 
697
case "$ac_dir" in
 
698
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
699
*)
 
700
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
701
  # A ".." for each directory in $ac_dir_suffix.
 
702
  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
703
  case $ac_top_builddir_sub in
 
704
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
705
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
706
  esac ;;
 
707
esac
 
708
ac_abs_top_builddir=$ac_pwd
 
709
ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
710
# for backward compatibility:
 
711
ac_top_builddir=$ac_top_build_prefix
 
712
 
 
713
case $srcdir in
 
714
  .)  # We are building in place.
 
715
    ac_srcdir=.
 
716
    ac_top_srcdir=$ac_top_builddir_sub
 
717
    ac_abs_top_srcdir=$ac_pwd ;;
 
718
  [\\/]* | ?:[\\/]* )  # Absolute name.
 
719
    ac_srcdir=$srcdir$ac_dir_suffix;
 
720
    ac_top_srcdir=$srcdir
 
721
    ac_abs_top_srcdir=$srcdir ;;
 
722
  *) # Relative name.
 
723
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
724
    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
725
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
726
esac
 
727
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
728
 
 
729
 
 
730
  case $ac_mode in
 
731
  :F)
 
732
  #
 
733
  # CONFIG_FILE
 
734
  #
 
735
 
 
736
  case $INSTALL in
 
737
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
738
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
739
  esac
 
740
# If the template does not know about datarootdir, expand it.
 
741
# FIXME: This hack should be removed a few years after 2.60.
 
742
ac_datarootdir_hack=; ac_datarootdir_seen=
 
743
 
 
744
case `sed -n '/datarootdir/ {
 
745
  p
 
746
  q
 
747
}
 
748
/@datadir@/p
 
749
/@docdir@/p
 
750
/@infodir@/p
 
751
/@localedir@/p
 
752
/@mandir@/p
 
753
' $ac_file_inputs` in
 
754
*datarootdir*) ac_datarootdir_seen=yes;;
 
755
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
756
  { echo "$as_me:756: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
757
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
758
  ac_datarootdir_hack='
 
759
  s&@datadir@&${datarootdir}&g
 
760
  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
 
761
  s&@infodir@&${datarootdir}/info&g
 
762
  s&@localedir@&${datarootdir}/locale&g
 
763
  s&@mandir@&${datarootdir}/man&g
 
764
    s&\${datarootdir}&${prefix}/share&g' ;;
 
765
esac
 
766
  sed "/^[       ]*VPATH[        ]*=/{
 
767
s/:*\$(srcdir):*/:/
 
768
s/:*\${srcdir}:*/:/
 
769
s/:*@srcdir@:*/:/
 
770
s/^\([^=]*=[     ]*\):*/\1/
 
771
s/:*$//
 
772
s/^[^=]*=[       ]*$//
 
773
}
 
774
 
 
775
:t
 
776
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
777
s&@configure_input@&$configure_input&;t t
 
778
s&@top_builddir@&$ac_top_builddir_sub&;t t
 
779
s&@srcdir@&$ac_srcdir&;t t
 
780
s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
781
s&@top_srcdir@&$ac_top_srcdir&;t t
 
782
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
783
s&@builddir@&$ac_builddir&;t t
 
784
s&@abs_builddir@&$ac_abs_builddir&;t t
 
785
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
786
s&@INSTALL@&$ac_INSTALL&;t t
 
787
$ac_datarootdir_hack
 
788
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
 
789
 
 
790
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
791
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
792
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
793
  { echo "$as_me:793: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
794
which seems to be undefined.  Please make sure it is defined." >&5
 
795
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
796
which seems to be undefined.  Please make sure it is defined." >&2;}
 
797
 
 
798
  rm -f "$tmp/stdin"
 
799
  case $ac_file in
 
800
  -) cat "$tmp/out"; rm -f "$tmp/out";;
 
801
  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 
802
  esac
 
803
 ;;
 
804
  :H)
 
805
  #
 
806
  # CONFIG_HEADER
 
807
  #
 
808
    # First, check the format of the line:
 
809
    cat >"$tmp/defines.sed" <<\CEOF
 
810
/^[      ]*#[    ]*undef[        ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[    ]*$/b def
 
811
/^[      ]*#[    ]*define[       ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(   ]/b def
 
812
b
 
813
:def
 
814
s/$/ /
 
815
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_NAME\)[       (].*,\1define\2 "gnome-photo-printer" ,
 
816
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_TARNAME\)[    (].*,\1define\2 "gpp" ,
 
817
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_VERSION\)[    (].*,\1define\2 "0.6.7" ,
 
818
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_STRING\)[     (].*,\1define\2 "gnome-photo-printer 0.6.7" ,
 
819
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE_BUGREPORT\)[  (].*,\1define\2 "sv@fogman.de" ,
 
820
s,^\([   #]*\)[^         ]*\([   ]*PACKAGE\)[    (].*,\1define\2 "gpp" ,
 
821
s,^\([   #]*\)[^         ]*\([   ]*VERSION\)[    (].*,\1define\2 "0.6.7" ,
 
822
s,^\([   #]*\)[^         ]*\([   ]*STDC_HEADERS\)[       (].*,\1define\2 1 ,
 
823
s/ $//
 
824
s,^[     #]*u.*,/* & */,
 
825
CEOF
 
826
    sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
 
827
ac_result="$tmp/out1"
 
828
  if test x"$ac_file" != x-; then
 
829
    echo "/* $configure_input  */" >"$tmp/config.h"
 
830
    cat "$ac_result" >>"$tmp/config.h"
 
831
    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
 
832
      { echo "$as_me:832: $ac_file is unchanged" >&5
 
833
echo "$as_me: $ac_file is unchanged" >&6;}
 
834
    else
 
835
      rm -f $ac_file
 
836
      mv "$tmp/config.h" $ac_file
 
837
    fi
 
838
  else
 
839
    echo "/* $configure_input  */"
 
840
    cat "$ac_result"
 
841
  fi
 
842
  rm -f "$tmp/out12"
 
843
 ;;
 
844
 
 
845
  :C)  { echo "$as_me:845: executing $ac_file commands" >&5
 
846
echo "$as_me: executing $ac_file commands" >&6;}
 
847
 ;;
 
848
  esac
 
849
 
 
850
 
 
851
  case $ac_file$ac_mode in
 
852
    "config.h":H) # update the timestamp
 
853
echo 'timestamp for config.h' >"./stamp-h1"
 
854
 ;;
 
855
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 
856
  # Strip MF so we end up with the name of the file.
 
857
  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
858
  # Check whether this is an Automake generated Makefile or not.
 
859
  # We used to match only the files named `Makefile.in', but
 
860
  # some people rename them; so instead we look at the file content.
 
861
  # Grep'ing the first line is not enough: some people post-process
 
862
  # each Makefile.in and add a new line on top of each file to say so.
 
863
  # So let's grep whole file.
 
864
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
865
    dirpart=`$as_dirname -- "$mf" ||
 
866
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
867
         X"$mf" : 'X\(//\)[^/]' \| \
 
868
         X"$mf" : 'X\(//\)$' \| \
 
869
         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 
870
echo X"$mf" |
 
871
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
872
            s//\1/
 
873
            q
 
874
          }
 
875
          /^X\(\/\/\)[^/].*/{
 
876
            s//\1/
 
877
            q
 
878
          }
 
879
          /^X\(\/\/\)$/{
 
880
            s//\1/
 
881
            q
 
882
          }
 
883
          /^X\(\/\).*/{
 
884
            s//\1/
 
885
            q
 
886
          }
 
887
          s/.*/./; q'`
 
888
  else
 
889
    continue
 
890
  fi
 
891
  grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
 
892
  # Extract the definition of DEP_FILES from the Makefile without
 
893
  # running `make'.
 
894
  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
 
895
  test -z "$DEPDIR" && continue
 
896
  # When using ansi2knr, U may be empty or an underscore; expand it
 
897
  U=`sed -n -e '/^U = / s///p' < "$mf"`
 
898
  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
 
899
  # We invoke sed twice because it is the simplest approach to
 
900
  # changing $(DEPDIR) to its actual value in the expansion.
 
901
  for file in `sed -n -e '
 
902
    /^DEP_FILES = .*\\\\$/ {
 
903
      s/^DEP_FILES = //
 
904
      :loop
 
905
        s/\\\\$//
 
906
        p
 
907
        n
 
908
        /\\\\$/ b loop
 
909
      p
 
910
    }
 
911
    /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
 
912
       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
913
    # Make sure the directory exists.
 
914
    test -f "$dirpart/$file" && continue
 
915
    fdir=`$as_dirname -- "$file" ||
 
916
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
917
         X"$file" : 'X\(//\)[^/]' \| \
 
918
         X"$file" : 'X\(//\)$' \| \
 
919
         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 
920
echo X"$file" |
 
921
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
922
            s//\1/
 
923
            q
 
924
          }
 
925
          /^X\(\/\/\)[^/].*/{
 
926
            s//\1/
 
927
            q
 
928
          }
 
929
          /^X\(\/\/\)$/{
 
930
            s//\1/
 
931
            q
 
932
          }
 
933
          /^X\(\/\).*/{
 
934
            s//\1/
 
935
            q
 
936
          }
 
937
          s/.*/./; q'`
 
938
    { as_dir=$dirpart/$fdir
 
939
  case $as_dir in #(
 
940
  -*) as_dir=./$as_dir;;
 
941
  esac
 
942
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
943
    as_dirs=
 
944
    while :; do
 
945
      case $as_dir in #(
 
946
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
947
      *) as_qdir=$as_dir;;
 
948
      esac
 
949
      as_dirs="'$as_qdir' $as_dirs"
 
950
      as_dir=`$as_dirname -- "$as_dir" ||
 
951
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
952
         X"$as_dir" : 'X\(//\)[^/]' \| \
 
953
         X"$as_dir" : 'X\(//\)$' \| \
 
954
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
955
echo X"$as_dir" |
 
956
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
957
            s//\1/
 
958
            q
 
959
          }
 
960
          /^X\(\/\/\)[^/].*/{
 
961
            s//\1/
 
962
            q
 
963
          }
 
964
          /^X\(\/\/\)$/{
 
965
            s//\1/
 
966
            q
 
967
          }
 
968
          /^X\(\/\).*/{
 
969
            s//\1/
 
970
            q
 
971
          }
 
972
          s/.*/./; q'`
 
973
      test -d "$as_dir" && break
 
974
    done
 
975
    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
976
  } || test -d "$as_dir" || { { echo "$as_me:976: error: cannot create directory $as_dir" >&5
 
977
echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
978
   { (exit 1); exit 1; }; }; }
 
979
    # echo "creating $dirpart/$file"
 
980
    echo '# dummy' > "$dirpart/$file"
 
981
  done
 
982
done
 
983
 ;;
 
984
 
 
985
  esac
 
986
done # for ac_tag
 
987
 
 
988
 
 
989
{ (exit 0); exit 0; }