source: trunk/third/gnome2-user-docs/configure @ 21422

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