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