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