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