~blankon-pemaket/blankon/docang-theme

« back to all changes in this revision

Viewing changes to configure

  • Committer: Fajran Iman Rusadi
  • Date: 2008-04-25 21:43:17 UTC
  • Revision ID: fajran@gmail.com-20080425214317-hs1ofxakt50h6by0
Tags: docang-theme_0.95-0
Pisahkan berkas kode dan berkas debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.61 for docang-theme 0.1.
4
 
#
5
 
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
 
# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7
 
# This configure script is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy, distribute and modify it.
9
 
## --------------------- ##
10
 
## M4sh Initialization.  ##
11
 
## --------------------- ##
12
 
 
13
 
# Be more Bourne compatible
14
 
DUALCASE=1; export DUALCASE # for MKS sh
15
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16
 
  emulate sh
17
 
  NULLCMD=:
18
 
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19
 
  # is contrary to our usage.  Disable this feature.
20
 
  alias -g '${1+"$@"}'='"$@"'
21
 
  setopt NO_GLOB_SUBST
22
 
else
23
 
  case `(set -o) 2>/dev/null` in
24
 
  *posix*) set -o posix ;;
25
 
esac
26
 
 
27
 
fi
28
 
 
29
 
 
30
 
 
31
 
 
32
 
# PATH needs CR
33
 
# Avoid depending upon Character Ranges.
34
 
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35
 
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36
 
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37
 
as_cr_digits='0123456789'
38
 
as_cr_alnum=$as_cr_Letters$as_cr_digits
39
 
 
40
 
# The user is always right.
41
 
if test "${PATH_SEPARATOR+set}" != set; then
42
 
  echo "#! /bin/sh" >conf$$.sh
43
 
  echo  "exit 0"   >>conf$$.sh
44
 
  chmod +x conf$$.sh
45
 
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46
 
    PATH_SEPARATOR=';'
47
 
  else
48
 
    PATH_SEPARATOR=:
49
 
  fi
50
 
  rm -f conf$$.sh
51
 
fi
52
 
 
53
 
# Support unset when possible.
54
 
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
55
 
  as_unset=unset
56
 
else
57
 
  as_unset=false
58
 
fi
59
 
 
60
 
 
61
 
# IFS
62
 
# We need space, tab and new line, in precisely that order.  Quoting is
63
 
# there to prevent editors from complaining about space-tab.
64
 
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
65
 
# splitting by setting IFS to empty value.)
66
 
as_nl='
67
 
'
68
 
IFS=" ""        $as_nl"
69
 
 
70
 
# Find who we are.  Look in the path if we contain no directory separator.
71
 
case $0 in
72
 
  *[\\/]* ) as_myself=$0 ;;
73
 
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
74
 
for as_dir in $PATH
75
 
do
76
 
  IFS=$as_save_IFS
77
 
  test -z "$as_dir" && as_dir=.
78
 
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
79
 
done
80
 
IFS=$as_save_IFS
81
 
 
82
 
     ;;
83
 
esac
84
 
# We did not find ourselves, most probably we were run as `sh COMMAND'
85
 
# in which case we are not to be found in the path.
86
 
if test "x$as_myself" = x; then
87
 
  as_myself=$0
88
 
fi
89
 
if test ! -f "$as_myself"; then
90
 
  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
91
 
  { (exit 1); exit 1; }
92
 
fi
93
 
 
94
 
# Work around bugs in pre-3.0 UWIN ksh.
95
 
for as_var in ENV MAIL MAILPATH
96
 
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
97
 
done
98
 
PS1='$ '
99
 
PS2='> '
100
 
PS4='+ '
101
 
 
102
 
# NLS nuisances.
103
 
for as_var in \
104
 
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
105
 
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
106
 
  LC_TELEPHONE LC_TIME
107
 
do
108
 
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
109
 
    eval $as_var=C; export $as_var
110
 
  else
111
 
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
112
 
  fi
113
 
done
114
 
 
115
 
# Required to use basename.
116
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
117
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
118
 
  as_expr=expr
119
 
else
120
 
  as_expr=false
121
 
fi
122
 
 
123
 
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
124
 
  as_basename=basename
125
 
else
126
 
  as_basename=false
127
 
fi
128
 
 
129
 
 
130
 
# Name of the executable.
131
 
as_me=`$as_basename -- "$0" ||
132
 
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
133
 
         X"$0" : 'X\(//\)$' \| \
134
 
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
135
 
echo X/"$0" |
136
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{
137
 
            s//\1/
138
 
            q
139
 
          }
140
 
          /^X\/\(\/\/\)$/{
141
 
            s//\1/
142
 
            q
143
 
          }
144
 
          /^X\/\(\/\).*/{
145
 
            s//\1/
146
 
            q
147
 
          }
148
 
          s/.*/./; q'`
149
 
 
150
 
# CDPATH.
151
 
$as_unset CDPATH
152
 
 
153
 
 
154
 
if test "x$CONFIG_SHELL" = x; then
155
 
  if (eval ":") 2>/dev/null; then
156
 
  as_have_required=yes
157
 
else
158
 
  as_have_required=no
159
 
fi
160
 
 
161
 
  if test $as_have_required = yes &&     (eval ":
162
 
(as_func_return () {
163
 
  (exit \$1)
164
 
}
165
 
as_func_success () {
166
 
  as_func_return 0
167
 
}
168
 
as_func_failure () {
169
 
  as_func_return 1
170
 
}
171
 
as_func_ret_success () {
172
 
  return 0
173
 
}
174
 
as_func_ret_failure () {
175
 
  return 1
176
 
}
177
 
 
178
 
exitcode=0
179
 
if as_func_success; then
180
 
  :
181
 
else
182
 
  exitcode=1
183
 
  echo as_func_success failed.
184
 
fi
185
 
 
186
 
if as_func_failure; then
187
 
  exitcode=1
188
 
  echo as_func_failure succeeded.
189
 
fi
190
 
 
191
 
if as_func_ret_success; then
192
 
  :
193
 
else
194
 
  exitcode=1
195
 
  echo as_func_ret_success failed.
196
 
fi
197
 
 
198
 
if as_func_ret_failure; then
199
 
  exitcode=1
200
 
  echo as_func_ret_failure succeeded.
201
 
fi
202
 
 
203
 
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
204
 
  :
205
 
else
206
 
  exitcode=1
207
 
  echo positional parameters were not saved.
208
 
fi
209
 
 
210
 
test \$exitcode = 0) || { (exit 1); exit 1; }
211
 
 
212
 
(
213
 
  as_lineno_1=\$LINENO
214
 
  as_lineno_2=\$LINENO
215
 
  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
216
 
  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
217
 
") 2> /dev/null; then
218
 
  :
219
 
else
220
 
  as_candidate_shells=
221
 
    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
222
 
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
223
 
do
224
 
  IFS=$as_save_IFS
225
 
  test -z "$as_dir" && as_dir=.
226
 
  case $as_dir in
227
 
         /*)
228
 
           for as_base in sh bash ksh sh5; do
229
 
             as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
230
 
           done;;
231
 
       esac
232
 
done
233
 
IFS=$as_save_IFS
234
 
 
235
 
 
236
 
      for as_shell in $as_candidate_shells $SHELL; do
237
 
         # Try only shells that exist, to save several forks.
238
 
         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
239
 
                { ("$as_shell") 2> /dev/null <<\_ASEOF
240
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
241
 
  emulate sh
242
 
  NULLCMD=:
243
 
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
244
 
  # is contrary to our usage.  Disable this feature.
245
 
  alias -g '${1+"$@"}'='"$@"'
246
 
  setopt NO_GLOB_SUBST
247
 
else
248
 
  case `(set -o) 2>/dev/null` in
249
 
  *posix*) set -o posix ;;
250
 
esac
251
 
 
252
 
fi
253
 
 
254
 
 
255
 
:
256
 
_ASEOF
257
 
}; then
258
 
  CONFIG_SHELL=$as_shell
259
 
               as_have_required=yes
260
 
               if { "$as_shell" 2> /dev/null <<\_ASEOF
261
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262
 
  emulate sh
263
 
  NULLCMD=:
264
 
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
265
 
  # is contrary to our usage.  Disable this feature.
266
 
  alias -g '${1+"$@"}'='"$@"'
267
 
  setopt NO_GLOB_SUBST
268
 
else
269
 
  case `(set -o) 2>/dev/null` in
270
 
  *posix*) set -o posix ;;
271
 
esac
272
 
 
273
 
fi
274
 
 
275
 
 
276
 
:
277
 
(as_func_return () {
278
 
  (exit $1)
279
 
}
280
 
as_func_success () {
281
 
  as_func_return 0
282
 
}
283
 
as_func_failure () {
284
 
  as_func_return 1
285
 
}
286
 
as_func_ret_success () {
287
 
  return 0
288
 
}
289
 
as_func_ret_failure () {
290
 
  return 1
291
 
}
292
 
 
293
 
exitcode=0
294
 
if as_func_success; then
295
 
  :
296
 
else
297
 
  exitcode=1
298
 
  echo as_func_success failed.
299
 
fi
300
 
 
301
 
if as_func_failure; then
302
 
  exitcode=1
303
 
  echo as_func_failure succeeded.
304
 
fi
305
 
 
306
 
if as_func_ret_success; then
307
 
  :
308
 
else
309
 
  exitcode=1
310
 
  echo as_func_ret_success failed.
311
 
fi
312
 
 
313
 
if as_func_ret_failure; then
314
 
  exitcode=1
315
 
  echo as_func_ret_failure succeeded.
316
 
fi
317
 
 
318
 
if ( set x; as_func_ret_success y && test x = "$1" ); then
319
 
  :
320
 
else
321
 
  exitcode=1
322
 
  echo positional parameters were not saved.
323
 
fi
324
 
 
325
 
test $exitcode = 0) || { (exit 1); exit 1; }
326
 
 
327
 
(
328
 
  as_lineno_1=$LINENO
329
 
  as_lineno_2=$LINENO
330
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
331
 
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
332
 
 
333
 
_ASEOF
334
 
}; then
335
 
  break
336
 
fi
337
 
 
338
 
fi
339
 
 
340
 
      done
341
 
 
342
 
      if test "x$CONFIG_SHELL" != x; then
343
 
  for as_var in BASH_ENV ENV
344
 
        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
345
 
        done
346
 
        export CONFIG_SHELL
347
 
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
348
 
fi
349
 
 
350
 
 
351
 
    if test $as_have_required = no; then
352
 
  echo This script requires a shell more modern than all the
353
 
      echo shells that I found on your system.  Please install a
354
 
      echo modern shell, or manually run the script under such a
355
 
      echo shell if you do have one.
356
 
      { (exit 1); exit 1; }
357
 
fi
358
 
 
359
 
 
360
 
fi
361
 
 
362
 
fi
363
 
 
364
 
 
365
 
 
366
 
(eval "as_func_return () {
367
 
  (exit \$1)
368
 
}
369
 
as_func_success () {
370
 
  as_func_return 0
371
 
}
372
 
as_func_failure () {
373
 
  as_func_return 1
374
 
}
375
 
as_func_ret_success () {
376
 
  return 0
377
 
}
378
 
as_func_ret_failure () {
379
 
  return 1
380
 
}
381
 
 
382
 
exitcode=0
383
 
if as_func_success; then
384
 
  :
385
 
else
386
 
  exitcode=1
387
 
  echo as_func_success failed.
388
 
fi
389
 
 
390
 
if as_func_failure; then
391
 
  exitcode=1
392
 
  echo as_func_failure succeeded.
393
 
fi
394
 
 
395
 
if as_func_ret_success; then
396
 
  :
397
 
else
398
 
  exitcode=1
399
 
  echo as_func_ret_success failed.
400
 
fi
401
 
 
402
 
if as_func_ret_failure; then
403
 
  exitcode=1
404
 
  echo as_func_ret_failure succeeded.
405
 
fi
406
 
 
407
 
if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
408
 
  :
409
 
else
410
 
  exitcode=1
411
 
  echo positional parameters were not saved.
412
 
fi
413
 
 
414
 
test \$exitcode = 0") || {
415
 
  echo No shell found that supports shell functions.
416
 
  echo Please tell autoconf@gnu.org about your system,
417
 
  echo including any error possibly output before this
418
 
  echo message
419
 
}
420
 
 
421
 
 
422
 
 
423
 
  as_lineno_1=$LINENO
424
 
  as_lineno_2=$LINENO
425
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
426
 
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
427
 
 
428
 
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
429
 
  # uniformly replaced by the line number.  The first 'sed' inserts a
430
 
  # line-number line after each line using $LINENO; the second 'sed'
431
 
  # does the real work.  The second script uses 'N' to pair each
432
 
  # line-number line with the line containing $LINENO, and appends
433
 
  # trailing '-' during substitution so that $LINENO is not a special
434
 
  # case at line end.
435
 
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
436
 
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
437
 
  # E. McMahon (1931-1989) for sed's syntax.  :-)
438
 
  sed -n '
439
 
    p
440
 
    /[$]LINENO/=
441
 
  ' <$as_myself |
442
 
    sed '
443
 
      s/[$]LINENO.*/&-/
444
 
      t lineno
445
 
      b
446
 
      :lineno
447
 
      N
448
 
      :loop
449
 
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
450
 
      t loop
451
 
      s/-\n.*//
452
 
    ' >$as_me.lineno &&
453
 
  chmod +x "$as_me.lineno" ||
454
 
    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
455
 
   { (exit 1); exit 1; }; }
456
 
 
457
 
  # Don't try to exec as it changes $[0], causing all sort of problems
458
 
  # (the dirname of $[0] is not the place where we might find the
459
 
  # original and so on.  Autoconf is especially sensitive to this).
460
 
  . "./$as_me.lineno"
461
 
  # Exit status is that of the last command.
462
 
  exit
463
 
}
464
 
 
465
 
 
466
 
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
467
 
  as_dirname=dirname
468
 
else
469
 
  as_dirname=false
470
 
fi
471
 
 
472
 
ECHO_C= ECHO_N= ECHO_T=
473
 
case `echo -n x` in
474
 
-n*)
475
 
  case `echo 'x\c'` in
476
 
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
477
 
  *)   ECHO_C='\c';;
478
 
  esac;;
479
 
*)
480
 
  ECHO_N='-n';;
481
 
esac
482
 
 
483
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
484
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
485
 
  as_expr=expr
486
 
else
487
 
  as_expr=false
488
 
fi
489
 
 
490
 
rm -f conf$$ conf$$.exe conf$$.file
491
 
if test -d conf$$.dir; then
492
 
  rm -f conf$$.dir/conf$$.file
493
 
else
494
 
  rm -f conf$$.dir
495
 
  mkdir conf$$.dir
496
 
fi
497
 
echo >conf$$.file
498
 
if ln -s conf$$.file conf$$ 2>/dev/null; then
499
 
  as_ln_s='ln -s'
500
 
  # ... but there are two gotchas:
501
 
  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
502
 
  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
503
 
  # In both cases, we have to default to `cp -p'.
504
 
  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
505
 
    as_ln_s='cp -p'
506
 
elif ln conf$$.file conf$$ 2>/dev/null; then
507
 
  as_ln_s=ln
508
 
else
509
 
  as_ln_s='cp -p'
510
 
fi
511
 
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
512
 
rmdir conf$$.dir 2>/dev/null
513
 
 
514
 
if mkdir -p . 2>/dev/null; then
515
 
  as_mkdir_p=:
516
 
else
517
 
  test -d ./-p && rmdir ./-p
518
 
  as_mkdir_p=false
519
 
fi
520
 
 
521
 
if test -x / >/dev/null 2>&1; then
522
 
  as_test_x='test -x'
523
 
else
524
 
  if ls -dL / >/dev/null 2>&1; then
525
 
    as_ls_L_option=L
526
 
  else
527
 
    as_ls_L_option=
528
 
  fi
529
 
  as_test_x='
530
 
    eval sh -c '\''
531
 
      if test -d "$1"; then
532
 
        test -d "$1/.";
533
 
      else
534
 
        case $1 in
535
 
        -*)set "./$1";;
536
 
        esac;
537
 
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
538
 
        ???[sx]*):;;*)false;;esac;fi
539
 
    '\'' sh
540
 
  '
541
 
fi
542
 
as_executable_p=$as_test_x
543
 
 
544
 
# Sed expression to map a string onto a valid CPP name.
545
 
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
546
 
 
547
 
# Sed expression to map a string onto a valid variable name.
548
 
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
549
 
 
550
 
 
551
 
 
552
 
exec 7<&0 </dev/null 6>&1
553
 
 
554
 
# Name of the host.
555
 
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
556
 
# so uname gets run too.
557
 
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
558
 
 
559
 
#
560
 
# Initializations.
561
 
#
562
 
ac_default_prefix=/usr/local
563
 
ac_clean_files=
564
 
ac_config_libobj_dir=.
565
 
LIBOBJS=
566
 
cross_compiling=no
567
 
subdirs=
568
 
MFLAGS=
569
 
MAKEFLAGS=
570
 
SHELL=${CONFIG_SHELL-/bin/sh}
571
 
 
572
 
# Identity of this package.
573
 
PACKAGE_NAME='docang-theme'
574
 
PACKAGE_TARNAME='docang-theme'
575
 
PACKAGE_VERSION='0.1'
576
 
PACKAGE_STRING='docang-theme 0.1'
577
 
PACKAGE_BUGREPORT=''
578
 
 
579
 
ac_unique_file="gtk-2.0/gtkrc"
580
 
ac_subst_vars='SHELL
581
 
PATH_SEPARATOR
582
 
PACKAGE_NAME
583
 
PACKAGE_TARNAME
584
 
PACKAGE_VERSION
585
 
PACKAGE_STRING
586
 
PACKAGE_BUGREPORT
587
 
exec_prefix
588
 
prefix
589
 
program_transform_name
590
 
bindir
591
 
sbindir
592
 
libexecdir
593
 
datarootdir
594
 
datadir
595
 
sysconfdir
596
 
sharedstatedir
597
 
localstatedir
598
 
includedir
599
 
oldincludedir
600
 
docdir
601
 
infodir
602
 
htmldir
603
 
dvidir
604
 
pdfdir
605
 
psdir
606
 
libdir
607
 
localedir
608
 
mandir
609
 
DEFS
610
 
ECHO_C
611
 
ECHO_N
612
 
ECHO_T
613
 
LIBS
614
 
build_alias
615
 
host_alias
616
 
target_alias
617
 
INSTALL_PROGRAM
618
 
INSTALL_SCRIPT
619
 
INSTALL_DATA
620
 
CYGPATH_W
621
 
PACKAGE
622
 
VERSION
623
 
ACLOCAL
624
 
AUTOCONF
625
 
AUTOMAKE
626
 
AUTOHEADER
627
 
MAKEINFO
628
 
install_sh
629
 
STRIP
630
 
INSTALL_STRIP_PROGRAM
631
 
mkdir_p
632
 
AWK
633
 
SET_MAKE
634
 
am__leading_dot
635
 
AMTAR
636
 
am__tar
637
 
am__untar
638
 
ACLOCAL_AMFLAGS
639
 
themedir
640
 
LIBOBJS
641
 
LTLIBOBJS'
642
 
ac_subst_files=''
643
 
      ac_precious_vars='build_alias
644
 
host_alias
645
 
target_alias'
646
 
 
647
 
 
648
 
# Initialize some variables set by options.
649
 
ac_init_help=
650
 
ac_init_version=false
651
 
# The variables have the same names as the options, with
652
 
# dashes changed to underlines.
653
 
cache_file=/dev/null
654
 
exec_prefix=NONE
655
 
no_create=
656
 
no_recursion=
657
 
prefix=NONE
658
 
program_prefix=NONE
659
 
program_suffix=NONE
660
 
program_transform_name=s,x,x,
661
 
silent=
662
 
site=
663
 
srcdir=
664
 
verbose=
665
 
x_includes=NONE
666
 
x_libraries=NONE
667
 
 
668
 
# Installation directory options.
669
 
# These are left unexpanded so users can "make install exec_prefix=/foo"
670
 
# and all the variables that are supposed to be based on exec_prefix
671
 
# by default will actually change.
672
 
# Use braces instead of parens because sh, perl, etc. also accept them.
673
 
# (The list follows the same order as the GNU Coding Standards.)
674
 
bindir='${exec_prefix}/bin'
675
 
sbindir='${exec_prefix}/sbin'
676
 
libexecdir='${exec_prefix}/libexec'
677
 
datarootdir='${prefix}/share'
678
 
datadir='${datarootdir}'
679
 
sysconfdir='${prefix}/etc'
680
 
sharedstatedir='${prefix}/com'
681
 
localstatedir='${prefix}/var'
682
 
includedir='${prefix}/include'
683
 
oldincludedir='/usr/include'
684
 
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
685
 
infodir='${datarootdir}/info'
686
 
htmldir='${docdir}'
687
 
dvidir='${docdir}'
688
 
pdfdir='${docdir}'
689
 
psdir='${docdir}'
690
 
libdir='${exec_prefix}/lib'
691
 
localedir='${datarootdir}/locale'
692
 
mandir='${datarootdir}/man'
693
 
 
694
 
ac_prev=
695
 
ac_dashdash=
696
 
for ac_option
697
 
do
698
 
  # If the previous option needs an argument, assign it.
699
 
  if test -n "$ac_prev"; then
700
 
    eval $ac_prev=\$ac_option
701
 
    ac_prev=
702
 
    continue
703
 
  fi
704
 
 
705
 
  case $ac_option in
706
 
  *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
707
 
  *)    ac_optarg=yes ;;
708
 
  esac
709
 
 
710
 
  # Accept the important Cygnus configure options, so we can diagnose typos.
711
 
 
712
 
  case $ac_dashdash$ac_option in
713
 
  --)
714
 
    ac_dashdash=yes ;;
715
 
 
716
 
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
717
 
    ac_prev=bindir ;;
718
 
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
719
 
    bindir=$ac_optarg ;;
720
 
 
721
 
  -build | --build | --buil | --bui | --bu)
722
 
    ac_prev=build_alias ;;
723
 
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
724
 
    build_alias=$ac_optarg ;;
725
 
 
726
 
  -cache-file | --cache-file | --cache-fil | --cache-fi \
727
 
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
728
 
    ac_prev=cache_file ;;
729
 
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
730
 
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
731
 
    cache_file=$ac_optarg ;;
732
 
 
733
 
  --config-cache | -C)
734
 
    cache_file=config.cache ;;
735
 
 
736
 
  -datadir | --datadir | --datadi | --datad)
737
 
    ac_prev=datadir ;;
738
 
  -datadir=* | --datadir=* | --datadi=* | --datad=*)
739
 
    datadir=$ac_optarg ;;
740
 
 
741
 
  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
742
 
  | --dataroo | --dataro | --datar)
743
 
    ac_prev=datarootdir ;;
744
 
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
745
 
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
746
 
    datarootdir=$ac_optarg ;;
747
 
 
748
 
  -disable-* | --disable-*)
749
 
    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
750
 
    # Reject names that are not valid shell variable names.
751
 
    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
752
 
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
753
 
   { (exit 1); exit 1; }; }
754
 
    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
755
 
    eval enable_$ac_feature=no ;;
756
 
 
757
 
  -docdir | --docdir | --docdi | --doc | --do)
758
 
    ac_prev=docdir ;;
759
 
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
760
 
    docdir=$ac_optarg ;;
761
 
 
762
 
  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
763
 
    ac_prev=dvidir ;;
764
 
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
765
 
    dvidir=$ac_optarg ;;
766
 
 
767
 
  -enable-* | --enable-*)
768
 
    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
769
 
    # Reject names that are not valid shell variable names.
770
 
    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
771
 
      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
772
 
   { (exit 1); exit 1; }; }
773
 
    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
774
 
    eval enable_$ac_feature=\$ac_optarg ;;
775
 
 
776
 
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
777
 
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
778
 
  | --exec | --exe | --ex)
779
 
    ac_prev=exec_prefix ;;
780
 
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
781
 
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
782
 
  | --exec=* | --exe=* | --ex=*)
783
 
    exec_prefix=$ac_optarg ;;
784
 
 
785
 
  -gas | --gas | --ga | --g)
786
 
    # Obsolete; use --with-gas.
787
 
    with_gas=yes ;;
788
 
 
789
 
  -help | --help | --hel | --he | -h)
790
 
    ac_init_help=long ;;
791
 
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
792
 
    ac_init_help=recursive ;;
793
 
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
794
 
    ac_init_help=short ;;
795
 
 
796
 
  -host | --host | --hos | --ho)
797
 
    ac_prev=host_alias ;;
798
 
  -host=* | --host=* | --hos=* | --ho=*)
799
 
    host_alias=$ac_optarg ;;
800
 
 
801
 
  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
802
 
    ac_prev=htmldir ;;
803
 
  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
804
 
  | --ht=*)
805
 
    htmldir=$ac_optarg ;;
806
 
 
807
 
  -includedir | --includedir | --includedi | --included | --include \
808
 
  | --includ | --inclu | --incl | --inc)
809
 
    ac_prev=includedir ;;
810
 
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
811
 
  | --includ=* | --inclu=* | --incl=* | --inc=*)
812
 
    includedir=$ac_optarg ;;
813
 
 
814
 
  -infodir | --infodir | --infodi | --infod | --info | --inf)
815
 
    ac_prev=infodir ;;
816
 
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
817
 
    infodir=$ac_optarg ;;
818
 
 
819
 
  -libdir | --libdir | --libdi | --libd)
820
 
    ac_prev=libdir ;;
821
 
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
822
 
    libdir=$ac_optarg ;;
823
 
 
824
 
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
825
 
  | --libexe | --libex | --libe)
826
 
    ac_prev=libexecdir ;;
827
 
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
828
 
  | --libexe=* | --libex=* | --libe=*)
829
 
    libexecdir=$ac_optarg ;;
830
 
 
831
 
  -localedir | --localedir | --localedi | --localed | --locale)
832
 
    ac_prev=localedir ;;
833
 
  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
834
 
    localedir=$ac_optarg ;;
835
 
 
836
 
  -localstatedir | --localstatedir | --localstatedi | --localstated \
837
 
  | --localstate | --localstat | --localsta | --localst | --locals)
838
 
    ac_prev=localstatedir ;;
839
 
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
840
 
  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
841
 
    localstatedir=$ac_optarg ;;
842
 
 
843
 
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
844
 
    ac_prev=mandir ;;
845
 
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
846
 
    mandir=$ac_optarg ;;
847
 
 
848
 
  -nfp | --nfp | --nf)
849
 
    # Obsolete; use --without-fp.
850
 
    with_fp=no ;;
851
 
 
852
 
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
853
 
  | --no-cr | --no-c | -n)
854
 
    no_create=yes ;;
855
 
 
856
 
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
857
 
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
858
 
    no_recursion=yes ;;
859
 
 
860
 
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
861
 
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
862
 
  | --oldin | --oldi | --old | --ol | --o)
863
 
    ac_prev=oldincludedir ;;
864
 
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
865
 
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
866
 
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
867
 
    oldincludedir=$ac_optarg ;;
868
 
 
869
 
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
870
 
    ac_prev=prefix ;;
871
 
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
872
 
    prefix=$ac_optarg ;;
873
 
 
874
 
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
875
 
  | --program-pre | --program-pr | --program-p)
876
 
    ac_prev=program_prefix ;;
877
 
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
878
 
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
879
 
    program_prefix=$ac_optarg ;;
880
 
 
881
 
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
882
 
  | --program-suf | --program-su | --program-s)
883
 
    ac_prev=program_suffix ;;
884
 
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
885
 
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
886
 
    program_suffix=$ac_optarg ;;
887
 
 
888
 
  -program-transform-name | --program-transform-name \
889
 
  | --program-transform-nam | --program-transform-na \
890
 
  | --program-transform-n | --program-transform- \
891
 
  | --program-transform | --program-transfor \
892
 
  | --program-transfo | --program-transf \
893
 
  | --program-trans | --program-tran \
894
 
  | --progr-tra | --program-tr | --program-t)
895
 
    ac_prev=program_transform_name ;;
896
 
  -program-transform-name=* | --program-transform-name=* \
897
 
  | --program-transform-nam=* | --program-transform-na=* \
898
 
  | --program-transform-n=* | --program-transform-=* \
899
 
  | --program-transform=* | --program-transfor=* \
900
 
  | --program-transfo=* | --program-transf=* \
901
 
  | --program-trans=* | --program-tran=* \
902
 
  | --progr-tra=* | --program-tr=* | --program-t=*)
903
 
    program_transform_name=$ac_optarg ;;
904
 
 
905
 
  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
906
 
    ac_prev=pdfdir ;;
907
 
  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
908
 
    pdfdir=$ac_optarg ;;
909
 
 
910
 
  -psdir | --psdir | --psdi | --psd | --ps)
911
 
    ac_prev=psdir ;;
912
 
  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
913
 
    psdir=$ac_optarg ;;
914
 
 
915
 
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
916
 
  | -silent | --silent | --silen | --sile | --sil)
917
 
    silent=yes ;;
918
 
 
919
 
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
920
 
    ac_prev=sbindir ;;
921
 
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
922
 
  | --sbi=* | --sb=*)
923
 
    sbindir=$ac_optarg ;;
924
 
 
925
 
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
926
 
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
927
 
  | --sharedst | --shareds | --shared | --share | --shar \
928
 
  | --sha | --sh)
929
 
    ac_prev=sharedstatedir ;;
930
 
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
931
 
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
932
 
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
933
 
  | --sha=* | --sh=*)
934
 
    sharedstatedir=$ac_optarg ;;
935
 
 
936
 
  -site | --site | --sit)
937
 
    ac_prev=site ;;
938
 
  -site=* | --site=* | --sit=*)
939
 
    site=$ac_optarg ;;
940
 
 
941
 
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
942
 
    ac_prev=srcdir ;;
943
 
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
944
 
    srcdir=$ac_optarg ;;
945
 
 
946
 
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
947
 
  | --syscon | --sysco | --sysc | --sys | --sy)
948
 
    ac_prev=sysconfdir ;;
949
 
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
950
 
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
951
 
    sysconfdir=$ac_optarg ;;
952
 
 
953
 
  -target | --target | --targe | --targ | --tar | --ta | --t)
954
 
    ac_prev=target_alias ;;
955
 
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
956
 
    target_alias=$ac_optarg ;;
957
 
 
958
 
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
959
 
    verbose=yes ;;
960
 
 
961
 
  -version | --version | --versio | --versi | --vers | -V)
962
 
    ac_init_version=: ;;
963
 
 
964
 
  -with-* | --with-*)
965
 
    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
966
 
    # Reject names that are not valid shell variable names.
967
 
    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
968
 
      { echo "$as_me: error: invalid package name: $ac_package" >&2
969
 
   { (exit 1); exit 1; }; }
970
 
    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
971
 
    eval with_$ac_package=\$ac_optarg ;;
972
 
 
973
 
  -without-* | --without-*)
974
 
    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
975
 
    # Reject names that are not valid shell variable names.
976
 
    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
977
 
      { echo "$as_me: error: invalid package name: $ac_package" >&2
978
 
   { (exit 1); exit 1; }; }
979
 
    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
980
 
    eval with_$ac_package=no ;;
981
 
 
982
 
  --x)
983
 
    # Obsolete; use --with-x.
984
 
    with_x=yes ;;
985
 
 
986
 
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
987
 
  | --x-incl | --x-inc | --x-in | --x-i)
988
 
    ac_prev=x_includes ;;
989
 
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
990
 
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
991
 
    x_includes=$ac_optarg ;;
992
 
 
993
 
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
994
 
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
995
 
    ac_prev=x_libraries ;;
996
 
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
997
 
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
998
 
    x_libraries=$ac_optarg ;;
999
 
 
1000
 
  -*) { echo "$as_me: error: unrecognized option: $ac_option
1001
 
Try \`$0 --help' for more information." >&2
1002
 
   { (exit 1); exit 1; }; }
1003
 
    ;;
1004
 
 
1005
 
  *=*)
1006
 
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1007
 
    # Reject names that are not valid shell variable names.
1008
 
    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1009
 
      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1010
 
   { (exit 1); exit 1; }; }
1011
 
    eval $ac_envvar=\$ac_optarg
1012
 
    export $ac_envvar ;;
1013
 
 
1014
 
  *)
1015
 
    # FIXME: should be removed in autoconf 3.0.
1016
 
    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1017
 
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1018
 
      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1019
 
    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1020
 
    ;;
1021
 
 
1022
 
  esac
1023
 
done
1024
 
 
1025
 
if test -n "$ac_prev"; then
1026
 
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1027
 
  { echo "$as_me: error: missing argument to $ac_option" >&2
1028
 
   { (exit 1); exit 1; }; }
1029
 
fi
1030
 
 
1031
 
# Be sure to have absolute directory names.
1032
 
for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1033
 
                datadir sysconfdir sharedstatedir localstatedir includedir \
1034
 
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1035
 
                libdir localedir mandir
1036
 
do
1037
 
  eval ac_val=\$$ac_var
1038
 
  case $ac_val in
1039
 
    [\\/$]* | ?:[\\/]* )  continue;;
1040
 
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1041
 
  esac
1042
 
  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1043
 
   { (exit 1); exit 1; }; }
1044
 
done
1045
 
 
1046
 
# There might be people who depend on the old broken behavior: `$host'
1047
 
# used to hold the argument of --host etc.
1048
 
# FIXME: To remove some day.
1049
 
build=$build_alias
1050
 
host=$host_alias
1051
 
target=$target_alias
1052
 
 
1053
 
# FIXME: To remove some day.
1054
 
if test "x$host_alias" != x; then
1055
 
  if test "x$build_alias" = x; then
1056
 
    cross_compiling=maybe
1057
 
    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1058
 
    If a cross compiler is detected then cross compile mode will be used." >&2
1059
 
  elif test "x$build_alias" != "x$host_alias"; then
1060
 
    cross_compiling=yes
1061
 
  fi
1062
 
fi
1063
 
 
1064
 
ac_tool_prefix=
1065
 
test -n "$host_alias" && ac_tool_prefix=$host_alias-
1066
 
 
1067
 
test "$silent" = yes && exec 6>/dev/null
1068
 
 
1069
 
 
1070
 
ac_pwd=`pwd` && test -n "$ac_pwd" &&
1071
 
ac_ls_di=`ls -di .` &&
1072
 
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1073
 
  { echo "$as_me: error: Working directory cannot be determined" >&2
1074
 
   { (exit 1); exit 1; }; }
1075
 
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1076
 
  { echo "$as_me: error: pwd does not report name of working directory" >&2
1077
 
   { (exit 1); exit 1; }; }
1078
 
 
1079
 
 
1080
 
# Find the source files, if location was not specified.
1081
 
if test -z "$srcdir"; then
1082
 
  ac_srcdir_defaulted=yes
1083
 
  # Try the directory containing this script, then the parent directory.
1084
 
  ac_confdir=`$as_dirname -- "$0" ||
1085
 
$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1086
 
         X"$0" : 'X\(//\)[^/]' \| \
1087
 
         X"$0" : 'X\(//\)$' \| \
1088
 
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1089
 
echo X"$0" |
1090
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1091
 
            s//\1/
1092
 
            q
1093
 
          }
1094
 
          /^X\(\/\/\)[^/].*/{
1095
 
            s//\1/
1096
 
            q
1097
 
          }
1098
 
          /^X\(\/\/\)$/{
1099
 
            s//\1/
1100
 
            q
1101
 
          }
1102
 
          /^X\(\/\).*/{
1103
 
            s//\1/
1104
 
            q
1105
 
          }
1106
 
          s/.*/./; q'`
1107
 
  srcdir=$ac_confdir
1108
 
  if test ! -r "$srcdir/$ac_unique_file"; then
1109
 
    srcdir=..
1110
 
  fi
1111
 
else
1112
 
  ac_srcdir_defaulted=no
1113
 
fi
1114
 
if test ! -r "$srcdir/$ac_unique_file"; then
1115
 
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1116
 
  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1117
 
   { (exit 1); exit 1; }; }
1118
 
fi
1119
 
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1120
 
ac_abs_confdir=`(
1121
 
        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1122
 
   { (exit 1); exit 1; }; }
1123
 
        pwd)`
1124
 
# When building in place, set srcdir=.
1125
 
if test "$ac_abs_confdir" = "$ac_pwd"; then
1126
 
  srcdir=.
1127
 
fi
1128
 
# Remove unnecessary trailing slashes from srcdir.
1129
 
# Double slashes in file names in object file debugging info
1130
 
# mess up M-x gdb in Emacs.
1131
 
case $srcdir in
1132
 
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1133
 
esac
1134
 
for ac_var in $ac_precious_vars; do
1135
 
  eval ac_env_${ac_var}_set=\${${ac_var}+set}
1136
 
  eval ac_env_${ac_var}_value=\$${ac_var}
1137
 
  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1138
 
  eval ac_cv_env_${ac_var}_value=\$${ac_var}
1139
 
done
1140
 
 
1141
 
#
1142
 
# Report the --help message.
1143
 
#
1144
 
if test "$ac_init_help" = "long"; then
1145
 
  # Omit some internal or obsolete options to make the list less imposing.
1146
 
  # This message is too long to be a string in the A/UX 3.1 sh.
1147
 
  cat <<_ACEOF
1148
 
\`configure' configures docang-theme 0.1 to adapt to many kinds of systems.
1149
 
 
1150
 
Usage: $0 [OPTION]... [VAR=VALUE]...
1151
 
 
1152
 
To assign environment variables (e.g., CC, CFLAGS...), specify them as
1153
 
VAR=VALUE.  See below for descriptions of some of the useful variables.
1154
 
 
1155
 
Defaults for the options are specified in brackets.
1156
 
 
1157
 
Configuration:
1158
 
  -h, --help              display this help and exit
1159
 
      --help=short        display options specific to this package
1160
 
      --help=recursive    display the short help of all the included packages
1161
 
  -V, --version           display version information and exit
1162
 
  -q, --quiet, --silent   do not print \`checking...' messages
1163
 
      --cache-file=FILE   cache test results in FILE [disabled]
1164
 
  -C, --config-cache      alias for \`--cache-file=config.cache'
1165
 
  -n, --no-create         do not create output files
1166
 
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1167
 
 
1168
 
Installation directories:
1169
 
  --prefix=PREFIX         install architecture-independent files in PREFIX
1170
 
                          [$ac_default_prefix]
1171
 
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1172
 
                          [PREFIX]
1173
 
 
1174
 
By default, \`make install' will install all the files in
1175
 
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1176
 
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1177
 
for instance \`--prefix=\$HOME'.
1178
 
 
1179
 
For better control, use the options below.
1180
 
 
1181
 
Fine tuning of the installation directories:
1182
 
  --bindir=DIR           user executables [EPREFIX/bin]
1183
 
  --sbindir=DIR          system admin executables [EPREFIX/sbin]
1184
 
  --libexecdir=DIR       program executables [EPREFIX/libexec]
1185
 
  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1186
 
  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1187
 
  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1188
 
  --libdir=DIR           object code libraries [EPREFIX/lib]
1189
 
  --includedir=DIR       C header files [PREFIX/include]
1190
 
  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1191
 
  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1192
 
  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1193
 
  --infodir=DIR          info documentation [DATAROOTDIR/info]
1194
 
  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1195
 
  --mandir=DIR           man documentation [DATAROOTDIR/man]
1196
 
  --docdir=DIR           documentation root [DATAROOTDIR/doc/docang-theme]
1197
 
  --htmldir=DIR          html documentation [DOCDIR]
1198
 
  --dvidir=DIR           dvi documentation [DOCDIR]
1199
 
  --pdfdir=DIR           pdf documentation [DOCDIR]
1200
 
  --psdir=DIR            ps documentation [DOCDIR]
1201
 
_ACEOF
1202
 
 
1203
 
  cat <<\_ACEOF
1204
 
 
1205
 
Program names:
1206
 
  --program-prefix=PREFIX            prepend PREFIX to installed program names
1207
 
  --program-suffix=SUFFIX            append SUFFIX to installed program names
1208
 
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1209
 
_ACEOF
1210
 
fi
1211
 
 
1212
 
if test -n "$ac_init_help"; then
1213
 
  case $ac_init_help in
1214
 
     short | recursive ) echo "Configuration of docang-theme 0.1:";;
1215
 
   esac
1216
 
  cat <<\_ACEOF
1217
 
 
1218
 
_ACEOF
1219
 
ac_status=$?
1220
 
fi
1221
 
 
1222
 
if test "$ac_init_help" = "recursive"; then
1223
 
  # If there are subdirs, report their specific --help.
1224
 
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1225
 
    test -d "$ac_dir" || continue
1226
 
    ac_builddir=.
1227
 
 
1228
 
case "$ac_dir" in
1229
 
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1230
 
*)
1231
 
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1232
 
  # A ".." for each directory in $ac_dir_suffix.
1233
 
  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1234
 
  case $ac_top_builddir_sub in
1235
 
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1236
 
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1237
 
  esac ;;
1238
 
esac
1239
 
ac_abs_top_builddir=$ac_pwd
1240
 
ac_abs_builddir=$ac_pwd$ac_dir_suffix
1241
 
# for backward compatibility:
1242
 
ac_top_builddir=$ac_top_build_prefix
1243
 
 
1244
 
case $srcdir in
1245
 
  .)  # We are building in place.
1246
 
    ac_srcdir=.
1247
 
    ac_top_srcdir=$ac_top_builddir_sub
1248
 
    ac_abs_top_srcdir=$ac_pwd ;;
1249
 
  [\\/]* | ?:[\\/]* )  # Absolute name.
1250
 
    ac_srcdir=$srcdir$ac_dir_suffix;
1251
 
    ac_top_srcdir=$srcdir
1252
 
    ac_abs_top_srcdir=$srcdir ;;
1253
 
  *) # Relative name.
1254
 
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1255
 
    ac_top_srcdir=$ac_top_build_prefix$srcdir
1256
 
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1257
 
esac
1258
 
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1259
 
 
1260
 
    cd "$ac_dir" || { ac_status=$?; continue; }
1261
 
    # Check for guested configure.
1262
 
    if test -f "$ac_srcdir/configure.gnu"; then
1263
 
      echo &&
1264
 
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1265
 
    elif test -f "$ac_srcdir/configure"; then
1266
 
      echo &&
1267
 
      $SHELL "$ac_srcdir/configure" --help=recursive
1268
 
    else
1269
 
      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1270
 
    fi || ac_status=$?
1271
 
    cd "$ac_pwd" || { ac_status=$?; break; }
1272
 
  done
1273
 
fi
1274
 
 
1275
 
test -n "$ac_init_help" && exit $ac_status
1276
 
if $ac_init_version; then
1277
 
  cat <<\_ACEOF
1278
 
docang-theme configure 0.1
1279
 
generated by GNU Autoconf 2.61
1280
 
 
1281
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1282
 
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1283
 
This configure script is free software; the Free Software Foundation
1284
 
gives unlimited permission to copy, distribute and modify it.
1285
 
_ACEOF
1286
 
  exit
1287
 
fi
1288
 
cat >config.log <<_ACEOF
1289
 
This file contains any messages produced by compilers while
1290
 
running configure, to aid debugging if configure makes a mistake.
1291
 
 
1292
 
It was created by docang-theme $as_me 0.1, which was
1293
 
generated by GNU Autoconf 2.61.  Invocation command line was
1294
 
 
1295
 
  $ $0 $@
1296
 
 
1297
 
_ACEOF
1298
 
exec 5>>config.log
1299
 
{
1300
 
cat <<_ASUNAME
1301
 
## --------- ##
1302
 
## Platform. ##
1303
 
## --------- ##
1304
 
 
1305
 
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1306
 
uname -m = `(uname -m) 2>/dev/null || echo unknown`
1307
 
uname -r = `(uname -r) 2>/dev/null || echo unknown`
1308
 
uname -s = `(uname -s) 2>/dev/null || echo unknown`
1309
 
uname -v = `(uname -v) 2>/dev/null || echo unknown`
1310
 
 
1311
 
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1312
 
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1313
 
 
1314
 
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1315
 
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1316
 
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1317
 
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1318
 
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1319
 
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1320
 
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1321
 
 
1322
 
_ASUNAME
1323
 
 
1324
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1325
 
for as_dir in $PATH
1326
 
do
1327
 
  IFS=$as_save_IFS
1328
 
  test -z "$as_dir" && as_dir=.
1329
 
  echo "PATH: $as_dir"
1330
 
done
1331
 
IFS=$as_save_IFS
1332
 
 
1333
 
} >&5
1334
 
 
1335
 
cat >&5 <<_ACEOF
1336
 
 
1337
 
 
1338
 
## ----------- ##
1339
 
## Core tests. ##
1340
 
## ----------- ##
1341
 
 
1342
 
_ACEOF
1343
 
 
1344
 
 
1345
 
# Keep a trace of the command line.
1346
 
# Strip out --no-create and --no-recursion so they do not pile up.
1347
 
# Strip out --silent because we don't want to record it for future runs.
1348
 
# Also quote any args containing shell meta-characters.
1349
 
# Make two passes to allow for proper duplicate-argument suppression.
1350
 
ac_configure_args=
1351
 
ac_configure_args0=
1352
 
ac_configure_args1=
1353
 
ac_must_keep_next=false
1354
 
for ac_pass in 1 2
1355
 
do
1356
 
  for ac_arg
1357
 
  do
1358
 
    case $ac_arg in
1359
 
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1360
 
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1361
 
    | -silent | --silent | --silen | --sile | --sil)
1362
 
      continue ;;
1363
 
    *\'*)
1364
 
      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1365
 
    esac
1366
 
    case $ac_pass in
1367
 
    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1368
 
    2)
1369
 
      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1370
 
      if test $ac_must_keep_next = true; then
1371
 
        ac_must_keep_next=false # Got value, back to normal.
1372
 
      else
1373
 
        case $ac_arg in
1374
 
          *=* | --config-cache | -C | -disable-* | --disable-* \
1375
 
          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1376
 
          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1377
 
          | -with-* | --with-* | -without-* | --without-* | --x)
1378
 
            case "$ac_configure_args0 " in
1379
 
              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1380
 
            esac
1381
 
            ;;
1382
 
          -* ) ac_must_keep_next=true ;;
1383
 
        esac
1384
 
      fi
1385
 
      ac_configure_args="$ac_configure_args '$ac_arg'"
1386
 
      ;;
1387
 
    esac
1388
 
  done
1389
 
done
1390
 
$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1391
 
$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1392
 
 
1393
 
# When interrupted or exit'd, cleanup temporary files, and complete
1394
 
# config.log.  We remove comments because anyway the quotes in there
1395
 
# would cause problems or look ugly.
1396
 
# WARNING: Use '\'' to represent an apostrophe within the trap.
1397
 
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1398
 
trap 'exit_status=$?
1399
 
  # Save into config.log some information that might help in debugging.
1400
 
  {
1401
 
    echo
1402
 
 
1403
 
    cat <<\_ASBOX
1404
 
## ---------------- ##
1405
 
## Cache variables. ##
1406
 
## ---------------- ##
1407
 
_ASBOX
1408
 
    echo
1409
 
    # The following way of writing the cache mishandles newlines in values,
1410
 
(
1411
 
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1412
 
    eval ac_val=\$$ac_var
1413
 
    case $ac_val in #(
1414
 
    *${as_nl}*)
1415
 
      case $ac_var in #(
1416
 
      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1417
 
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1418
 
      esac
1419
 
      case $ac_var in #(
1420
 
      _ | IFS | as_nl) ;; #(
1421
 
      *) $as_unset $ac_var ;;
1422
 
      esac ;;
1423
 
    esac
1424
 
  done
1425
 
  (set) 2>&1 |
1426
 
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1427
 
    *${as_nl}ac_space=\ *)
1428
 
      sed -n \
1429
 
        "s/'\''/'\''\\\\'\'''\''/g;
1430
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1431
 
      ;; #(
1432
 
    *)
1433
 
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1434
 
      ;;
1435
 
    esac |
1436
 
    sort
1437
 
)
1438
 
    echo
1439
 
 
1440
 
    cat <<\_ASBOX
1441
 
## ----------------- ##
1442
 
## Output variables. ##
1443
 
## ----------------- ##
1444
 
_ASBOX
1445
 
    echo
1446
 
    for ac_var in $ac_subst_vars
1447
 
    do
1448
 
      eval ac_val=\$$ac_var
1449
 
      case $ac_val in
1450
 
      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1451
 
      esac
1452
 
      echo "$ac_var='\''$ac_val'\''"
1453
 
    done | sort
1454
 
    echo
1455
 
 
1456
 
    if test -n "$ac_subst_files"; then
1457
 
      cat <<\_ASBOX
1458
 
## ------------------- ##
1459
 
## File substitutions. ##
1460
 
## ------------------- ##
1461
 
_ASBOX
1462
 
      echo
1463
 
      for ac_var in $ac_subst_files
1464
 
      do
1465
 
        eval ac_val=\$$ac_var
1466
 
        case $ac_val in
1467
 
        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1468
 
        esac
1469
 
        echo "$ac_var='\''$ac_val'\''"
1470
 
      done | sort
1471
 
      echo
1472
 
    fi
1473
 
 
1474
 
    if test -s confdefs.h; then
1475
 
      cat <<\_ASBOX
1476
 
## ----------- ##
1477
 
## confdefs.h. ##
1478
 
## ----------- ##
1479
 
_ASBOX
1480
 
      echo
1481
 
      cat confdefs.h
1482
 
      echo
1483
 
    fi
1484
 
    test "$ac_signal" != 0 &&
1485
 
      echo "$as_me: caught signal $ac_signal"
1486
 
    echo "$as_me: exit $exit_status"
1487
 
  } >&5
1488
 
  rm -f core *.core core.conftest.* &&
1489
 
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1490
 
    exit $exit_status
1491
 
' 0
1492
 
for ac_signal in 1 2 13 15; do
1493
 
  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1494
 
done
1495
 
ac_signal=0
1496
 
 
1497
 
# confdefs.h avoids OS command line length limits that DEFS can exceed.
1498
 
rm -f -r conftest* confdefs.h
1499
 
 
1500
 
# Predefined preprocessor variables.
1501
 
 
1502
 
cat >>confdefs.h <<_ACEOF
1503
 
#define PACKAGE_NAME "$PACKAGE_NAME"
1504
 
_ACEOF
1505
 
 
1506
 
 
1507
 
cat >>confdefs.h <<_ACEOF
1508
 
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1509
 
_ACEOF
1510
 
 
1511
 
 
1512
 
cat >>confdefs.h <<_ACEOF
1513
 
#define PACKAGE_VERSION "$PACKAGE_VERSION"
1514
 
_ACEOF
1515
 
 
1516
 
 
1517
 
cat >>confdefs.h <<_ACEOF
1518
 
#define PACKAGE_STRING "$PACKAGE_STRING"
1519
 
_ACEOF
1520
 
 
1521
 
 
1522
 
cat >>confdefs.h <<_ACEOF
1523
 
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1524
 
_ACEOF
1525
 
 
1526
 
 
1527
 
# Let the site file select an alternate cache file if it wants to.
1528
 
# Prefer explicitly selected file to automatically selected ones.
1529
 
if test -n "$CONFIG_SITE"; then
1530
 
  set x "$CONFIG_SITE"
1531
 
elif test "x$prefix" != xNONE; then
1532
 
  set x "$prefix/share/config.site" "$prefix/etc/config.site"
1533
 
else
1534
 
  set x "$ac_default_prefix/share/config.site" \
1535
 
        "$ac_default_prefix/etc/config.site"
1536
 
fi
1537
 
shift
1538
 
for ac_site_file
1539
 
do
1540
 
  if test -r "$ac_site_file"; then
1541
 
    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1542
 
echo "$as_me: loading site script $ac_site_file" >&6;}
1543
 
    sed 's/^/| /' "$ac_site_file" >&5
1544
 
    . "$ac_site_file"
1545
 
  fi
1546
 
done
1547
 
 
1548
 
if test -r "$cache_file"; then
1549
 
  # Some versions of bash will fail to source /dev/null (special
1550
 
  # files actually), so we avoid doing that.
1551
 
  if test -f "$cache_file"; then
1552
 
    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1553
 
echo "$as_me: loading cache $cache_file" >&6;}
1554
 
    case $cache_file in
1555
 
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
1556
 
      *)                      . "./$cache_file";;
1557
 
    esac
1558
 
  fi
1559
 
else
1560
 
  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1561
 
echo "$as_me: creating cache $cache_file" >&6;}
1562
 
  >$cache_file
1563
 
fi
1564
 
 
1565
 
# Check that the precious variables saved in the cache have kept the same
1566
 
# value.
1567
 
ac_cache_corrupted=false
1568
 
for ac_var in $ac_precious_vars; do
1569
 
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
1570
 
  eval ac_new_set=\$ac_env_${ac_var}_set
1571
 
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
1572
 
  eval ac_new_val=\$ac_env_${ac_var}_value
1573
 
  case $ac_old_set,$ac_new_set in
1574
 
    set,)
1575
 
      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1576
 
echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1577
 
      ac_cache_corrupted=: ;;
1578
 
    ,set)
1579
 
      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1580
 
echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1581
 
      ac_cache_corrupted=: ;;
1582
 
    ,);;
1583
 
    *)
1584
 
      if test "x$ac_old_val" != "x$ac_new_val"; then
1585
 
        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1586
 
echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1587
 
        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1588
 
echo "$as_me:   former value:  $ac_old_val" >&2;}
1589
 
        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1590
 
echo "$as_me:   current value: $ac_new_val" >&2;}
1591
 
        ac_cache_corrupted=:
1592
 
      fi;;
1593
 
  esac
1594
 
  # Pass precious variables to config.status.
1595
 
  if test "$ac_new_set" = set; then
1596
 
    case $ac_new_val in
1597
 
    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1598
 
    *) ac_arg=$ac_var=$ac_new_val ;;
1599
 
    esac
1600
 
    case " $ac_configure_args " in
1601
 
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1602
 
      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1603
 
    esac
1604
 
  fi
1605
 
done
1606
 
if $ac_cache_corrupted; then
1607
 
  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1608
 
echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1609
 
  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1610
 
echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1611
 
   { (exit 1); exit 1; }; }
1612
 
fi
1613
 
 
1614
 
 
1615
 
 
1616
 
 
1617
 
 
1618
 
 
1619
 
 
1620
 
 
1621
 
 
1622
 
 
1623
 
 
1624
 
 
1625
 
 
1626
 
 
1627
 
 
1628
 
 
1629
 
 
1630
 
 
1631
 
 
1632
 
 
1633
 
 
1634
 
 
1635
 
 
1636
 
 
1637
 
 
1638
 
ac_ext=c
1639
 
ac_cpp='$CPP $CPPFLAGS'
1640
 
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1641
 
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1642
 
ac_compiler_gnu=$ac_cv_c_compiler_gnu
1643
 
 
1644
 
 
1645
 
 
1646
 
 
1647
 
am__api_version="1.9"
1648
 
ac_aux_dir=
1649
 
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1650
 
  if test -f "$ac_dir/install-sh"; then
1651
 
    ac_aux_dir=$ac_dir
1652
 
    ac_install_sh="$ac_aux_dir/install-sh -c"
1653
 
    break
1654
 
  elif test -f "$ac_dir/install.sh"; then
1655
 
    ac_aux_dir=$ac_dir
1656
 
    ac_install_sh="$ac_aux_dir/install.sh -c"
1657
 
    break
1658
 
  elif test -f "$ac_dir/shtool"; then
1659
 
    ac_aux_dir=$ac_dir
1660
 
    ac_install_sh="$ac_aux_dir/shtool install -c"
1661
 
    break
1662
 
  fi
1663
 
done
1664
 
if test -z "$ac_aux_dir"; then
1665
 
  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1666
 
echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1667
 
   { (exit 1); exit 1; }; }
1668
 
fi
1669
 
 
1670
 
# These three variables are undocumented and unsupported,
1671
 
# and are intended to be withdrawn in a future Autoconf release.
1672
 
# They can cause serious problems if a builder's source tree is in a directory
1673
 
# whose full name contains unusual characters.
1674
 
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1675
 
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1676
 
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1677
 
 
1678
 
 
1679
 
# Find a good install program.  We prefer a C program (faster),
1680
 
# so one script is as good as another.  But avoid the broken or
1681
 
# incompatible versions:
1682
 
# SysV /etc/install, /usr/sbin/install
1683
 
# SunOS /usr/etc/install
1684
 
# IRIX /sbin/install
1685
 
# AIX /bin/install
1686
 
# AmigaOS /C/install, which installs bootblocks on floppy discs
1687
 
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1688
 
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
1689
 
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1690
 
# OS/2's system install, which has a completely different semantic
1691
 
# ./install, which can be erroneously created by make from ./install.sh.
1692
 
{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1693
 
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1694
 
if test -z "$INSTALL"; then
1695
 
if test "${ac_cv_path_install+set}" = set; then
1696
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
1697
 
else
1698
 
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1699
 
for as_dir in $PATH
1700
 
do
1701
 
  IFS=$as_save_IFS
1702
 
  test -z "$as_dir" && as_dir=.
1703
 
  # Account for people who put trailing slashes in PATH elements.
1704
 
case $as_dir/ in
1705
 
  ./ | .// | /cC/* | \
1706
 
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1707
 
  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1708
 
  /usr/ucb/* ) ;;
1709
 
  *)
1710
 
    # OSF1 and SCO ODT 3.0 have their own names for install.
1711
 
    # Don't use installbsd from OSF since it installs stuff as root
1712
 
    # by default.
1713
 
    for ac_prog in ginstall scoinst install; do
1714
 
      for ac_exec_ext in '' $ac_executable_extensions; do
1715
 
        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
1716
 
          if test $ac_prog = install &&
1717
 
            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1718
 
            # AIX install.  It has an incompatible calling convention.
1719
 
            :
1720
 
          elif test $ac_prog = install &&
1721
 
            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1722
 
            # program-specific install script used by HP pwplus--don't use.
1723
 
            :
1724
 
          else
1725
 
            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1726
 
            break 3
1727
 
          fi
1728
 
        fi
1729
 
      done
1730
 
    done
1731
 
    ;;
1732
 
esac
1733
 
done
1734
 
IFS=$as_save_IFS
1735
 
 
1736
 
 
1737
 
fi
1738
 
  if test "${ac_cv_path_install+set}" = set; then
1739
 
    INSTALL=$ac_cv_path_install
1740
 
  else
1741
 
    # As a last resort, use the slow shell script.  Don't cache a
1742
 
    # value for INSTALL within a source directory, because that will
1743
 
    # break other packages using the cache if that directory is
1744
 
    # removed, or if the value is a relative name.
1745
 
    INSTALL=$ac_install_sh
1746
 
  fi
1747
 
fi
1748
 
{ echo "$as_me:$LINENO: result: $INSTALL" >&5
1749
 
echo "${ECHO_T}$INSTALL" >&6; }
1750
 
 
1751
 
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1752
 
# It thinks the first close brace ends the variable substitution.
1753
 
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1754
 
 
1755
 
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1756
 
 
1757
 
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1758
 
 
1759
 
{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1760
 
echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1761
 
# Just in case
1762
 
sleep 1
1763
 
echo timestamp > conftest.file
1764
 
# Do `set' in a subshell so we don't clobber the current shell's
1765
 
# arguments.  Must try -L first in case configure is actually a
1766
 
# symlink; some systems play weird games with the mod time of symlinks
1767
 
# (eg FreeBSD returns the mod time of the symlink's containing
1768
 
# directory).
1769
 
if (
1770
 
   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1771
 
   if test "$*" = "X"; then
1772
 
      # -L didn't work.
1773
 
      set X `ls -t $srcdir/configure conftest.file`
1774
 
   fi
1775
 
   rm -f conftest.file
1776
 
   if test "$*" != "X $srcdir/configure conftest.file" \
1777
 
      && test "$*" != "X conftest.file $srcdir/configure"; then
1778
 
 
1779
 
      # If neither matched, then we have a broken ls.  This can happen
1780
 
      # if, for instance, CONFIG_SHELL is bash and it inherits a
1781
 
      # broken ls alias from the environment.  This has actually
1782
 
      # happened.  Such a system could not be considered "sane".
1783
 
      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
1784
 
alias in your environment" >&5
1785
 
echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
1786
 
alias in your environment" >&2;}
1787
 
   { (exit 1); exit 1; }; }
1788
 
   fi
1789
 
 
1790
 
   test "$2" = conftest.file
1791
 
   )
1792
 
then
1793
 
   # Ok.
1794
 
   :
1795
 
else
1796
 
   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1797
 
Check your system clock" >&5
1798
 
echo "$as_me: error: newly created file is older than distributed files!
1799
 
Check your system clock" >&2;}
1800
 
   { (exit 1); exit 1; }; }
1801
 
fi
1802
 
{ echo "$as_me:$LINENO: result: yes" >&5
1803
 
echo "${ECHO_T}yes" >&6; }
1804
 
test "$program_prefix" != NONE &&
1805
 
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
1806
 
# Use a double $ so make ignores it.
1807
 
test "$program_suffix" != NONE &&
1808
 
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1809
 
# Double any \ or $.  echo might interpret backslashes.
1810
 
# By default was `s,x,x', remove it if useless.
1811
 
cat <<\_ACEOF >conftest.sed
1812
 
s/[\\$]/&&/g;s/;s,x,x,$//
1813
 
_ACEOF
1814
 
program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1815
 
rm -f conftest.sed
1816
 
 
1817
 
# expand $ac_aux_dir to an absolute path
1818
 
am_aux_dir=`cd $ac_aux_dir && pwd`
1819
 
 
1820
 
test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
1821
 
# Use eval to expand $SHELL
1822
 
if eval "$MISSING --run true"; then
1823
 
  am_missing_run="$MISSING --run "
1824
 
else
1825
 
  am_missing_run=
1826
 
  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1827
 
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1828
 
fi
1829
 
 
1830
 
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
1831
 
  # We used to keeping the `.' as first argument, in order to
1832
 
  # allow $(mkdir_p) to be used without argument.  As in
1833
 
  #   $(mkdir_p) $(somedir)
1834
 
  # where $(somedir) is conditionally defined.  However this is wrong
1835
 
  # for two reasons:
1836
 
  #  1. if the package is installed by a user who cannot write `.'
1837
 
  #     make install will fail,
1838
 
  #  2. the above comment should most certainly read
1839
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
1840
 
  #     so it does not work when $(somedir) is undefined and
1841
 
  #     $(DESTDIR) is not.
1842
 
  #  To support the latter case, we have to write
1843
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1844
 
  #  so the `.' trick is pointless.
1845
 
  mkdir_p='mkdir -p --'
1846
 
else
1847
 
  # On NextStep and OpenStep, the `mkdir' command does not
1848
 
  # recognize any option.  It will interpret all options as
1849
 
  # directories to create, and then abort because `.' already
1850
 
  # exists.
1851
 
  for d in ./-p ./--version;
1852
 
  do
1853
 
    test -d $d && rmdir $d
1854
 
  done
1855
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1856
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
1857
 
    mkdir_p='$(mkinstalldirs)'
1858
 
  else
1859
 
    mkdir_p='$(install_sh) -d'
1860
 
  fi
1861
 
fi
1862
 
 
1863
 
for ac_prog in gawk mawk nawk awk
1864
 
do
1865
 
  # Extract the first word of "$ac_prog", so it can be a program name with args.
1866
 
set dummy $ac_prog; ac_word=$2
1867
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
1868
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
1869
 
if test "${ac_cv_prog_AWK+set}" = set; then
1870
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
1871
 
else
1872
 
  if test -n "$AWK"; then
1873
 
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
1874
 
else
1875
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1876
 
for as_dir in $PATH
1877
 
do
1878
 
  IFS=$as_save_IFS
1879
 
  test -z "$as_dir" && as_dir=.
1880
 
  for ac_exec_ext in '' $ac_executable_extensions; do
1881
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1882
 
    ac_cv_prog_AWK="$ac_prog"
1883
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1884
 
    break 2
1885
 
  fi
1886
 
done
1887
 
done
1888
 
IFS=$as_save_IFS
1889
 
 
1890
 
fi
1891
 
fi
1892
 
AWK=$ac_cv_prog_AWK
1893
 
if test -n "$AWK"; then
1894
 
  { echo "$as_me:$LINENO: result: $AWK" >&5
1895
 
echo "${ECHO_T}$AWK" >&6; }
1896
 
else
1897
 
  { echo "$as_me:$LINENO: result: no" >&5
1898
 
echo "${ECHO_T}no" >&6; }
1899
 
fi
1900
 
 
1901
 
 
1902
 
  test -n "$AWK" && break
1903
 
done
1904
 
 
1905
 
{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1906
 
echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1907
 
set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1908
 
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1909
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
1910
 
else
1911
 
  cat >conftest.make <<\_ACEOF
1912
 
SHELL = /bin/sh
1913
 
all:
1914
 
        @echo '@@@%%%=$(MAKE)=@@@%%%'
1915
 
_ACEOF
1916
 
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1917
 
case `${MAKE-make} -f conftest.make 2>/dev/null` in
1918
 
  *@@@%%%=?*=@@@%%%*)
1919
 
    eval ac_cv_prog_make_${ac_make}_set=yes;;
1920
 
  *)
1921
 
    eval ac_cv_prog_make_${ac_make}_set=no;;
1922
 
esac
1923
 
rm -f conftest.make
1924
 
fi
1925
 
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1926
 
  { echo "$as_me:$LINENO: result: yes" >&5
1927
 
echo "${ECHO_T}yes" >&6; }
1928
 
  SET_MAKE=
1929
 
else
1930
 
  { echo "$as_me:$LINENO: result: no" >&5
1931
 
echo "${ECHO_T}no" >&6; }
1932
 
  SET_MAKE="MAKE=${MAKE-make}"
1933
 
fi
1934
 
 
1935
 
rm -rf .tst 2>/dev/null
1936
 
mkdir .tst 2>/dev/null
1937
 
if test -d .tst; then
1938
 
  am__leading_dot=.
1939
 
else
1940
 
  am__leading_dot=_
1941
 
fi
1942
 
rmdir .tst 2>/dev/null
1943
 
 
1944
 
# test to see if srcdir already configured
1945
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
1946
 
   test -f $srcdir/config.status; then
1947
 
  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1948
 
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1949
 
   { (exit 1); exit 1; }; }
1950
 
fi
1951
 
 
1952
 
# test whether we have cygpath
1953
 
if test -z "$CYGPATH_W"; then
1954
 
  if (cygpath --version) >/dev/null 2>/dev/null; then
1955
 
    CYGPATH_W='cygpath -w'
1956
 
  else
1957
 
    CYGPATH_W=echo
1958
 
  fi
1959
 
fi
1960
 
 
1961
 
 
1962
 
# Define the identity of the package.
1963
 
 PACKAGE='docang-theme'
1964
 
 VERSION='0.1'
1965
 
 
1966
 
 
1967
 
cat >>confdefs.h <<_ACEOF
1968
 
#define PACKAGE "$PACKAGE"
1969
 
_ACEOF
1970
 
 
1971
 
 
1972
 
cat >>confdefs.h <<_ACEOF
1973
 
#define VERSION "$VERSION"
1974
 
_ACEOF
1975
 
 
1976
 
# Some tools Automake needs.
1977
 
 
1978
 
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1979
 
 
1980
 
 
1981
 
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
1982
 
 
1983
 
 
1984
 
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1985
 
 
1986
 
 
1987
 
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
1988
 
 
1989
 
 
1990
 
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
1991
 
 
1992
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
1993
 
 
1994
 
# Installed binaries are usually stripped using `strip' when the user
1995
 
# run `make install-strip'.  However `strip' might not be the right
1996
 
# tool to use in cross-compilation environments, therefore Automake
1997
 
# will honor the `STRIP' environment variable to overrule this program.
1998
 
if test "$cross_compiling" != no; then
1999
 
  if test -n "$ac_tool_prefix"; then
2000
 
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2001
 
set dummy ${ac_tool_prefix}strip; ac_word=$2
2002
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2003
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2004
 
if test "${ac_cv_prog_STRIP+set}" = set; then
2005
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
2006
 
else
2007
 
  if test -n "$STRIP"; then
2008
 
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2009
 
else
2010
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2011
 
for as_dir in $PATH
2012
 
do
2013
 
  IFS=$as_save_IFS
2014
 
  test -z "$as_dir" && as_dir=.
2015
 
  for ac_exec_ext in '' $ac_executable_extensions; do
2016
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2017
 
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2018
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2019
 
    break 2
2020
 
  fi
2021
 
done
2022
 
done
2023
 
IFS=$as_save_IFS
2024
 
 
2025
 
fi
2026
 
fi
2027
 
STRIP=$ac_cv_prog_STRIP
2028
 
if test -n "$STRIP"; then
2029
 
  { echo "$as_me:$LINENO: result: $STRIP" >&5
2030
 
echo "${ECHO_T}$STRIP" >&6; }
2031
 
else
2032
 
  { echo "$as_me:$LINENO: result: no" >&5
2033
 
echo "${ECHO_T}no" >&6; }
2034
 
fi
2035
 
 
2036
 
 
2037
 
fi
2038
 
if test -z "$ac_cv_prog_STRIP"; then
2039
 
  ac_ct_STRIP=$STRIP
2040
 
  # Extract the first word of "strip", so it can be a program name with args.
2041
 
set dummy strip; ac_word=$2
2042
 
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
2043
 
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2044
 
if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2045
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
2046
 
else
2047
 
  if test -n "$ac_ct_STRIP"; then
2048
 
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2049
 
else
2050
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2051
 
for as_dir in $PATH
2052
 
do
2053
 
  IFS=$as_save_IFS
2054
 
  test -z "$as_dir" && as_dir=.
2055
 
  for ac_exec_ext in '' $ac_executable_extensions; do
2056
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2057
 
    ac_cv_prog_ac_ct_STRIP="strip"
2058
 
    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2059
 
    break 2
2060
 
  fi
2061
 
done
2062
 
done
2063
 
IFS=$as_save_IFS
2064
 
 
2065
 
fi
2066
 
fi
2067
 
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2068
 
if test -n "$ac_ct_STRIP"; then
2069
 
  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2070
 
echo "${ECHO_T}$ac_ct_STRIP" >&6; }
2071
 
else
2072
 
  { echo "$as_me:$LINENO: result: no" >&5
2073
 
echo "${ECHO_T}no" >&6; }
2074
 
fi
2075
 
 
2076
 
  if test "x$ac_ct_STRIP" = x; then
2077
 
    STRIP=":"
2078
 
  else
2079
 
    case $cross_compiling:$ac_tool_warned in
2080
 
yes:)
2081
 
{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2082
 
whose name does not start with the host triplet.  If you think this
2083
 
configuration is useful to you, please write to autoconf@gnu.org." >&5
2084
 
echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2085
 
whose name does not start with the host triplet.  If you think this
2086
 
configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2087
 
ac_tool_warned=yes ;;
2088
 
esac
2089
 
    STRIP=$ac_ct_STRIP
2090
 
  fi
2091
 
else
2092
 
  STRIP="$ac_cv_prog_STRIP"
2093
 
fi
2094
 
 
2095
 
fi
2096
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
2097
 
 
2098
 
# We need awk for the "check" target.  The system "awk" is bad on
2099
 
# some platforms.
2100
 
# Always define AMTAR for backward compatibility.
2101
 
 
2102
 
AMTAR=${AMTAR-"${am_missing_run}tar"}
2103
 
 
2104
 
 
2105
 
{ echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5
2106
 
echo $ECHO_N "checking how to create a ustar tar archive... $ECHO_C" >&6; }
2107
 
# Loop over all known methods to create a tar archive until one works.
2108
 
_am_tools='gnutar plaintar pax cpio none'
2109
 
_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
2110
 
# Do not fold the above two line into one, because Tru64 sh and
2111
 
# Solaris sh will not grok spaces in the rhs of `-'.
2112
 
for _am_tool in $_am_tools
2113
 
do
2114
 
  case $_am_tool in
2115
 
  gnutar)
2116
 
    for _am_tar in tar gnutar gtar;
2117
 
    do
2118
 
      { echo "$as_me:$LINENO: $_am_tar --version" >&5
2119
 
   ($_am_tar --version) >&5 2>&5
2120
 
   ac_status=$?
2121
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2122
 
   (exit $ac_status); } && break
2123
 
    done
2124
 
    am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
2125
 
    am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
2126
 
    am__untar="$_am_tar -xf -"
2127
 
    ;;
2128
 
  plaintar)
2129
 
    # Must skip GNU tar: if it does not support --format= it doesn't create
2130
 
    # ustar tarball either.
2131
 
    (tar --version) >/dev/null 2>&1 && continue
2132
 
    am__tar='tar chf - "$$tardir"'
2133
 
    am__tar_='tar chf - "$tardir"'
2134
 
    am__untar='tar xf -'
2135
 
    ;;
2136
 
  pax)
2137
 
    am__tar='pax -L -x ustar -w "$$tardir"'
2138
 
    am__tar_='pax -L -x ustar -w "$tardir"'
2139
 
    am__untar='pax -r'
2140
 
    ;;
2141
 
  cpio)
2142
 
    am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
2143
 
    am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
2144
 
    am__untar='cpio -i -H ustar -d'
2145
 
    ;;
2146
 
  none)
2147
 
    am__tar=false
2148
 
    am__tar_=false
2149
 
    am__untar=false
2150
 
    ;;
2151
 
  esac
2152
 
 
2153
 
  # If the value was cached, stop now.  We just wanted to have am__tar
2154
 
  # and am__untar set.
2155
 
  test -n "${am_cv_prog_tar_ustar}" && break
2156
 
 
2157
 
  # tar/untar a dummy directory, and stop if the command works
2158
 
  rm -rf conftest.dir
2159
 
  mkdir conftest.dir
2160
 
  echo GrepMe > conftest.dir/file
2161
 
  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
2162
 
   (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
2163
 
   ac_status=$?
2164
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2165
 
   (exit $ac_status); }
2166
 
  rm -rf conftest.dir
2167
 
  if test -s conftest.tar; then
2168
 
    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
2169
 
   ($am__untar <conftest.tar) >&5 2>&5
2170
 
   ac_status=$?
2171
 
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2172
 
   (exit $ac_status); }
2173
 
    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
2174
 
  fi
2175
 
done
2176
 
rm -rf conftest.dir
2177
 
 
2178
 
if test "${am_cv_prog_tar_ustar+set}" = set; then
2179
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
2180
 
else
2181
 
  am_cv_prog_tar_ustar=$_am_tool
2182
 
fi
2183
 
 
2184
 
{ echo "$as_me:$LINENO: result: $am_cv_prog_tar_ustar" >&5
2185
 
echo "${ECHO_T}$am_cv_prog_tar_ustar" >&6; }
2186
 
 
2187
 
 
2188
 
 
2189
 
 
2190
 
 
2191
 
 
2192
 
# Workaround to make aclocal get the right flags
2193
 
ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
2194
 
 
2195
 
 
2196
 
# Define the toplevel path here
2197
 
themedir="\${datadir}/themes/"
2198
 
 
2199
 
 
2200
 
ac_config_files="$ac_config_files metacity-1/Makefile gtk-2.0/Makefile gtk-2.0/panel/Makefile Makefile"
2201
 
 
2202
 
 
2203
 
cat >confcache <<\_ACEOF
2204
 
# This file is a shell script that caches the results of configure
2205
 
# tests run on this system so they can be shared between configure
2206
 
# scripts and configure runs, see configure's option --config-cache.
2207
 
# It is not useful on other systems.  If it contains results you don't
2208
 
# want to keep, you may remove or edit it.
2209
 
#
2210
 
# config.status only pays attention to the cache file if you give it
2211
 
# the --recheck option to rerun configure.
2212
 
#
2213
 
# `ac_cv_env_foo' variables (set or unset) will be overridden when
2214
 
# loading this file, other *unset* `ac_cv_foo' will be assigned the
2215
 
# following values.
2216
 
 
2217
 
_ACEOF
2218
 
 
2219
 
# The following way of writing the cache mishandles newlines in values,
2220
 
# but we know of no workaround that is simple, portable, and efficient.
2221
 
# So, we kill variables containing newlines.
2222
 
# Ultrix sh set writes to stderr and can't be redirected directly,
2223
 
# and sets the high bit in the cache file unless we assign to the vars.
2224
 
(
2225
 
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2226
 
    eval ac_val=\$$ac_var
2227
 
    case $ac_val in #(
2228
 
    *${as_nl}*)
2229
 
      case $ac_var in #(
2230
 
      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2231
 
echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2232
 
      esac
2233
 
      case $ac_var in #(
2234
 
      _ | IFS | as_nl) ;; #(
2235
 
      *) $as_unset $ac_var ;;
2236
 
      esac ;;
2237
 
    esac
2238
 
  done
2239
 
 
2240
 
  (set) 2>&1 |
2241
 
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
2242
 
    *${as_nl}ac_space=\ *)
2243
 
      # `set' does not quote correctly, so add quotes (double-quote
2244
 
      # substitution turns \\\\ into \\, and sed turns \\ into \).
2245
 
      sed -n \
2246
 
        "s/'/'\\\\''/g;
2247
 
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2248
 
      ;; #(
2249
 
    *)
2250
 
      # `set' quotes correctly as required by POSIX, so do not add quotes.
2251
 
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2252
 
      ;;
2253
 
    esac |
2254
 
    sort
2255
 
) |
2256
 
  sed '
2257
 
     /^ac_cv_env_/b end
2258
 
     t clear
2259
 
     :clear
2260
 
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2261
 
     t end
2262
 
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2263
 
     :end' >>confcache
2264
 
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2265
 
  if test -w "$cache_file"; then
2266
 
    test "x$cache_file" != "x/dev/null" &&
2267
 
      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
2268
 
echo "$as_me: updating cache $cache_file" >&6;}
2269
 
    cat confcache >$cache_file
2270
 
  else
2271
 
    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2272
 
echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2273
 
  fi
2274
 
fi
2275
 
rm -f confcache
2276
 
 
2277
 
test "x$prefix" = xNONE && prefix=$ac_default_prefix
2278
 
# Let make expand exec_prefix.
2279
 
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2280
 
 
2281
 
# Transform confdefs.h into DEFS.
2282
 
# Protect against shell expansion while executing Makefile rules.
2283
 
# Protect against Makefile macro expansion.
2284
 
#
2285
 
# If the first sed substitution is executed (which looks for macros that
2286
 
# take arguments), then branch to the quote section.  Otherwise,
2287
 
# look for a macro that doesn't take arguments.
2288
 
ac_script='
2289
 
t clear
2290
 
:clear
2291
 
s/^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*([^)]*)\)[   ]*\(.*\)/-D\1=\2/g
2292
 
t quote
2293
 
s/^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)/-D\1=\2/g
2294
 
t quote
2295
 
b any
2296
 
:quote
2297
 
s/[      `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2298
 
s/\[/\\&/g
2299
 
s/\]/\\&/g
2300
 
s/\$/$$/g
2301
 
H
2302
 
:any
2303
 
${
2304
 
        g
2305
 
        s/^\n//
2306
 
        s/\n/ /g
2307
 
        p
2308
 
}
2309
 
'
2310
 
DEFS=`sed -n "$ac_script" confdefs.h`
2311
 
 
2312
 
 
2313
 
ac_libobjs=
2314
 
ac_ltlibobjs=
2315
 
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2316
 
  # 1. Remove the extension, and $U if already installed.
2317
 
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2318
 
  ac_i=`echo "$ac_i" | sed "$ac_script"`
2319
 
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
2320
 
  #    will be set to the directory where LIBOBJS objects are built.
2321
 
  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2322
 
  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2323
 
done
2324
 
LIBOBJS=$ac_libobjs
2325
 
 
2326
 
LTLIBOBJS=$ac_ltlibobjs
2327
 
 
2328
 
 
2329
 
 
2330
 
: ${CONFIG_STATUS=./config.status}
2331
 
ac_clean_files_save=$ac_clean_files
2332
 
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2333
 
{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2334
 
echo "$as_me: creating $CONFIG_STATUS" >&6;}
2335
 
cat >$CONFIG_STATUS <<_ACEOF
2336
 
#! $SHELL
2337
 
# Generated by $as_me.
2338
 
# Run this file to recreate the current configuration.
2339
 
# Compiler output produced by configure, useful for debugging
2340
 
# configure, is in config.log if it exists.
2341
 
 
2342
 
debug=false
2343
 
ac_cs_recheck=false
2344
 
ac_cs_silent=false
2345
 
SHELL=\${CONFIG_SHELL-$SHELL}
2346
 
_ACEOF
2347
 
 
2348
 
cat >>$CONFIG_STATUS <<\_ACEOF
2349
 
## --------------------- ##
2350
 
## M4sh Initialization.  ##
2351
 
## --------------------- ##
2352
 
 
2353
 
# Be more Bourne compatible
2354
 
DUALCASE=1; export DUALCASE # for MKS sh
2355
 
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2356
 
  emulate sh
2357
 
  NULLCMD=:
2358
 
  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2359
 
  # is contrary to our usage.  Disable this feature.
2360
 
  alias -g '${1+"$@"}'='"$@"'
2361
 
  setopt NO_GLOB_SUBST
2362
 
else
2363
 
  case `(set -o) 2>/dev/null` in
2364
 
  *posix*) set -o posix ;;
2365
 
esac
2366
 
 
2367
 
fi
2368
 
 
2369
 
 
2370
 
 
2371
 
 
2372
 
# PATH needs CR
2373
 
# Avoid depending upon Character Ranges.
2374
 
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2375
 
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2376
 
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2377
 
as_cr_digits='0123456789'
2378
 
as_cr_alnum=$as_cr_Letters$as_cr_digits
2379
 
 
2380
 
# The user is always right.
2381
 
if test "${PATH_SEPARATOR+set}" != set; then
2382
 
  echo "#! /bin/sh" >conf$$.sh
2383
 
  echo  "exit 0"   >>conf$$.sh
2384
 
  chmod +x conf$$.sh
2385
 
  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2386
 
    PATH_SEPARATOR=';'
2387
 
  else
2388
 
    PATH_SEPARATOR=:
2389
 
  fi
2390
 
  rm -f conf$$.sh
2391
 
fi
2392
 
 
2393
 
# Support unset when possible.
2394
 
if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2395
 
  as_unset=unset
2396
 
else
2397
 
  as_unset=false
2398
 
fi
2399
 
 
2400
 
 
2401
 
# IFS
2402
 
# We need space, tab and new line, in precisely that order.  Quoting is
2403
 
# there to prevent editors from complaining about space-tab.
2404
 
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2405
 
# splitting by setting IFS to empty value.)
2406
 
as_nl='
2407
 
'
2408
 
IFS=" ""        $as_nl"
2409
 
 
2410
 
# Find who we are.  Look in the path if we contain no directory separator.
2411
 
case $0 in
2412
 
  *[\\/]* ) as_myself=$0 ;;
2413
 
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2414
 
for as_dir in $PATH
2415
 
do
2416
 
  IFS=$as_save_IFS
2417
 
  test -z "$as_dir" && as_dir=.
2418
 
  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2419
 
done
2420
 
IFS=$as_save_IFS
2421
 
 
2422
 
     ;;
2423
 
esac
2424
 
# We did not find ourselves, most probably we were run as `sh COMMAND'
2425
 
# in which case we are not to be found in the path.
2426
 
if test "x$as_myself" = x; then
2427
 
  as_myself=$0
2428
 
fi
2429
 
if test ! -f "$as_myself"; then
2430
 
  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2431
 
  { (exit 1); exit 1; }
2432
 
fi
2433
 
 
2434
 
# Work around bugs in pre-3.0 UWIN ksh.
2435
 
for as_var in ENV MAIL MAILPATH
2436
 
do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2437
 
done
2438
 
PS1='$ '
2439
 
PS2='> '
2440
 
PS4='+ '
2441
 
 
2442
 
# NLS nuisances.
2443
 
for as_var in \
2444
 
  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2445
 
  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2446
 
  LC_TELEPHONE LC_TIME
2447
 
do
2448
 
  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2449
 
    eval $as_var=C; export $as_var
2450
 
  else
2451
 
    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2452
 
  fi
2453
 
done
2454
 
 
2455
 
# Required to use basename.
2456
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
2457
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2458
 
  as_expr=expr
2459
 
else
2460
 
  as_expr=false
2461
 
fi
2462
 
 
2463
 
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2464
 
  as_basename=basename
2465
 
else
2466
 
  as_basename=false
2467
 
fi
2468
 
 
2469
 
 
2470
 
# Name of the executable.
2471
 
as_me=`$as_basename -- "$0" ||
2472
 
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2473
 
         X"$0" : 'X\(//\)$' \| \
2474
 
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2475
 
echo X/"$0" |
2476
 
    sed '/^.*\/\([^/][^/]*\)\/*$/{
2477
 
            s//\1/
2478
 
            q
2479
 
          }
2480
 
          /^X\/\(\/\/\)$/{
2481
 
            s//\1/
2482
 
            q
2483
 
          }
2484
 
          /^X\/\(\/\).*/{
2485
 
            s//\1/
2486
 
            q
2487
 
          }
2488
 
          s/.*/./; q'`
2489
 
 
2490
 
# CDPATH.
2491
 
$as_unset CDPATH
2492
 
 
2493
 
 
2494
 
 
2495
 
  as_lineno_1=$LINENO
2496
 
  as_lineno_2=$LINENO
2497
 
  test "x$as_lineno_1" != "x$as_lineno_2" &&
2498
 
  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
2499
 
 
2500
 
  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2501
 
  # uniformly replaced by the line number.  The first 'sed' inserts a
2502
 
  # line-number line after each line using $LINENO; the second 'sed'
2503
 
  # does the real work.  The second script uses 'N' to pair each
2504
 
  # line-number line with the line containing $LINENO, and appends
2505
 
  # trailing '-' during substitution so that $LINENO is not a special
2506
 
  # case at line end.
2507
 
  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2508
 
  # scripts with optimization help from Paolo Bonzini.  Blame Lee
2509
 
  # E. McMahon (1931-1989) for sed's syntax.  :-)
2510
 
  sed -n '
2511
 
    p
2512
 
    /[$]LINENO/=
2513
 
  ' <$as_myself |
2514
 
    sed '
2515
 
      s/[$]LINENO.*/&-/
2516
 
      t lineno
2517
 
      b
2518
 
      :lineno
2519
 
      N
2520
 
      :loop
2521
 
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2522
 
      t loop
2523
 
      s/-\n.*//
2524
 
    ' >$as_me.lineno &&
2525
 
  chmod +x "$as_me.lineno" ||
2526
 
    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2527
 
   { (exit 1); exit 1; }; }
2528
 
 
2529
 
  # Don't try to exec as it changes $[0], causing all sort of problems
2530
 
  # (the dirname of $[0] is not the place where we might find the
2531
 
  # original and so on.  Autoconf is especially sensitive to this).
2532
 
  . "./$as_me.lineno"
2533
 
  # Exit status is that of the last command.
2534
 
  exit
2535
 
}
2536
 
 
2537
 
 
2538
 
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2539
 
  as_dirname=dirname
2540
 
else
2541
 
  as_dirname=false
2542
 
fi
2543
 
 
2544
 
ECHO_C= ECHO_N= ECHO_T=
2545
 
case `echo -n x` in
2546
 
-n*)
2547
 
  case `echo 'x\c'` in
2548
 
  *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
2549
 
  *)   ECHO_C='\c';;
2550
 
  esac;;
2551
 
*)
2552
 
  ECHO_N='-n';;
2553
 
esac
2554
 
 
2555
 
if expr a : '\(a\)' >/dev/null 2>&1 &&
2556
 
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
2557
 
  as_expr=expr
2558
 
else
2559
 
  as_expr=false
2560
 
fi
2561
 
 
2562
 
rm -f conf$$ conf$$.exe conf$$.file
2563
 
if test -d conf$$.dir; then
2564
 
  rm -f conf$$.dir/conf$$.file
2565
 
else
2566
 
  rm -f conf$$.dir
2567
 
  mkdir conf$$.dir
2568
 
fi
2569
 
echo >conf$$.file
2570
 
if ln -s conf$$.file conf$$ 2>/dev/null; then
2571
 
  as_ln_s='ln -s'
2572
 
  # ... but there are two gotchas:
2573
 
  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2574
 
  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2575
 
  # In both cases, we have to default to `cp -p'.
2576
 
  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2577
 
    as_ln_s='cp -p'
2578
 
elif ln conf$$.file conf$$ 2>/dev/null; then
2579
 
  as_ln_s=ln
2580
 
else
2581
 
  as_ln_s='cp -p'
2582
 
fi
2583
 
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2584
 
rmdir conf$$.dir 2>/dev/null
2585
 
 
2586
 
if mkdir -p . 2>/dev/null; then
2587
 
  as_mkdir_p=:
2588
 
else
2589
 
  test -d ./-p && rmdir ./-p
2590
 
  as_mkdir_p=false
2591
 
fi
2592
 
 
2593
 
if test -x / >/dev/null 2>&1; then
2594
 
  as_test_x='test -x'
2595
 
else
2596
 
  if ls -dL / >/dev/null 2>&1; then
2597
 
    as_ls_L_option=L
2598
 
  else
2599
 
    as_ls_L_option=
2600
 
  fi
2601
 
  as_test_x='
2602
 
    eval sh -c '\''
2603
 
      if test -d "$1"; then
2604
 
        test -d "$1/.";
2605
 
      else
2606
 
        case $1 in
2607
 
        -*)set "./$1";;
2608
 
        esac;
2609
 
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
2610
 
        ???[sx]*):;;*)false;;esac;fi
2611
 
    '\'' sh
2612
 
  '
2613
 
fi
2614
 
as_executable_p=$as_test_x
2615
 
 
2616
 
# Sed expression to map a string onto a valid CPP name.
2617
 
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2618
 
 
2619
 
# Sed expression to map a string onto a valid variable name.
2620
 
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2621
 
 
2622
 
 
2623
 
exec 6>&1
2624
 
 
2625
 
# Save the log message, to keep $[0] and so on meaningful, and to
2626
 
# report actual input values of CONFIG_FILES etc. instead of their
2627
 
# values after options handling.
2628
 
ac_log="
2629
 
This file was extended by docang-theme $as_me 0.1, which was
2630
 
generated by GNU Autoconf 2.61.  Invocation command line was
2631
 
 
2632
 
  CONFIG_FILES    = $CONFIG_FILES
2633
 
  CONFIG_HEADERS  = $CONFIG_HEADERS
2634
 
  CONFIG_LINKS    = $CONFIG_LINKS
2635
 
  CONFIG_COMMANDS = $CONFIG_COMMANDS
2636
 
  $ $0 $@
2637
 
 
2638
 
on `(hostname || uname -n) 2>/dev/null | sed 1q`
2639
 
"
2640
 
 
2641
 
_ACEOF
2642
 
 
2643
 
cat >>$CONFIG_STATUS <<_ACEOF
2644
 
# Files that config.status was made for.
2645
 
config_files="$ac_config_files"
2646
 
 
2647
 
_ACEOF
2648
 
 
2649
 
cat >>$CONFIG_STATUS <<\_ACEOF
2650
 
ac_cs_usage="\
2651
 
\`$as_me' instantiates files from templates according to the
2652
 
current configuration.
2653
 
 
2654
 
Usage: $0 [OPTIONS] [FILE]...
2655
 
 
2656
 
  -h, --help       print this help, then exit
2657
 
  -V, --version    print version number and configuration settings, then exit
2658
 
  -q, --quiet      do not print progress messages
2659
 
  -d, --debug      don't remove temporary files
2660
 
      --recheck    update $as_me by reconfiguring in the same conditions
2661
 
  --file=FILE[:TEMPLATE]
2662
 
                   instantiate the configuration file FILE
2663
 
 
2664
 
Configuration files:
2665
 
$config_files
2666
 
 
2667
 
Report bugs to <bug-autoconf@gnu.org>."
2668
 
 
2669
 
_ACEOF
2670
 
cat >>$CONFIG_STATUS <<_ACEOF
2671
 
ac_cs_version="\\
2672
 
docang-theme config.status 0.1
2673
 
configured by $0, generated by GNU Autoconf 2.61,
2674
 
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2675
 
 
2676
 
Copyright (C) 2006 Free Software Foundation, Inc.
2677
 
This config.status script is free software; the Free Software Foundation
2678
 
gives unlimited permission to copy, distribute and modify it."
2679
 
 
2680
 
ac_pwd='$ac_pwd'
2681
 
srcdir='$srcdir'
2682
 
INSTALL='$INSTALL'
2683
 
_ACEOF
2684
 
 
2685
 
cat >>$CONFIG_STATUS <<\_ACEOF
2686
 
# If no file are specified by the user, then we need to provide default
2687
 
# value.  By we need to know if files were specified by the user.
2688
 
ac_need_defaults=:
2689
 
while test $# != 0
2690
 
do
2691
 
  case $1 in
2692
 
  --*=*)
2693
 
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
2694
 
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2695
 
    ac_shift=:
2696
 
    ;;
2697
 
  *)
2698
 
    ac_option=$1
2699
 
    ac_optarg=$2
2700
 
    ac_shift=shift
2701
 
    ;;
2702
 
  esac
2703
 
 
2704
 
  case $ac_option in
2705
 
  # Handling of the options.
2706
 
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2707
 
    ac_cs_recheck=: ;;
2708
 
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2709
 
    echo "$ac_cs_version"; exit ;;
2710
 
  --debug | --debu | --deb | --de | --d | -d )
2711
 
    debug=: ;;
2712
 
  --file | --fil | --fi | --f )
2713
 
    $ac_shift
2714
 
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2715
 
    ac_need_defaults=false;;
2716
 
  --he | --h |  --help | --hel | -h )
2717
 
    echo "$ac_cs_usage"; exit ;;
2718
 
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2719
 
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
2720
 
    ac_cs_silent=: ;;
2721
 
 
2722
 
  # This is an error.
2723
 
  -*) { echo "$as_me: error: unrecognized option: $1
2724
 
Try \`$0 --help' for more information." >&2
2725
 
   { (exit 1); exit 1; }; } ;;
2726
 
 
2727
 
  *) ac_config_targets="$ac_config_targets $1"
2728
 
     ac_need_defaults=false ;;
2729
 
 
2730
 
  esac
2731
 
  shift
2732
 
done
2733
 
 
2734
 
ac_configure_extra_args=
2735
 
 
2736
 
if $ac_cs_silent; then
2737
 
  exec 6>/dev/null
2738
 
  ac_configure_extra_args="$ac_configure_extra_args --silent"
2739
 
fi
2740
 
 
2741
 
_ACEOF
2742
 
cat >>$CONFIG_STATUS <<_ACEOF
2743
 
if \$ac_cs_recheck; then
2744
 
  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2745
 
  CONFIG_SHELL=$SHELL
2746
 
  export CONFIG_SHELL
2747
 
  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2748
 
fi
2749
 
 
2750
 
_ACEOF
2751
 
cat >>$CONFIG_STATUS <<\_ACEOF
2752
 
exec 5>>config.log
2753
 
{
2754
 
  echo
2755
 
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2756
 
## Running $as_me. ##
2757
 
_ASBOX
2758
 
  echo "$ac_log"
2759
 
} >&5
2760
 
 
2761
 
_ACEOF
2762
 
cat >>$CONFIG_STATUS <<_ACEOF
2763
 
_ACEOF
2764
 
 
2765
 
cat >>$CONFIG_STATUS <<\_ACEOF
2766
 
 
2767
 
# Handling of arguments.
2768
 
for ac_config_target in $ac_config_targets
2769
 
do
2770
 
  case $ac_config_target in
2771
 
    "metacity-1/Makefile") CONFIG_FILES="$CONFIG_FILES metacity-1/Makefile" ;;
2772
 
    "gtk-2.0/Makefile") CONFIG_FILES="$CONFIG_FILES gtk-2.0/Makefile" ;;
2773
 
    "gtk-2.0/panel/Makefile") CONFIG_FILES="$CONFIG_FILES gtk-2.0/panel/Makefile" ;;
2774
 
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2775
 
 
2776
 
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2777
 
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2778
 
   { (exit 1); exit 1; }; };;
2779
 
  esac
2780
 
done
2781
 
 
2782
 
 
2783
 
# If the user did not use the arguments to specify the items to instantiate,
2784
 
# then the envvar interface is used.  Set only those that are not.
2785
 
# We use the long form for the default assignment because of an extremely
2786
 
# bizarre bug on SunOS 4.1.3.
2787
 
if $ac_need_defaults; then
2788
 
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2789
 
fi
2790
 
 
2791
 
# Have a temporary directory for convenience.  Make it in the build tree
2792
 
# simply because there is no reason against having it here, and in addition,
2793
 
# creating and moving files from /tmp can sometimes cause problems.
2794
 
# Hook for its removal unless debugging.
2795
 
# Note that there is a small window in which the directory will not be cleaned:
2796
 
# after its creation but before its name has been assigned to `$tmp'.
2797
 
$debug ||
2798
 
{
2799
 
  tmp=
2800
 
  trap 'exit_status=$?
2801
 
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
2802
 
' 0
2803
 
  trap '{ (exit 1); exit 1; }' 1 2 13 15
2804
 
}
2805
 
# Create a (secure) tmp directory for tmp files.
2806
 
 
2807
 
{
2808
 
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2809
 
  test -n "$tmp" && test -d "$tmp"
2810
 
}  ||
2811
 
{
2812
 
  tmp=./conf$$-$RANDOM
2813
 
  (umask 077 && mkdir "$tmp")
2814
 
} ||
2815
 
{
2816
 
   echo "$me: cannot create a temporary directory in ." >&2
2817
 
   { (exit 1); exit 1; }
2818
 
}
2819
 
 
2820
 
#
2821
 
# Set up the sed scripts for CONFIG_FILES section.
2822
 
#
2823
 
 
2824
 
# No need to generate the scripts if there are no CONFIG_FILES.
2825
 
# This happens for instance when ./config.status config.h
2826
 
if test -n "$CONFIG_FILES"; then
2827
 
 
2828
 
_ACEOF
2829
 
 
2830
 
 
2831
 
 
2832
 
ac_delim='%!_!# '
2833
 
for ac_last_try in false false false false false :; do
2834
 
  cat >conf$$subs.sed <<_ACEOF
2835
 
SHELL!$SHELL$ac_delim
2836
 
PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
2837
 
PACKAGE_NAME!$PACKAGE_NAME$ac_delim
2838
 
PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
2839
 
PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
2840
 
PACKAGE_STRING!$PACKAGE_STRING$ac_delim
2841
 
PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
2842
 
exec_prefix!$exec_prefix$ac_delim
2843
 
prefix!$prefix$ac_delim
2844
 
program_transform_name!$program_transform_name$ac_delim
2845
 
bindir!$bindir$ac_delim
2846
 
sbindir!$sbindir$ac_delim
2847
 
libexecdir!$libexecdir$ac_delim
2848
 
datarootdir!$datarootdir$ac_delim
2849
 
datadir!$datadir$ac_delim
2850
 
sysconfdir!$sysconfdir$ac_delim
2851
 
sharedstatedir!$sharedstatedir$ac_delim
2852
 
localstatedir!$localstatedir$ac_delim
2853
 
includedir!$includedir$ac_delim
2854
 
oldincludedir!$oldincludedir$ac_delim
2855
 
docdir!$docdir$ac_delim
2856
 
infodir!$infodir$ac_delim
2857
 
htmldir!$htmldir$ac_delim
2858
 
dvidir!$dvidir$ac_delim
2859
 
pdfdir!$pdfdir$ac_delim
2860
 
psdir!$psdir$ac_delim
2861
 
libdir!$libdir$ac_delim
2862
 
localedir!$localedir$ac_delim
2863
 
mandir!$mandir$ac_delim
2864
 
DEFS!$DEFS$ac_delim
2865
 
ECHO_C!$ECHO_C$ac_delim
2866
 
ECHO_N!$ECHO_N$ac_delim
2867
 
ECHO_T!$ECHO_T$ac_delim
2868
 
LIBS!$LIBS$ac_delim
2869
 
build_alias!$build_alias$ac_delim
2870
 
host_alias!$host_alias$ac_delim
2871
 
target_alias!$target_alias$ac_delim
2872
 
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
2873
 
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
2874
 
INSTALL_DATA!$INSTALL_DATA$ac_delim
2875
 
CYGPATH_W!$CYGPATH_W$ac_delim
2876
 
PACKAGE!$PACKAGE$ac_delim
2877
 
VERSION!$VERSION$ac_delim
2878
 
ACLOCAL!$ACLOCAL$ac_delim
2879
 
AUTOCONF!$AUTOCONF$ac_delim
2880
 
AUTOMAKE!$AUTOMAKE$ac_delim
2881
 
AUTOHEADER!$AUTOHEADER$ac_delim
2882
 
MAKEINFO!$MAKEINFO$ac_delim
2883
 
install_sh!$install_sh$ac_delim
2884
 
STRIP!$STRIP$ac_delim
2885
 
INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
2886
 
mkdir_p!$mkdir_p$ac_delim
2887
 
AWK!$AWK$ac_delim
2888
 
SET_MAKE!$SET_MAKE$ac_delim
2889
 
am__leading_dot!$am__leading_dot$ac_delim
2890
 
AMTAR!$AMTAR$ac_delim
2891
 
am__tar!$am__tar$ac_delim
2892
 
am__untar!$am__untar$ac_delim
2893
 
ACLOCAL_AMFLAGS!$ACLOCAL_AMFLAGS$ac_delim
2894
 
themedir!$themedir$ac_delim
2895
 
LIBOBJS!$LIBOBJS$ac_delim
2896
 
LTLIBOBJS!$LTLIBOBJS$ac_delim
2897
 
_ACEOF
2898
 
 
2899
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 62; then
2900
 
    break
2901
 
  elif $ac_last_try; then
2902
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
2903
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
2904
 
   { (exit 1); exit 1; }; }
2905
 
  else
2906
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2907
 
  fi
2908
 
done
2909
 
 
2910
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
2911
 
if test -n "$ac_eof"; then
2912
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
2913
 
  ac_eof=`expr $ac_eof + 1`
2914
 
fi
2915
 
 
2916
 
cat >>$CONFIG_STATUS <<_ACEOF
2917
 
cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
2918
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
2919
 
_ACEOF
2920
 
sed '
2921
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
2922
 
s/^/s,@/; s/!/@,|#_!!_#|/
2923
 
:n
2924
 
t n
2925
 
s/'"$ac_delim"'$/,g/; t
2926
 
s/$/\\/; p
2927
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
2928
 
' >>$CONFIG_STATUS <conf$$subs.sed
2929
 
rm -f conf$$subs.sed
2930
 
cat >>$CONFIG_STATUS <<_ACEOF
2931
 
:end
2932
 
s/|#_!!_#|//g
2933
 
CEOF$ac_eof
2934
 
_ACEOF
2935
 
 
2936
 
 
2937
 
# VPATH may cause trouble with some makes, so we remove $(srcdir),
2938
 
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2939
 
# trailing colons and then remove the whole line if VPATH becomes empty
2940
 
# (actually we leave an empty line to preserve line numbers).
2941
 
if test "x$srcdir" = x.; then
2942
 
  ac_vpsub='/^[  ]*VPATH[        ]*=/{
2943
 
s/:*\$(srcdir):*/:/
2944
 
s/:*\${srcdir}:*/:/
2945
 
s/:*@srcdir@:*/:/
2946
 
s/^\([^=]*=[     ]*\):*/\1/
2947
 
s/:*$//
2948
 
s/^[^=]*=[       ]*$//
2949
 
}'
2950
 
fi
2951
 
 
2952
 
cat >>$CONFIG_STATUS <<\_ACEOF
2953
 
fi # test -n "$CONFIG_FILES"
2954
 
 
2955
 
 
2956
 
for ac_tag in  :F $CONFIG_FILES
2957
 
do
2958
 
  case $ac_tag in
2959
 
  :[FHLC]) ac_mode=$ac_tag; continue;;
2960
 
  esac
2961
 
  case $ac_mode$ac_tag in
2962
 
  :[FHL]*:*);;
2963
 
  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
2964
 
echo "$as_me: error: Invalid tag $ac_tag." >&2;}
2965
 
   { (exit 1); exit 1; }; };;
2966
 
  :[FH]-) ac_tag=-:-;;
2967
 
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2968
 
  esac
2969
 
  ac_save_IFS=$IFS
2970
 
  IFS=:
2971
 
  set x $ac_tag
2972
 
  IFS=$ac_save_IFS
2973
 
  shift
2974
 
  ac_file=$1
2975
 
  shift
2976
 
 
2977
 
  case $ac_mode in
2978
 
  :L) ac_source=$1;;
2979
 
  :[FH])
2980
 
    ac_file_inputs=
2981
 
    for ac_f
2982
 
    do
2983
 
      case $ac_f in
2984
 
      -) ac_f="$tmp/stdin";;
2985
 
      *) # Look for the file first in the build tree, then in the source tree
2986
 
         # (if the path is not absolute).  The absolute path cannot be DOS-style,
2987
 
         # because $ac_f cannot contain `:'.
2988
 
         test -f "$ac_f" ||
2989
 
           case $ac_f in
2990
 
           [\\/$]*) false;;
2991
 
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2992
 
           esac ||
2993
 
           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
2994
 
echo "$as_me: error: cannot find input file: $ac_f" >&2;}
2995
 
   { (exit 1); exit 1; }; };;
2996
 
      esac
2997
 
      ac_file_inputs="$ac_file_inputs $ac_f"
2998
 
    done
2999
 
 
3000
 
    # Let's still pretend it is `configure' which instantiates (i.e., don't
3001
 
    # use $as_me), people would be surprised to read:
3002
 
    #    /* config.h.  Generated by config.status.  */
3003
 
    configure_input="Generated from "`IFS=:
3004
 
          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
3005
 
    if test x"$ac_file" != x-; then
3006
 
      configure_input="$ac_file.  $configure_input"
3007
 
      { echo "$as_me:$LINENO: creating $ac_file" >&5
3008
 
echo "$as_me: creating $ac_file" >&6;}
3009
 
    fi
3010
 
 
3011
 
    case $ac_tag in
3012
 
    *:-:* | *:-) cat >"$tmp/stdin";;
3013
 
    esac
3014
 
    ;;
3015
 
  esac
3016
 
 
3017
 
  ac_dir=`$as_dirname -- "$ac_file" ||
3018
 
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3019
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
3020
 
         X"$ac_file" : 'X\(//\)$' \| \
3021
 
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
3022
 
echo X"$ac_file" |
3023
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3024
 
            s//\1/
3025
 
            q
3026
 
          }
3027
 
          /^X\(\/\/\)[^/].*/{
3028
 
            s//\1/
3029
 
            q
3030
 
          }
3031
 
          /^X\(\/\/\)$/{
3032
 
            s//\1/
3033
 
            q
3034
 
          }
3035
 
          /^X\(\/\).*/{
3036
 
            s//\1/
3037
 
            q
3038
 
          }
3039
 
          s/.*/./; q'`
3040
 
  { as_dir="$ac_dir"
3041
 
  case $as_dir in #(
3042
 
  -*) as_dir=./$as_dir;;
3043
 
  esac
3044
 
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
3045
 
    as_dirs=
3046
 
    while :; do
3047
 
      case $as_dir in #(
3048
 
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
3049
 
      *) as_qdir=$as_dir;;
3050
 
      esac
3051
 
      as_dirs="'$as_qdir' $as_dirs"
3052
 
      as_dir=`$as_dirname -- "$as_dir" ||
3053
 
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3054
 
         X"$as_dir" : 'X\(//\)[^/]' \| \
3055
 
         X"$as_dir" : 'X\(//\)$' \| \
3056
 
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
3057
 
echo X"$as_dir" |
3058
 
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3059
 
            s//\1/
3060
 
            q
3061
 
          }
3062
 
          /^X\(\/\/\)[^/].*/{
3063
 
            s//\1/
3064
 
            q
3065
 
          }
3066
 
          /^X\(\/\/\)$/{
3067
 
            s//\1/
3068
 
            q
3069
 
          }
3070
 
          /^X\(\/\).*/{
3071
 
            s//\1/
3072
 
            q
3073
 
          }
3074
 
          s/.*/./; q'`
3075
 
      test -d "$as_dir" && break
3076
 
    done
3077
 
    test -z "$as_dirs" || eval "mkdir $as_dirs"
3078
 
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
3079
 
echo "$as_me: error: cannot create directory $as_dir" >&2;}
3080
 
   { (exit 1); exit 1; }; }; }
3081
 
  ac_builddir=.
3082
 
 
3083
 
case "$ac_dir" in
3084
 
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3085
 
*)
3086
 
  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
3087
 
  # A ".." for each directory in $ac_dir_suffix.
3088
 
  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
3089
 
  case $ac_top_builddir_sub in
3090
 
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3091
 
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3092
 
  esac ;;
3093
 
esac
3094
 
ac_abs_top_builddir=$ac_pwd
3095
 
ac_abs_builddir=$ac_pwd$ac_dir_suffix
3096
 
# for backward compatibility:
3097
 
ac_top_builddir=$ac_top_build_prefix
3098
 
 
3099
 
case $srcdir in
3100
 
  .)  # We are building in place.
3101
 
    ac_srcdir=.
3102
 
    ac_top_srcdir=$ac_top_builddir_sub
3103
 
    ac_abs_top_srcdir=$ac_pwd ;;
3104
 
  [\\/]* | ?:[\\/]* )  # Absolute name.
3105
 
    ac_srcdir=$srcdir$ac_dir_suffix;
3106
 
    ac_top_srcdir=$srcdir
3107
 
    ac_abs_top_srcdir=$srcdir ;;
3108
 
  *) # Relative name.
3109
 
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3110
 
    ac_top_srcdir=$ac_top_build_prefix$srcdir
3111
 
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3112
 
esac
3113
 
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3114
 
 
3115
 
 
3116
 
  case $ac_mode in
3117
 
  :F)
3118
 
  #
3119
 
  # CONFIG_FILE
3120
 
  #
3121
 
 
3122
 
  case $INSTALL in
3123
 
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3124
 
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3125
 
  esac
3126
 
_ACEOF
3127
 
 
3128
 
cat >>$CONFIG_STATUS <<\_ACEOF
3129
 
# If the template does not know about datarootdir, expand it.
3130
 
# FIXME: This hack should be removed a few years after 2.60.
3131
 
ac_datarootdir_hack=; ac_datarootdir_seen=
3132
 
 
3133
 
case `sed -n '/datarootdir/ {
3134
 
  p
3135
 
  q
3136
 
}
3137
 
/@datadir@/p
3138
 
/@docdir@/p
3139
 
/@infodir@/p
3140
 
/@localedir@/p
3141
 
/@mandir@/p
3142
 
' $ac_file_inputs` in
3143
 
*datarootdir*) ac_datarootdir_seen=yes;;
3144
 
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3145
 
  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3146
 
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3147
 
_ACEOF
3148
 
cat >>$CONFIG_STATUS <<_ACEOF
3149
 
  ac_datarootdir_hack='
3150
 
  s&@datadir@&$datadir&g
3151
 
  s&@docdir@&$docdir&g
3152
 
  s&@infodir@&$infodir&g
3153
 
  s&@localedir@&$localedir&g
3154
 
  s&@mandir@&$mandir&g
3155
 
    s&\\\${datarootdir}&$datarootdir&g' ;;
3156
 
esac
3157
 
_ACEOF
3158
 
 
3159
 
# Neutralize VPATH when `$srcdir' = `.'.
3160
 
# Shell code in configure.ac might set extrasub.
3161
 
# FIXME: do we really want to maintain this feature?
3162
 
cat >>$CONFIG_STATUS <<_ACEOF
3163
 
  sed "$ac_vpsub
3164
 
$extrasub
3165
 
_ACEOF
3166
 
cat >>$CONFIG_STATUS <<\_ACEOF
3167
 
:t
3168
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3169
 
s&@configure_input@&$configure_input&;t t
3170
 
s&@top_builddir@&$ac_top_builddir_sub&;t t
3171
 
s&@srcdir@&$ac_srcdir&;t t
3172
 
s&@abs_srcdir@&$ac_abs_srcdir&;t t
3173
 
s&@top_srcdir@&$ac_top_srcdir&;t t
3174
 
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3175
 
s&@builddir@&$ac_builddir&;t t
3176
 
s&@abs_builddir@&$ac_abs_builddir&;t t
3177
 
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3178
 
s&@INSTALL@&$ac_INSTALL&;t t
3179
 
$ac_datarootdir_hack
3180
 
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3181
 
 
3182
 
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3183
 
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3184
 
  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3185
 
  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3186
 
which seems to be undefined.  Please make sure it is defined." >&5
3187
 
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3188
 
which seems to be undefined.  Please make sure it is defined." >&2;}
3189
 
 
3190
 
  rm -f "$tmp/stdin"
3191
 
  case $ac_file in
3192
 
  -) cat "$tmp/out"; rm -f "$tmp/out";;
3193
 
  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3194
 
  esac
3195
 
 ;;
3196
 
 
3197
 
 
3198
 
 
3199
 
  esac
3200
 
 
3201
 
done # for ac_tag
3202
 
 
3203
 
 
3204
 
{ (exit 0); exit 0; }
3205
 
_ACEOF
3206
 
chmod +x $CONFIG_STATUS
3207
 
ac_clean_files=$ac_clean_files_save
3208
 
 
3209
 
 
3210
 
# configure is writing to config.log, and then calls config.status.
3211
 
# config.status does its own redirection, appending to config.log.
3212
 
# Unfortunately, on DOS this fails, as config.log is still kept open
3213
 
# by configure, so config.status won't be able to write to it; its
3214
 
# output is simply discarded.  So we exec the FD to /dev/null,
3215
 
# effectively closing config.log, so it can be properly (re)opened and
3216
 
# appended to by config.status.  When coming back to configure, we
3217
 
# need to make the FD available again.
3218
 
if test "$no_create" != yes; then
3219
 
  ac_cs_success=:
3220
 
  ac_config_status_args=
3221
 
  test "$silent" = yes &&
3222
 
    ac_config_status_args="$ac_config_status_args --quiet"
3223
 
  exec 5>/dev/null
3224
 
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3225
 
  exec 5>>config.log
3226
 
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3227
 
  # would make configure fail if this is the last instruction.
3228
 
  $ac_cs_success || { (exit 1); exit 1; }
3229
 
fi
3230