Blame configure

Packit 9c2278
#! /bin/sh
Packit 9c2278
# Guess values for system-dependent variables and create Makefiles.
Packit 9c2278
# Generated by GNU Autoconf 2.69 for adwaita-icon-theme 3.28.0.
Packit 9c2278
#
Packit 9c2278
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme>.
Packit 9c2278
#
Packit 9c2278
#
Packit 9c2278
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Packit 9c2278
#
Packit 9c2278
#
Packit 9c2278
# This configure script is free software; the Free Software Foundation
Packit 9c2278
# gives unlimited permission to copy, distribute and modify it.
Packit 9c2278
## -------------------- ##
Packit 9c2278
## M4sh Initialization. ##
Packit 9c2278
## -------------------- ##
Packit 9c2278
Packit 9c2278
# Be more Bourne compatible
Packit 9c2278
DUALCASE=1; export DUALCASE # for MKS sh
Packit 9c2278
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Packit 9c2278
  emulate sh
Packit 9c2278
  NULLCMD=:
Packit 9c2278
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Packit 9c2278
  # is contrary to our usage.  Disable this feature.
Packit 9c2278
  alias -g '${1+"$@"}'='"$@"'
Packit 9c2278
  setopt NO_GLOB_SUBST
Packit 9c2278
else
Packit 9c2278
  case `(set -o) 2>/dev/null` in #(
Packit 9c2278
  *posix*) :
Packit 9c2278
    set -o posix ;; #(
Packit 9c2278
  *) :
Packit 9c2278
     ;;
Packit 9c2278
esac
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
as_nl='
Packit 9c2278
'
Packit 9c2278
export as_nl
Packit 9c2278
# Printing a long string crashes Solaris 7 /usr/bin/printf.
Packit 9c2278
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
Packit 9c2278
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
Packit 9c2278
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Packit 9c2278
# Prefer a ksh shell builtin over an external printf program on Solaris,
Packit 9c2278
# but without wasting forks for bash or zsh.
Packit 9c2278
if test -z "$BASH_VERSION$ZSH_VERSION" \
Packit 9c2278
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
Packit 9c2278
  as_echo='print -r --'
Packit 9c2278
  as_echo_n='print -rn --'
Packit 9c2278
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Packit 9c2278
  as_echo='printf %s\n'
Packit 9c2278
  as_echo_n='printf %s'
Packit 9c2278
else
Packit 9c2278
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
Packit 9c2278
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
Packit 9c2278
    as_echo_n='/usr/ucb/echo -n'
Packit 9c2278
  else
Packit 9c2278
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
Packit 9c2278
    as_echo_n_body='eval
Packit 9c2278
      arg=$1;
Packit 9c2278
      case $arg in #(
Packit 9c2278
      *"$as_nl"*)
Packit 9c2278
	expr "X$arg" : "X\\(.*\\)$as_nl";
Packit 9c2278
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
Packit 9c2278
      esac;
Packit 9c2278
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
Packit 9c2278
    '
Packit 9c2278
    export as_echo_n_body
Packit 9c2278
    as_echo_n='sh -c $as_echo_n_body as_echo'
Packit 9c2278
  fi
Packit 9c2278
  export as_echo_body
Packit 9c2278
  as_echo='sh -c $as_echo_body as_echo'
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
# The user is always right.
Packit 9c2278
if test "${PATH_SEPARATOR+set}" != set; then
Packit 9c2278
  PATH_SEPARATOR=:
Packit 9c2278
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
Packit 9c2278
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
Packit 9c2278
      PATH_SEPARATOR=';'
Packit 9c2278
  }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
# IFS
Packit 9c2278
# We need space, tab and new line, in precisely that order.  Quoting is
Packit 9c2278
# there to prevent editors from complaining about space-tab.
Packit 9c2278
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
Packit 9c2278
# splitting by setting IFS to empty value.)
Packit 9c2278
IFS=" ""	$as_nl"
Packit 9c2278
Packit 9c2278
# Find who we are.  Look in the path if we contain no directory separator.
Packit 9c2278
as_myself=
Packit 9c2278
case $0 in #((
Packit 9c2278
  *[\\/]* ) as_myself=$0 ;;
Packit 9c2278
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
     ;;
Packit 9c2278
esac
Packit 9c2278
# We did not find ourselves, most probably we were run as `sh COMMAND'
Packit 9c2278
# in which case we are not to be found in the path.
Packit 9c2278
if test "x$as_myself" = x; then
Packit 9c2278
  as_myself=$0
Packit 9c2278
fi
Packit 9c2278
if test ! -f "$as_myself"; then
Packit 9c2278
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Packit 9c2278
  exit 1
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
# Unset variables that we do not need and which cause bugs (e.g. in
Packit 9c2278
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
Packit 9c2278
# suppresses any "Segmentation fault" message there.  '((' could
Packit 9c2278
# trigger a bug in pdksh 5.2.14.
Packit 9c2278
for as_var in BASH_ENV ENV MAIL MAILPATH
Packit 9c2278
do eval test x\${$as_var+set} = xset \
Packit 9c2278
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Packit 9c2278
done
Packit 9c2278
PS1='$ '
Packit 9c2278
PS2='> '
Packit 9c2278
PS4='+ '
Packit 9c2278
Packit 9c2278
# NLS nuisances.
Packit 9c2278
LC_ALL=C
Packit 9c2278
export LC_ALL
Packit 9c2278
LANGUAGE=C
Packit 9c2278
export LANGUAGE
Packit 9c2278
Packit 9c2278
# CDPATH.
Packit 9c2278
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
Packit 9c2278
Packit 9c2278
# Use a proper internal environment variable to ensure we don't fall
Packit 9c2278
  # into an infinite loop, continuously re-executing ourselves.
Packit 9c2278
  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
Packit 9c2278
    _as_can_reexec=no; export _as_can_reexec;
Packit 9c2278
    # We cannot yet assume a decent shell, so we have to provide a
Packit 9c2278
# neutralization value for shells without unset; and this also
Packit 9c2278
# works around shells that cannot unset nonexistent variables.
Packit 9c2278
# Preserve -v and -x to the replacement shell.
Packit 9c2278
BASH_ENV=/dev/null
Packit 9c2278
ENV=/dev/null
Packit 9c2278
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
Packit 9c2278
case $- in # ((((
Packit 9c2278
  *v*x* | *x*v* ) as_opts=-vx ;;
Packit 9c2278
  *v* ) as_opts=-v ;;
Packit 9c2278
  *x* ) as_opts=-x ;;
Packit 9c2278
  * ) as_opts= ;;
Packit 9c2278
esac
Packit 9c2278
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
Packit 9c2278
# Admittedly, this is quite paranoid, since all the known shells bail
Packit 9c2278
# out after a failed `exec'.
Packit 9c2278
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
Packit 9c2278
as_fn_exit 255
Packit 9c2278
  fi
Packit 9c2278
  # We don't want this to propagate to other subprocesses.
Packit 9c2278
          { _as_can_reexec=; unset _as_can_reexec;}
Packit 9c2278
if test "x$CONFIG_SHELL" = x; then
Packit 9c2278
  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
Packit 9c2278
  emulate sh
Packit 9c2278
  NULLCMD=:
Packit 9c2278
  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
Packit 9c2278
  # is contrary to our usage.  Disable this feature.
Packit 9c2278
  alias -g '\${1+\"\$@\"}'='\"\$@\"'
Packit 9c2278
  setopt NO_GLOB_SUBST
Packit 9c2278
else
Packit 9c2278
  case \`(set -o) 2>/dev/null\` in #(
Packit 9c2278
  *posix*) :
Packit 9c2278
    set -o posix ;; #(
Packit 9c2278
  *) :
Packit 9c2278
     ;;
Packit 9c2278
esac
Packit 9c2278
fi
Packit 9c2278
"
Packit 9c2278
  as_required="as_fn_return () { (exit \$1); }
Packit 9c2278
as_fn_success () { as_fn_return 0; }
Packit 9c2278
as_fn_failure () { as_fn_return 1; }
Packit 9c2278
as_fn_ret_success () { return 0; }
Packit 9c2278
as_fn_ret_failure () { return 1; }
Packit 9c2278
Packit 9c2278
exitcode=0
Packit 9c2278
as_fn_success || { exitcode=1; echo as_fn_success failed.; }
Packit 9c2278
as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
Packit 9c2278
as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
Packit 9c2278
as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
Packit 9c2278
if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
Packit 9c2278
Packit 9c2278
else
Packit 9c2278
  exitcode=1; echo positional parameters were not saved.
Packit 9c2278
fi
Packit 9c2278
test x\$exitcode = x0 || exit 1
Packit 9c2278
test -x / || exit 1"
Packit 9c2278
  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
Packit 9c2278
  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
Packit 9c2278
  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
Packit 9c2278
  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
Packit 9c2278
  if (eval "$as_required") 2>/dev/null; then :
Packit 9c2278
  as_have_required=yes
Packit 9c2278
else
Packit 9c2278
  as_have_required=no
Packit 9c2278
fi
Packit 9c2278
  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
Packit 9c2278
Packit 9c2278
else
Packit 9c2278
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
as_found=false
Packit 9c2278
for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
  as_found=:
Packit 9c2278
  case $as_dir in #(
Packit 9c2278
	 /*)
Packit 9c2278
	   for as_base in sh bash ksh sh5; do
Packit 9c2278
	     # Try only shells that exist, to save several forks.
Packit 9c2278
	     as_shell=$as_dir/$as_base
Packit 9c2278
	     if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
Packit 9c2278
		    { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
Packit 9c2278
  CONFIG_SHELL=$as_shell as_have_required=yes
Packit 9c2278
		   if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
Packit 9c2278
  break 2
Packit 9c2278
fi
Packit 9c2278
fi
Packit 9c2278
	   done;;
Packit 9c2278
       esac
Packit 9c2278
  as_found=false
Packit 9c2278
done
Packit 9c2278
$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
Packit 9c2278
	      { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
Packit 9c2278
  CONFIG_SHELL=$SHELL as_have_required=yes
Packit 9c2278
fi; }
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
Packit 9c2278
      if test "x$CONFIG_SHELL" != x; then :
Packit 9c2278
  export CONFIG_SHELL
Packit 9c2278
             # We cannot yet assume a decent shell, so we have to provide a
Packit 9c2278
# neutralization value for shells without unset; and this also
Packit 9c2278
# works around shells that cannot unset nonexistent variables.
Packit 9c2278
# Preserve -v and -x to the replacement shell.
Packit 9c2278
BASH_ENV=/dev/null
Packit 9c2278
ENV=/dev/null
Packit 9c2278
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
Packit 9c2278
case $- in # ((((
Packit 9c2278
  *v*x* | *x*v* ) as_opts=-vx ;;
Packit 9c2278
  *v* ) as_opts=-v ;;
Packit 9c2278
  *x* ) as_opts=-x ;;
Packit 9c2278
  * ) as_opts= ;;
Packit 9c2278
esac
Packit 9c2278
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
Packit 9c2278
# Admittedly, this is quite paranoid, since all the known shells bail
Packit 9c2278
# out after a failed `exec'.
Packit 9c2278
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
Packit 9c2278
exit 255
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
    if test x$as_have_required = xno; then :
Packit 9c2278
  $as_echo "$0: This script requires a shell more modern than all"
Packit 9c2278
  $as_echo "$0: the shells that I found on your system."
Packit 9c2278
  if test x${ZSH_VERSION+set} = xset ; then
Packit 9c2278
    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
Packit 9c2278
    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
Packit 9c2278
  else
Packit 9c2278
    $as_echo "$0: Please tell bug-autoconf@gnu.org and
Packit 9c2278
$0: http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme
Packit 9c2278
$0: about your system, including any error possibly output
Packit 9c2278
$0: before this message. Then install a modern shell, or
Packit 9c2278
$0: manually run the script under such a shell if you do
Packit 9c2278
$0: have one."
Packit 9c2278
  fi
Packit 9c2278
  exit 1
Packit 9c2278
fi
Packit 9c2278
fi
Packit 9c2278
fi
Packit 9c2278
SHELL=${CONFIG_SHELL-/bin/sh}
Packit 9c2278
export SHELL
Packit 9c2278
# Unset more variables known to interfere with behavior of common tools.
Packit 9c2278
CLICOLOR_FORCE= GREP_OPTIONS=
Packit 9c2278
unset CLICOLOR_FORCE GREP_OPTIONS
Packit 9c2278
Packit 9c2278
## --------------------- ##
Packit 9c2278
## M4sh Shell Functions. ##
Packit 9c2278
## --------------------- ##
Packit 9c2278
# as_fn_unset VAR
Packit 9c2278
# ---------------
Packit 9c2278
# Portably unset VAR.
Packit 9c2278
as_fn_unset ()
Packit 9c2278
{
Packit 9c2278
  { eval $1=; unset $1;}
Packit 9c2278
}
Packit 9c2278
as_unset=as_fn_unset
Packit 9c2278
Packit 9c2278
# as_fn_set_status STATUS
Packit 9c2278
# -----------------------
Packit 9c2278
# Set $? to STATUS, without forking.
Packit 9c2278
as_fn_set_status ()
Packit 9c2278
{
Packit 9c2278
  return $1
Packit 9c2278
} # as_fn_set_status
Packit 9c2278
Packit 9c2278
# as_fn_exit STATUS
Packit 9c2278
# -----------------
Packit 9c2278
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
Packit 9c2278
as_fn_exit ()
Packit 9c2278
{
Packit 9c2278
  set +e
Packit 9c2278
  as_fn_set_status $1
Packit 9c2278
  exit $1
Packit 9c2278
} # as_fn_exit
Packit 9c2278
Packit 9c2278
# as_fn_mkdir_p
Packit 9c2278
# -------------
Packit 9c2278
# Create "$as_dir" as a directory, including parents if necessary.
Packit 9c2278
as_fn_mkdir_p ()
Packit 9c2278
{
Packit 9c2278
Packit 9c2278
  case $as_dir in #(
Packit 9c2278
  -*) as_dir=./$as_dir;;
Packit 9c2278
  esac
Packit 9c2278
  test -d "$as_dir" || eval $as_mkdir_p || {
Packit 9c2278
    as_dirs=
Packit 9c2278
    while :; do
Packit 9c2278
      case $as_dir in #(
Packit 9c2278
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
Packit 9c2278
      *) as_qdir=$as_dir;;
Packit 9c2278
      esac
Packit 9c2278
      as_dirs="'$as_qdir' $as_dirs"
Packit 9c2278
      as_dir=`$as_dirname -- "$as_dir" ||
Packit 9c2278
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Packit 9c2278
	 X"$as_dir" : 'X\(//\)[^/]' \| \
Packit 9c2278
	 X"$as_dir" : 'X\(//\)$' \| \
Packit 9c2278
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
Packit 9c2278
$as_echo X"$as_dir" |
Packit 9c2278
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\(\/\/\)[^/].*/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\(\/\/\)$/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\(\/\).*/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  s/.*/./; q'`
Packit 9c2278
      test -d "$as_dir" && break
Packit 9c2278
    done
Packit 9c2278
    test -z "$as_dirs" || eval "mkdir $as_dirs"
Packit 9c2278
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
Packit 9c2278
Packit 9c2278
Packit 9c2278
} # as_fn_mkdir_p
Packit 9c2278
Packit 9c2278
# as_fn_executable_p FILE
Packit 9c2278
# -----------------------
Packit 9c2278
# Test if FILE is an executable regular file.
Packit 9c2278
as_fn_executable_p ()
Packit 9c2278
{
Packit 9c2278
  test -f "$1" && test -x "$1"
Packit 9c2278
} # as_fn_executable_p
Packit 9c2278
# as_fn_append VAR VALUE
Packit 9c2278
# ----------------------
Packit 9c2278
# Append the text in VALUE to the end of the definition contained in VAR. Take
Packit 9c2278
# advantage of any shell optimizations that allow amortized linear growth over
Packit 9c2278
# repeated appends, instead of the typical quadratic growth present in naive
Packit 9c2278
# implementations.
Packit 9c2278
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
Packit 9c2278
  eval 'as_fn_append ()
Packit 9c2278
  {
Packit 9c2278
    eval $1+=\$2
Packit 9c2278
  }'
Packit 9c2278
else
Packit 9c2278
  as_fn_append ()
Packit 9c2278
  {
Packit 9c2278
    eval $1=\$$1\$2
Packit 9c2278
  }
Packit 9c2278
fi # as_fn_append
Packit 9c2278
Packit 9c2278
# as_fn_arith ARG...
Packit 9c2278
# ------------------
Packit 9c2278
# Perform arithmetic evaluation on the ARGs, and store the result in the
Packit 9c2278
# global $as_val. Take advantage of shells that can avoid forks. The arguments
Packit 9c2278
# must be portable across $(()) and expr.
Packit 9c2278
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
Packit 9c2278
  eval 'as_fn_arith ()
Packit 9c2278
  {
Packit 9c2278
    as_val=$(( $* ))
Packit 9c2278
  }'
Packit 9c2278
else
Packit 9c2278
  as_fn_arith ()
Packit 9c2278
  {
Packit 9c2278
    as_val=`expr "$@" || test $? -eq 1`
Packit 9c2278
  }
Packit 9c2278
fi # as_fn_arith
Packit 9c2278
Packit 9c2278
Packit 9c2278
# as_fn_error STATUS ERROR [LINENO LOG_FD]
Packit 9c2278
# ----------------------------------------
Packit 9c2278
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
Packit 9c2278
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
Packit 9c2278
# script with STATUS, using 1 if that was 0.
Packit 9c2278
as_fn_error ()
Packit 9c2278
{
Packit 9c2278
  as_status=$1; test $as_status -eq 0 && as_status=1
Packit 9c2278
  if test "$4"; then
Packit 9c2278
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 9c2278
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
Packit 9c2278
  fi
Packit 9c2278
  $as_echo "$as_me: error: $2" >&2
Packit 9c2278
  as_fn_exit $as_status
Packit 9c2278
} # as_fn_error
Packit 9c2278
Packit 9c2278
if expr a : '\(a\)' >/dev/null 2>&1 &&
Packit 9c2278
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
Packit 9c2278
  as_expr=expr
Packit 9c2278
else
Packit 9c2278
  as_expr=false
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
Packit 9c2278
  as_basename=basename
Packit 9c2278
else
Packit 9c2278
  as_basename=false
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
Packit 9c2278
  as_dirname=dirname
Packit 9c2278
else
Packit 9c2278
  as_dirname=false
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
as_me=`$as_basename -- "$0" ||
Packit 9c2278
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
Packit 9c2278
	 X"$0" : 'X\(//\)$' \| \
Packit 9c2278
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Packit 9c2278
$as_echo X/"$0" |
Packit 9c2278
    sed '/^.*\/\([^/][^/]*\)\/*$/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\/\(\/\/\)$/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\/\(\/\).*/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  s/.*/./; q'`
Packit 9c2278
Packit 9c2278
# Avoid depending upon Character Ranges.
Packit 9c2278
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
Packit 9c2278
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
Packit 9c2278
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
Packit 9c2278
as_cr_digits='0123456789'
Packit 9c2278
as_cr_alnum=$as_cr_Letters$as_cr_digits
Packit 9c2278
Packit 9c2278
Packit 9c2278
  as_lineno_1=$LINENO as_lineno_1a=$LINENO
Packit 9c2278
  as_lineno_2=$LINENO as_lineno_2a=$LINENO
Packit 9c2278
  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
Packit 9c2278
  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
Packit 9c2278
  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
Packit 9c2278
  sed -n '
Packit 9c2278
    p
Packit 9c2278
    /[$]LINENO/=
Packit 9c2278
  ' <$as_myself |
Packit 9c2278
    sed '
Packit 9c2278
      s/[$]LINENO.*/&-/
Packit 9c2278
      t lineno
Packit 9c2278
      b
Packit 9c2278
      :lineno
Packit 9c2278
      N
Packit 9c2278
      :loop
Packit 9c2278
      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
Packit 9c2278
      t loop
Packit 9c2278
      s/-\n.*//
Packit 9c2278
    ' >$as_me.lineno &&
Packit 9c2278
  chmod +x "$as_me.lineno" ||
Packit 9c2278
    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
Packit 9c2278
Packit 9c2278
  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
Packit 9c2278
  # already done that, so ensure we don't try to do so again and fall
Packit 9c2278
  # in an infinite loop.  This has already happened in practice.
Packit 9c2278
  _as_can_reexec=no; export _as_can_reexec
Packit 9c2278
  # Don't try to exec as it changes $[0], causing all sort of problems
Packit 9c2278
  # (the dirname of $[0] is not the place where we might find the
Packit 9c2278
  # original and so on.  Autoconf is especially sensitive to this).
Packit 9c2278
  . "./$as_me.lineno"
Packit 9c2278
  # Exit status is that of the last command.
Packit 9c2278
  exit
Packit 9c2278
}
Packit 9c2278
Packit 9c2278
ECHO_C= ECHO_N= ECHO_T=
Packit 9c2278
case `echo -n x` in #(((((
Packit 9c2278
-n*)
Packit 9c2278
  case `echo 'xy\c'` in
Packit 9c2278
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
Packit 9c2278
  xy)  ECHO_C='\c';;
Packit 9c2278
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
Packit 9c2278
       ECHO_T='	';;
Packit 9c2278
  esac;;
Packit 9c2278
*)
Packit 9c2278
  ECHO_N='-n';;
Packit 9c2278
esac
Packit 9c2278
Packit 9c2278
rm -f conf$$ conf$$.exe conf$$.file
Packit 9c2278
if test -d conf$$.dir; then
Packit 9c2278
  rm -f conf$$.dir/conf$$.file
Packit 9c2278
else
Packit 9c2278
  rm -f conf$$.dir
Packit 9c2278
  mkdir conf$$.dir 2>/dev/null
Packit 9c2278
fi
Packit 9c2278
if (echo >conf$$.file) 2>/dev/null; then
Packit 9c2278
  if ln -s conf$$.file conf$$ 2>/dev/null; then
Packit 9c2278
    as_ln_s='ln -s'
Packit 9c2278
    # ... but there are two gotchas:
Packit 9c2278
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
Packit 9c2278
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
Packit 9c2278
    # In both cases, we have to default to `cp -pR'.
Packit 9c2278
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
Packit 9c2278
      as_ln_s='cp -pR'
Packit 9c2278
  elif ln conf$$.file conf$$ 2>/dev/null; then
Packit 9c2278
    as_ln_s=ln
Packit 9c2278
  else
Packit 9c2278
    as_ln_s='cp -pR'
Packit 9c2278
  fi
Packit 9c2278
else
Packit 9c2278
  as_ln_s='cp -pR'
Packit 9c2278
fi
Packit 9c2278
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
Packit 9c2278
rmdir conf$$.dir 2>/dev/null
Packit 9c2278
Packit 9c2278
if mkdir -p . 2>/dev/null; then
Packit 9c2278
  as_mkdir_p='mkdir -p "$as_dir"'
Packit 9c2278
else
Packit 9c2278
  test -d ./-p && rmdir ./-p
Packit 9c2278
  as_mkdir_p=false
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
as_test_x='test -x'
Packit 9c2278
as_executable_p=as_fn_executable_p
Packit 9c2278
Packit 9c2278
# Sed expression to map a string onto a valid CPP name.
Packit 9c2278
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Packit 9c2278
Packit 9c2278
# Sed expression to map a string onto a valid variable name.
Packit 9c2278
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Packit 9c2278
Packit 9c2278
Packit 9c2278
test -n "$DJDIR" || exec 7<&0 
Packit 9c2278
exec 6>&1
Packit 9c2278
Packit 9c2278
# Name of the host.
Packit 9c2278
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
Packit 9c2278
# so uname gets run too.
Packit 9c2278
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
Packit 9c2278
Packit 9c2278
#
Packit 9c2278
# Initializations.
Packit 9c2278
#
Packit 9c2278
ac_default_prefix=/usr/local
Packit 9c2278
ac_clean_files=
Packit 9c2278
ac_config_libobj_dir=.
Packit 9c2278
LIBOBJS=
Packit 9c2278
cross_compiling=no
Packit 9c2278
subdirs=
Packit 9c2278
MFLAGS=
Packit 9c2278
MAKEFLAGS=
Packit 9c2278
Packit 9c2278
# Identity of this package.
Packit 9c2278
PACKAGE_NAME='adwaita-icon-theme'
Packit 9c2278
PACKAGE_TARNAME='adwaita-icon-theme'
Packit 9c2278
PACKAGE_VERSION='3.28.0'
Packit 9c2278
PACKAGE_STRING='adwaita-icon-theme 3.28.0'
Packit 9c2278
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme'
Packit 9c2278
PACKAGE_URL=''
Packit 9c2278
Packit 9c2278
ac_unique_file="index.theme.in"
Packit 9c2278
ac_subst_vars='LTLIBOBJS
Packit 9c2278
LIBOBJS
Packit 9c2278
ENABLE_L_XL_VARIANTS_FALSE
Packit 9c2278
ENABLE_L_XL_VARIANTS_TRUE
Packit 9c2278
enable_l_xl_variants
Packit 9c2278
PLATFORM_WIN32_FALSE
Packit 9c2278
PLATFORM_WIN32_TRUE
Packit 9c2278
platform_win32
Packit 9c2278
symbolic_encode_sizes
Packit 9c2278
GTK_ENCODE_SYMBOLIC_SVG
Packit 9c2278
ALLOW_RENDERING_FALSE
Packit 9c2278
ALLOW_RENDERING_TRUE
Packit 9c2278
INKSCAPE
Packit 9c2278
ICONTOOL_RENDER
Packit 9c2278
GIT
Packit 9c2278
GTK_UPDATE_ICON_CACHE
Packit 9c2278
LN_S
Packit 9c2278
install_sizes
Packit 9c2278
symbolic_render_sizes
Packit 9c2278
render_sizes
Packit 9c2278
SVGSRCDIR
Packit 9c2278
SVGOUTDIR
Packit 9c2278
themedir
Packit 9c2278
ACLOCAL_AMFLAGS
Packit 9c2278
GETTEXT_PACKAGE
Packit 9c2278
PKG_CONFIG_LIBDIR
Packit 9c2278
PKG_CONFIG_PATH
Packit 9c2278
PKG_CONFIG
Packit 9c2278
AM_BACKSLASH
Packit 9c2278
AM_DEFAULT_VERBOSITY
Packit 9c2278
AM_DEFAULT_V
Packit 9c2278
AM_V
Packit 9c2278
am__untar
Packit 9c2278
am__tar
Packit 9c2278
AMTAR
Packit 9c2278
am__leading_dot
Packit 9c2278
SET_MAKE
Packit 9c2278
AWK
Packit 9c2278
mkdir_p
Packit 9c2278
MKDIR_P
Packit 9c2278
INSTALL_STRIP_PROGRAM
Packit 9c2278
STRIP
Packit 9c2278
install_sh
Packit 9c2278
MAKEINFO
Packit 9c2278
AUTOHEADER
Packit 9c2278
AUTOMAKE
Packit 9c2278
AUTOCONF
Packit 9c2278
ACLOCAL
Packit 9c2278
VERSION
Packit 9c2278
PACKAGE
Packit 9c2278
CYGPATH_W
Packit 9c2278
am__isrc
Packit 9c2278
INSTALL_DATA
Packit 9c2278
INSTALL_SCRIPT
Packit 9c2278
INSTALL_PROGRAM
Packit 9c2278
host_os
Packit 9c2278
host_vendor
Packit 9c2278
host_cpu
Packit 9c2278
host
Packit 9c2278
build_os
Packit 9c2278
build_vendor
Packit 9c2278
build_cpu
Packit 9c2278
build
Packit 9c2278
target_alias
Packit 9c2278
host_alias
Packit 9c2278
build_alias
Packit 9c2278
LIBS
Packit 9c2278
ECHO_T
Packit 9c2278
ECHO_N
Packit 9c2278
ECHO_C
Packit 9c2278
DEFS
Packit 9c2278
mandir
Packit 9c2278
localedir
Packit 9c2278
libdir
Packit 9c2278
psdir
Packit 9c2278
pdfdir
Packit 9c2278
dvidir
Packit 9c2278
htmldir
Packit 9c2278
infodir
Packit 9c2278
docdir
Packit 9c2278
oldincludedir
Packit 9c2278
includedir
Packit 9c2278
localstatedir
Packit 9c2278
sharedstatedir
Packit 9c2278
sysconfdir
Packit 9c2278
datadir
Packit 9c2278
datarootdir
Packit 9c2278
libexecdir
Packit 9c2278
sbindir
Packit 9c2278
bindir
Packit 9c2278
program_transform_name
Packit 9c2278
prefix
Packit 9c2278
exec_prefix
Packit 9c2278
PACKAGE_URL
Packit 9c2278
PACKAGE_BUGREPORT
Packit 9c2278
PACKAGE_STRING
Packit 9c2278
PACKAGE_VERSION
Packit 9c2278
PACKAGE_TARNAME
Packit 9c2278
PACKAGE_NAME
Packit 9c2278
PATH_SEPARATOR
Packit 9c2278
SHELL'
Packit 9c2278
ac_subst_files=''
Packit 9c2278
ac_user_opts='
Packit 9c2278
enable_option_checking
Packit 9c2278
enable_silent_rules
Packit 9c2278
enable_l_xl_variants
Packit 9c2278
'
Packit 9c2278
      ac_precious_vars='build_alias
Packit 9c2278
host_alias
Packit 9c2278
target_alias
Packit 9c2278
PKG_CONFIG
Packit 9c2278
PKG_CONFIG_PATH
Packit 9c2278
PKG_CONFIG_LIBDIR'
Packit 9c2278
Packit 9c2278
Packit 9c2278
# Initialize some variables set by options.
Packit 9c2278
ac_init_help=
Packit 9c2278
ac_init_version=false
Packit 9c2278
ac_unrecognized_opts=
Packit 9c2278
ac_unrecognized_sep=
Packit 9c2278
# The variables have the same names as the options, with
Packit 9c2278
# dashes changed to underlines.
Packit 9c2278
cache_file=/dev/null
Packit 9c2278
exec_prefix=NONE
Packit 9c2278
no_create=
Packit 9c2278
no_recursion=
Packit 9c2278
prefix=NONE
Packit 9c2278
program_prefix=NONE
Packit 9c2278
program_suffix=NONE
Packit 9c2278
program_transform_name=s,x,x,
Packit 9c2278
silent=
Packit 9c2278
site=
Packit 9c2278
srcdir=
Packit 9c2278
verbose=
Packit 9c2278
x_includes=NONE
Packit 9c2278
x_libraries=NONE
Packit 9c2278
Packit 9c2278
# Installation directory options.
Packit 9c2278
# These are left unexpanded so users can "make install exec_prefix=/foo"
Packit 9c2278
# and all the variables that are supposed to be based on exec_prefix
Packit 9c2278
# by default will actually change.
Packit 9c2278
# Use braces instead of parens because sh, perl, etc. also accept them.
Packit 9c2278
# (The list follows the same order as the GNU Coding Standards.)
Packit 9c2278
bindir='${exec_prefix}/bin'
Packit 9c2278
sbindir='${exec_prefix}/sbin'
Packit 9c2278
libexecdir='${exec_prefix}/libexec'
Packit 9c2278
datarootdir='${prefix}/share'
Packit 9c2278
datadir='${datarootdir}'
Packit 9c2278
sysconfdir='${prefix}/etc'
Packit 9c2278
sharedstatedir='${prefix}/com'
Packit 9c2278
localstatedir='${prefix}/var'
Packit 9c2278
includedir='${prefix}/include'
Packit 9c2278
oldincludedir='/usr/include'
Packit 9c2278
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
Packit 9c2278
infodir='${datarootdir}/info'
Packit 9c2278
htmldir='${docdir}'
Packit 9c2278
dvidir='${docdir}'
Packit 9c2278
pdfdir='${docdir}'
Packit 9c2278
psdir='${docdir}'
Packit 9c2278
libdir='${exec_prefix}/lib'
Packit 9c2278
localedir='${datarootdir}/locale'
Packit 9c2278
mandir='${datarootdir}/man'
Packit 9c2278
Packit 9c2278
ac_prev=
Packit 9c2278
ac_dashdash=
Packit 9c2278
for ac_option
Packit 9c2278
do
Packit 9c2278
  # If the previous option needs an argument, assign it.
Packit 9c2278
  if test -n "$ac_prev"; then
Packit 9c2278
    eval $ac_prev=\$ac_option
Packit 9c2278
    ac_prev=
Packit 9c2278
    continue
Packit 9c2278
  fi
Packit 9c2278
Packit 9c2278
  case $ac_option in
Packit 9c2278
  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
Packit 9c2278
  *=)   ac_optarg= ;;
Packit 9c2278
  *)    ac_optarg=yes ;;
Packit 9c2278
  esac
Packit 9c2278
Packit 9c2278
  # Accept the important Cygnus configure options, so we can diagnose typos.
Packit 9c2278
Packit 9c2278
  case $ac_dashdash$ac_option in
Packit 9c2278
  --)
Packit 9c2278
    ac_dashdash=yes ;;
Packit 9c2278
Packit 9c2278
  -bindir | --bindir | --bindi | --bind | --bin | --bi)
Packit 9c2278
    ac_prev=bindir ;;
Packit 9c2278
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
Packit 9c2278
    bindir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -build | --build | --buil | --bui | --bu)
Packit 9c2278
    ac_prev=build_alias ;;
Packit 9c2278
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
Packit 9c2278
    build_alias=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -cache-file | --cache-file | --cache-fil | --cache-fi \
Packit 9c2278
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
Packit 9c2278
    ac_prev=cache_file ;;
Packit 9c2278
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
Packit 9c2278
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
Packit 9c2278
    cache_file=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  --config-cache | -C)
Packit 9c2278
    cache_file=config.cache ;;
Packit 9c2278
Packit 9c2278
  -datadir | --datadir | --datadi | --datad)
Packit 9c2278
    ac_prev=datadir ;;
Packit 9c2278
  -datadir=* | --datadir=* | --datadi=* | --datad=*)
Packit 9c2278
    datadir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
Packit 9c2278
  | --dataroo | --dataro | --datar)
Packit 9c2278
    ac_prev=datarootdir ;;
Packit 9c2278
  -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
Packit 9c2278
  | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
Packit 9c2278
    datarootdir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -disable-* | --disable-*)
Packit 9c2278
    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
Packit 9c2278
    # Reject names that are not valid shell variable names.
Packit 9c2278
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Packit 9c2278
      as_fn_error $? "invalid feature name: $ac_useropt"
Packit 9c2278
    ac_useropt_orig=$ac_useropt
Packit 9c2278
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
Packit 9c2278
    case $ac_user_opts in
Packit 9c2278
      *"
Packit 9c2278
"enable_$ac_useropt"
Packit 9c2278
"*) ;;
Packit 9c2278
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
Packit 9c2278
	 ac_unrecognized_sep=', ';;
Packit 9c2278
    esac
Packit 9c2278
    eval enable_$ac_useropt=no ;;
Packit 9c2278
Packit 9c2278
  -docdir | --docdir | --docdi | --doc | --do)
Packit 9c2278
    ac_prev=docdir ;;
Packit 9c2278
  -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
Packit 9c2278
    docdir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
Packit 9c2278
    ac_prev=dvidir ;;
Packit 9c2278
  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
Packit 9c2278
    dvidir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -enable-* | --enable-*)
Packit 9c2278
    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
Packit 9c2278
    # Reject names that are not valid shell variable names.
Packit 9c2278
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Packit 9c2278
      as_fn_error $? "invalid feature name: $ac_useropt"
Packit 9c2278
    ac_useropt_orig=$ac_useropt
Packit 9c2278
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
Packit 9c2278
    case $ac_user_opts in
Packit 9c2278
      *"
Packit 9c2278
"enable_$ac_useropt"
Packit 9c2278
"*) ;;
Packit 9c2278
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
Packit 9c2278
	 ac_unrecognized_sep=', ';;
Packit 9c2278
    esac
Packit 9c2278
    eval enable_$ac_useropt=\$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
Packit 9c2278
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
Packit 9c2278
  | --exec | --exe | --ex)
Packit 9c2278
    ac_prev=exec_prefix ;;
Packit 9c2278
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
Packit 9c2278
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
Packit 9c2278
  | --exec=* | --exe=* | --ex=*)
Packit 9c2278
    exec_prefix=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -gas | --gas | --ga | --g)
Packit 9c2278
    # Obsolete; use --with-gas.
Packit 9c2278
    with_gas=yes ;;
Packit 9c2278
Packit 9c2278
  -help | --help | --hel | --he | -h)
Packit 9c2278
    ac_init_help=long ;;
Packit 9c2278
  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
Packit 9c2278
    ac_init_help=recursive ;;
Packit 9c2278
  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
Packit 9c2278
    ac_init_help=short ;;
Packit 9c2278
Packit 9c2278
  -host | --host | --hos | --ho)
Packit 9c2278
    ac_prev=host_alias ;;
Packit 9c2278
  -host=* | --host=* | --hos=* | --ho=*)
Packit 9c2278
    host_alias=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
Packit 9c2278
    ac_prev=htmldir ;;
Packit 9c2278
  -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
Packit 9c2278
  | --ht=*)
Packit 9c2278
    htmldir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -includedir | --includedir | --includedi | --included | --include \
Packit 9c2278
  | --includ | --inclu | --incl | --inc)
Packit 9c2278
    ac_prev=includedir ;;
Packit 9c2278
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
Packit 9c2278
  | --includ=* | --inclu=* | --incl=* | --inc=*)
Packit 9c2278
    includedir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -infodir | --infodir | --infodi | --infod | --info | --inf)
Packit 9c2278
    ac_prev=infodir ;;
Packit 9c2278
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
Packit 9c2278
    infodir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -libdir | --libdir | --libdi | --libd)
Packit 9c2278
    ac_prev=libdir ;;
Packit 9c2278
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
Packit 9c2278
    libdir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
Packit 9c2278
  | --libexe | --libex | --libe)
Packit 9c2278
    ac_prev=libexecdir ;;
Packit 9c2278
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
Packit 9c2278
  | --libexe=* | --libex=* | --libe=*)
Packit 9c2278
    libexecdir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -localedir | --localedir | --localedi | --localed | --locale)
Packit 9c2278
    ac_prev=localedir ;;
Packit 9c2278
  -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
Packit 9c2278
    localedir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -localstatedir | --localstatedir | --localstatedi | --localstated \
Packit 9c2278
  | --localstate | --localstat | --localsta | --localst | --locals)
Packit 9c2278
    ac_prev=localstatedir ;;
Packit 9c2278
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
Packit 9c2278
  | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
Packit 9c2278
    localstatedir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
Packit 9c2278
    ac_prev=mandir ;;
Packit 9c2278
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
Packit 9c2278
    mandir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -nfp | --nfp | --nf)
Packit 9c2278
    # Obsolete; use --without-fp.
Packit 9c2278
    with_fp=no ;;
Packit 9c2278
Packit 9c2278
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
Packit 9c2278
  | --no-cr | --no-c | -n)
Packit 9c2278
    no_create=yes ;;
Packit 9c2278
Packit 9c2278
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
Packit 9c2278
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
Packit 9c2278
    no_recursion=yes ;;
Packit 9c2278
Packit 9c2278
  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
Packit 9c2278
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
Packit 9c2278
  | --oldin | --oldi | --old | --ol | --o)
Packit 9c2278
    ac_prev=oldincludedir ;;
Packit 9c2278
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
Packit 9c2278
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
Packit 9c2278
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
Packit 9c2278
    oldincludedir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
Packit 9c2278
    ac_prev=prefix ;;
Packit 9c2278
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
Packit 9c2278
    prefix=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -program-prefix | --program-prefix | --program-prefi | --program-pref \
Packit 9c2278
  | --program-pre | --program-pr | --program-p)
Packit 9c2278
    ac_prev=program_prefix ;;
Packit 9c2278
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
Packit 9c2278
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
Packit 9c2278
    program_prefix=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -program-suffix | --program-suffix | --program-suffi | --program-suff \
Packit 9c2278
  | --program-suf | --program-su | --program-s)
Packit 9c2278
    ac_prev=program_suffix ;;
Packit 9c2278
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
Packit 9c2278
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
Packit 9c2278
    program_suffix=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -program-transform-name | --program-transform-name \
Packit 9c2278
  | --program-transform-nam | --program-transform-na \
Packit 9c2278
  | --program-transform-n | --program-transform- \
Packit 9c2278
  | --program-transform | --program-transfor \
Packit 9c2278
  | --program-transfo | --program-transf \
Packit 9c2278
  | --program-trans | --program-tran \
Packit 9c2278
  | --progr-tra | --program-tr | --program-t)
Packit 9c2278
    ac_prev=program_transform_name ;;
Packit 9c2278
  -program-transform-name=* | --program-transform-name=* \
Packit 9c2278
  | --program-transform-nam=* | --program-transform-na=* \
Packit 9c2278
  | --program-transform-n=* | --program-transform-=* \
Packit 9c2278
  | --program-transform=* | --program-transfor=* \
Packit 9c2278
  | --program-transfo=* | --program-transf=* \
Packit 9c2278
  | --program-trans=* | --program-tran=* \
Packit 9c2278
  | --progr-tra=* | --program-tr=* | --program-t=*)
Packit 9c2278
    program_transform_name=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
Packit 9c2278
    ac_prev=pdfdir ;;
Packit 9c2278
  -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
Packit 9c2278
    pdfdir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -psdir | --psdir | --psdi | --psd | --ps)
Packit 9c2278
    ac_prev=psdir ;;
Packit 9c2278
  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
Packit 9c2278
    psdir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
Packit 9c2278
  | -silent | --silent | --silen | --sile | --sil)
Packit 9c2278
    silent=yes ;;
Packit 9c2278
Packit 9c2278
  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
Packit 9c2278
    ac_prev=sbindir ;;
Packit 9c2278
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
Packit 9c2278
  | --sbi=* | --sb=*)
Packit 9c2278
    sbindir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -sharedstatedir | --sharedstatedir | --sharedstatedi \
Packit 9c2278
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
Packit 9c2278
  | --sharedst | --shareds | --shared | --share | --shar \
Packit 9c2278
  | --sha | --sh)
Packit 9c2278
    ac_prev=sharedstatedir ;;
Packit 9c2278
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
Packit 9c2278
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
Packit 9c2278
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
Packit 9c2278
  | --sha=* | --sh=*)
Packit 9c2278
    sharedstatedir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -site | --site | --sit)
Packit 9c2278
    ac_prev=site ;;
Packit 9c2278
  -site=* | --site=* | --sit=*)
Packit 9c2278
    site=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
Packit 9c2278
    ac_prev=srcdir ;;
Packit 9c2278
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
Packit 9c2278
    srcdir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
Packit 9c2278
  | --syscon | --sysco | --sysc | --sys | --sy)
Packit 9c2278
    ac_prev=sysconfdir ;;
Packit 9c2278
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
Packit 9c2278
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
Packit 9c2278
    sysconfdir=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -target | --target | --targe | --targ | --tar | --ta | --t)
Packit 9c2278
    ac_prev=target_alias ;;
Packit 9c2278
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
Packit 9c2278
    target_alias=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -v | -verbose | --verbose | --verbos | --verbo | --verb)
Packit 9c2278
    verbose=yes ;;
Packit 9c2278
Packit 9c2278
  -version | --version | --versio | --versi | --vers | -V)
Packit 9c2278
    ac_init_version=: ;;
Packit 9c2278
Packit 9c2278
  -with-* | --with-*)
Packit 9c2278
    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
Packit 9c2278
    # Reject names that are not valid shell variable names.
Packit 9c2278
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Packit 9c2278
      as_fn_error $? "invalid package name: $ac_useropt"
Packit 9c2278
    ac_useropt_orig=$ac_useropt
Packit 9c2278
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
Packit 9c2278
    case $ac_user_opts in
Packit 9c2278
      *"
Packit 9c2278
"with_$ac_useropt"
Packit 9c2278
"*) ;;
Packit 9c2278
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
Packit 9c2278
	 ac_unrecognized_sep=', ';;
Packit 9c2278
    esac
Packit 9c2278
    eval with_$ac_useropt=\$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -without-* | --without-*)
Packit 9c2278
    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
Packit 9c2278
    # Reject names that are not valid shell variable names.
Packit 9c2278
    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
Packit 9c2278
      as_fn_error $? "invalid package name: $ac_useropt"
Packit 9c2278
    ac_useropt_orig=$ac_useropt
Packit 9c2278
    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
Packit 9c2278
    case $ac_user_opts in
Packit 9c2278
      *"
Packit 9c2278
"with_$ac_useropt"
Packit 9c2278
"*) ;;
Packit 9c2278
      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
Packit 9c2278
	 ac_unrecognized_sep=', ';;
Packit 9c2278
    esac
Packit 9c2278
    eval with_$ac_useropt=no ;;
Packit 9c2278
Packit 9c2278
  --x)
Packit 9c2278
    # Obsolete; use --with-x.
Packit 9c2278
    with_x=yes ;;
Packit 9c2278
Packit 9c2278
  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
Packit 9c2278
  | --x-incl | --x-inc | --x-in | --x-i)
Packit 9c2278
    ac_prev=x_includes ;;
Packit 9c2278
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
Packit 9c2278
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
Packit 9c2278
    x_includes=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -x-libraries | --x-libraries | --x-librarie | --x-librari \
Packit 9c2278
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
Packit 9c2278
    ac_prev=x_libraries ;;
Packit 9c2278
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
Packit 9c2278
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
Packit 9c2278
    x_libraries=$ac_optarg ;;
Packit 9c2278
Packit 9c2278
  -*) as_fn_error $? "unrecognized option: \`$ac_option'
Packit 9c2278
Try \`$0 --help' for more information"
Packit 9c2278
    ;;
Packit 9c2278
Packit 9c2278
  *=*)
Packit 9c2278
    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
Packit 9c2278
    # Reject names that are not valid shell variable names.
Packit 9c2278
    case $ac_envvar in #(
Packit 9c2278
      '' | [0-9]* | *[!_$as_cr_alnum]* )
Packit 9c2278
      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
Packit 9c2278
    esac
Packit 9c2278
    eval $ac_envvar=\$ac_optarg
Packit 9c2278
    export $ac_envvar ;;
Packit 9c2278
Packit 9c2278
  *)
Packit 9c2278
    # FIXME: should be removed in autoconf 3.0.
Packit 9c2278
    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
Packit 9c2278
    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
Packit 9c2278
      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
Packit 9c2278
    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
Packit 9c2278
    ;;
Packit 9c2278
Packit 9c2278
  esac
Packit 9c2278
done
Packit 9c2278
Packit 9c2278
if test -n "$ac_prev"; then
Packit 9c2278
  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
Packit 9c2278
  as_fn_error $? "missing argument to $ac_option"
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
if test -n "$ac_unrecognized_opts"; then
Packit 9c2278
  case $enable_option_checking in
Packit 9c2278
    no) ;;
Packit 9c2278
    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
Packit 9c2278
    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
Packit 9c2278
  esac
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
# Check all directory arguments for consistency.
Packit 9c2278
for ac_var in	exec_prefix prefix bindir sbindir libexecdir datarootdir \
Packit 9c2278
		datadir sysconfdir sharedstatedir localstatedir includedir \
Packit 9c2278
		oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
Packit 9c2278
		libdir localedir mandir
Packit 9c2278
do
Packit 9c2278
  eval ac_val=\$$ac_var
Packit 9c2278
  # Remove trailing slashes.
Packit 9c2278
  case $ac_val in
Packit 9c2278
    */ )
Packit 9c2278
      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
Packit 9c2278
      eval $ac_var=\$ac_val;;
Packit 9c2278
  esac
Packit 9c2278
  # Be sure to have absolute directory names.
Packit 9c2278
  case $ac_val in
Packit 9c2278
    [\\/$]* | ?:[\\/]* )  continue;;
Packit 9c2278
    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
Packit 9c2278
  esac
Packit 9c2278
  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
Packit 9c2278
done
Packit 9c2278
Packit 9c2278
# There might be people who depend on the old broken behavior: `$host'
Packit 9c2278
# used to hold the argument of --host etc.
Packit 9c2278
# FIXME: To remove some day.
Packit 9c2278
build=$build_alias
Packit 9c2278
host=$host_alias
Packit 9c2278
target=$target_alias
Packit 9c2278
Packit 9c2278
# FIXME: To remove some day.
Packit 9c2278
if test "x$host_alias" != x; then
Packit 9c2278
  if test "x$build_alias" = x; then
Packit 9c2278
    cross_compiling=maybe
Packit 9c2278
  elif test "x$build_alias" != "x$host_alias"; then
Packit 9c2278
    cross_compiling=yes
Packit 9c2278
  fi
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
ac_tool_prefix=
Packit 9c2278
test -n "$host_alias" && ac_tool_prefix=$host_alias-
Packit 9c2278
Packit 9c2278
test "$silent" = yes && exec 6>/dev/null
Packit 9c2278
Packit 9c2278
Packit 9c2278
ac_pwd=`pwd` && test -n "$ac_pwd" &&
Packit 9c2278
ac_ls_di=`ls -di .` &&
Packit 9c2278
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
Packit 9c2278
  as_fn_error $? "working directory cannot be determined"
Packit 9c2278
test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
Packit 9c2278
  as_fn_error $? "pwd does not report name of working directory"
Packit 9c2278
Packit 9c2278
Packit 9c2278
# Find the source files, if location was not specified.
Packit 9c2278
if test -z "$srcdir"; then
Packit 9c2278
  ac_srcdir_defaulted=yes
Packit 9c2278
  # Try the directory containing this script, then the parent directory.
Packit 9c2278
  ac_confdir=`$as_dirname -- "$as_myself" ||
Packit 9c2278
$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Packit 9c2278
	 X"$as_myself" : 'X\(//\)[^/]' \| \
Packit 9c2278
	 X"$as_myself" : 'X\(//\)$' \| \
Packit 9c2278
	 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
Packit 9c2278
$as_echo X"$as_myself" |
Packit 9c2278
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\(\/\/\)[^/].*/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\(\/\/\)$/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\(\/\).*/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  s/.*/./; q'`
Packit 9c2278
  srcdir=$ac_confdir
Packit 9c2278
  if test ! -r "$srcdir/$ac_unique_file"; then
Packit 9c2278
    srcdir=..
Packit 9c2278
  fi
Packit 9c2278
else
Packit 9c2278
  ac_srcdir_defaulted=no
Packit 9c2278
fi
Packit 9c2278
if test ! -r "$srcdir/$ac_unique_file"; then
Packit 9c2278
  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
Packit 9c2278
  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
Packit 9c2278
fi
Packit 9c2278
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
Packit 9c2278
ac_abs_confdir=`(
Packit 9c2278
	cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
Packit 9c2278
	pwd)`
Packit 9c2278
# When building in place, set srcdir=.
Packit 9c2278
if test "$ac_abs_confdir" = "$ac_pwd"; then
Packit 9c2278
  srcdir=.
Packit 9c2278
fi
Packit 9c2278
# Remove unnecessary trailing slashes from srcdir.
Packit 9c2278
# Double slashes in file names in object file debugging info
Packit 9c2278
# mess up M-x gdb in Emacs.
Packit 9c2278
case $srcdir in
Packit 9c2278
*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
Packit 9c2278
esac
Packit 9c2278
for ac_var in $ac_precious_vars; do
Packit 9c2278
  eval ac_env_${ac_var}_set=\${${ac_var}+set}
Packit 9c2278
  eval ac_env_${ac_var}_value=\$${ac_var}
Packit 9c2278
  eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
Packit 9c2278
  eval ac_cv_env_${ac_var}_value=\$${ac_var}
Packit 9c2278
done
Packit 9c2278
Packit 9c2278
#
Packit 9c2278
# Report the --help message.
Packit 9c2278
#
Packit 9c2278
if test "$ac_init_help" = "long"; then
Packit 9c2278
  # Omit some internal or obsolete options to make the list less imposing.
Packit 9c2278
  # This message is too long to be a string in the A/UX 3.1 sh.
Packit 9c2278
  cat <<_ACEOF
Packit 9c2278
\`configure' configures adwaita-icon-theme 3.28.0 to adapt to many kinds of systems.
Packit 9c2278
Packit 9c2278
Usage: $0 [OPTION]... [VAR=VALUE]...
Packit 9c2278
Packit 9c2278
To assign environment variables (e.g., CC, CFLAGS...), specify them as
Packit 9c2278
VAR=VALUE.  See below for descriptions of some of the useful variables.
Packit 9c2278
Packit 9c2278
Defaults for the options are specified in brackets.
Packit 9c2278
Packit 9c2278
Configuration:
Packit 9c2278
  -h, --help              display this help and exit
Packit 9c2278
      --help=short        display options specific to this package
Packit 9c2278
      --help=recursive    display the short help of all the included packages
Packit 9c2278
  -V, --version           display version information and exit
Packit 9c2278
  -q, --quiet, --silent   do not print \`checking ...' messages
Packit 9c2278
      --cache-file=FILE   cache test results in FILE [disabled]
Packit 9c2278
  -C, --config-cache      alias for \`--cache-file=config.cache'
Packit 9c2278
  -n, --no-create         do not create output files
Packit 9c2278
      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
Packit 9c2278
Packit 9c2278
Installation directories:
Packit 9c2278
  --prefix=PREFIX         install architecture-independent files in PREFIX
Packit 9c2278
                          [$ac_default_prefix]
Packit 9c2278
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
Packit 9c2278
                          [PREFIX]
Packit 9c2278
Packit 9c2278
By default, \`make install' will install all the files in
Packit 9c2278
\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
Packit 9c2278
an installation prefix other than \`$ac_default_prefix' using \`--prefix',
Packit 9c2278
for instance \`--prefix=\$HOME'.
Packit 9c2278
Packit 9c2278
For better control, use the options below.
Packit 9c2278
Packit 9c2278
Fine tuning of the installation directories:
Packit 9c2278
  --bindir=DIR            user executables [EPREFIX/bin]
Packit 9c2278
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
Packit 9c2278
  --libexecdir=DIR        program executables [EPREFIX/libexec]
Packit 9c2278
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
Packit 9c2278
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
Packit 9c2278
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
Packit 9c2278
  --libdir=DIR            object code libraries [EPREFIX/lib]
Packit 9c2278
  --includedir=DIR        C header files [PREFIX/include]
Packit 9c2278
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
Packit 9c2278
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
Packit 9c2278
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
Packit 9c2278
  --infodir=DIR           info documentation [DATAROOTDIR/info]
Packit 9c2278
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
Packit 9c2278
  --mandir=DIR            man documentation [DATAROOTDIR/man]
Packit 9c2278
  --docdir=DIR            documentation root
Packit 9c2278
                          [DATAROOTDIR/doc/adwaita-icon-theme]
Packit 9c2278
  --htmldir=DIR           html documentation [DOCDIR]
Packit 9c2278
  --dvidir=DIR            dvi documentation [DOCDIR]
Packit 9c2278
  --pdfdir=DIR            pdf documentation [DOCDIR]
Packit 9c2278
  --psdir=DIR             ps documentation [DOCDIR]
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
  cat <<\_ACEOF
Packit 9c2278
Packit 9c2278
Program names:
Packit 9c2278
  --program-prefix=PREFIX            prepend PREFIX to installed program names
Packit 9c2278
  --program-suffix=SUFFIX            append SUFFIX to installed program names
Packit 9c2278
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
Packit 9c2278
Packit 9c2278
System types:
Packit 9c2278
  --build=BUILD     configure for building on BUILD [guessed]
Packit 9c2278
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
Packit 9c2278
_ACEOF
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
if test -n "$ac_init_help"; then
Packit 9c2278
  case $ac_init_help in
Packit 9c2278
     short | recursive ) echo "Configuration of adwaita-icon-theme 3.28.0:";;
Packit 9c2278
   esac
Packit 9c2278
  cat <<\_ACEOF
Packit 9c2278
Packit 9c2278
Optional Features:
Packit 9c2278
  --disable-option-checking  ignore unrecognized --enable/--with options
Packit 9c2278
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
Packit 9c2278
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
Packit 9c2278
  --enable-silent-rules   less verbose build output (undo: "make V=1")
Packit 9c2278
  --disable-silent-rules  verbose build output (undo: "make V=0")
Packit 9c2278
  --enable-l-xl-variants  Also make and install Large and Extra Large Windows
Packit 9c2278
                          cursor versions
Packit 9c2278
Packit 9c2278
Some influential environment variables:
Packit 9c2278
  PKG_CONFIG  path to pkg-config utility
Packit 9c2278
  PKG_CONFIG_PATH
Packit 9c2278
              directories to add to pkg-config's search path
Packit 9c2278
  PKG_CONFIG_LIBDIR
Packit 9c2278
              path overriding pkg-config's built-in search path
Packit 9c2278
Packit 9c2278
Use these variables to override the choices made by `configure' or to help
Packit 9c2278
it to find libraries and programs with nonstandard names/locations.
Packit 9c2278
Packit 9c2278
Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme>.
Packit 9c2278
_ACEOF
Packit 9c2278
ac_status=$?
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
if test "$ac_init_help" = "recursive"; then
Packit 9c2278
  # If there are subdirs, report their specific --help.
Packit 9c2278
  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
Packit 9c2278
    test -d "$ac_dir" ||
Packit 9c2278
      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
Packit 9c2278
      continue
Packit 9c2278
    ac_builddir=.
Packit 9c2278
Packit 9c2278
case "$ac_dir" in
Packit 9c2278
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
Packit 9c2278
*)
Packit 9c2278
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Packit 9c2278
  # A ".." for each directory in $ac_dir_suffix.
Packit 9c2278
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Packit 9c2278
  case $ac_top_builddir_sub in
Packit 9c2278
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
Packit 9c2278
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
Packit 9c2278
  esac ;;
Packit 9c2278
esac
Packit 9c2278
ac_abs_top_builddir=$ac_pwd
Packit 9c2278
ac_abs_builddir=$ac_pwd$ac_dir_suffix
Packit 9c2278
# for backward compatibility:
Packit 9c2278
ac_top_builddir=$ac_top_build_prefix
Packit 9c2278
Packit 9c2278
case $srcdir in
Packit 9c2278
  .)  # We are building in place.
Packit 9c2278
    ac_srcdir=.
Packit 9c2278
    ac_top_srcdir=$ac_top_builddir_sub
Packit 9c2278
    ac_abs_top_srcdir=$ac_pwd ;;
Packit 9c2278
  [\\/]* | ?:[\\/]* )  # Absolute name.
Packit 9c2278
    ac_srcdir=$srcdir$ac_dir_suffix;
Packit 9c2278
    ac_top_srcdir=$srcdir
Packit 9c2278
    ac_abs_top_srcdir=$srcdir ;;
Packit 9c2278
  *) # Relative name.
Packit 9c2278
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
Packit 9c2278
    ac_top_srcdir=$ac_top_build_prefix$srcdir
Packit 9c2278
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Packit 9c2278
esac
Packit 9c2278
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Packit 9c2278
Packit 9c2278
    cd "$ac_dir" || { ac_status=$?; continue; }
Packit 9c2278
    # Check for guested configure.
Packit 9c2278
    if test -f "$ac_srcdir/configure.gnu"; then
Packit 9c2278
      echo &&
Packit 9c2278
      $SHELL "$ac_srcdir/configure.gnu" --help=recursive
Packit 9c2278
    elif test -f "$ac_srcdir/configure"; then
Packit 9c2278
      echo &&
Packit 9c2278
      $SHELL "$ac_srcdir/configure" --help=recursive
Packit 9c2278
    else
Packit 9c2278
      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
Packit 9c2278
    fi || ac_status=$?
Packit 9c2278
    cd "$ac_pwd" || { ac_status=$?; break; }
Packit 9c2278
  done
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
test -n "$ac_init_help" && exit $ac_status
Packit 9c2278
if $ac_init_version; then
Packit 9c2278
  cat <<\_ACEOF
Packit 9c2278
adwaita-icon-theme configure 3.28.0
Packit 9c2278
generated by GNU Autoconf 2.69
Packit 9c2278
Packit 9c2278
Copyright (C) 2012 Free Software Foundation, Inc.
Packit 9c2278
This configure script is free software; the Free Software Foundation
Packit 9c2278
gives unlimited permission to copy, distribute and modify it.
Packit 9c2278
_ACEOF
Packit 9c2278
  exit
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
## ------------------------ ##
Packit 9c2278
## Autoconf initialization. ##
Packit 9c2278
## ------------------------ ##
Packit 9c2278
cat >config.log <<_ACEOF
Packit 9c2278
This file contains any messages produced by compilers while
Packit 9c2278
running configure, to aid debugging if configure makes a mistake.
Packit 9c2278
Packit 9c2278
It was created by adwaita-icon-theme $as_me 3.28.0, which was
Packit 9c2278
generated by GNU Autoconf 2.69.  Invocation command line was
Packit 9c2278
Packit 9c2278
  $ $0 $@
Packit 9c2278
Packit 9c2278
_ACEOF
Packit 9c2278
exec 5>>config.log
Packit 9c2278
{
Packit 9c2278
cat <<_ASUNAME
Packit 9c2278
## --------- ##
Packit 9c2278
## Platform. ##
Packit 9c2278
## --------- ##
Packit 9c2278
Packit 9c2278
hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
Packit 9c2278
uname -m = `(uname -m) 2>/dev/null || echo unknown`
Packit 9c2278
uname -r = `(uname -r) 2>/dev/null || echo unknown`
Packit 9c2278
uname -s = `(uname -s) 2>/dev/null || echo unknown`
Packit 9c2278
uname -v = `(uname -v) 2>/dev/null || echo unknown`
Packit 9c2278
Packit 9c2278
/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
Packit 9c2278
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
Packit 9c2278
Packit 9c2278
/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
Packit 9c2278
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
Packit 9c2278
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
Packit 9c2278
/usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
Packit 9c2278
/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
Packit 9c2278
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
Packit 9c2278
/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
Packit 9c2278
Packit 9c2278
_ASUNAME
Packit 9c2278
Packit 9c2278
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    $as_echo "PATH: $as_dir"
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
} >&5
Packit 9c2278
Packit 9c2278
cat >&5 <<_ACEOF
Packit 9c2278
Packit 9c2278
Packit 9c2278
## ----------- ##
Packit 9c2278
## Core tests. ##
Packit 9c2278
## ----------- ##
Packit 9c2278
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
Packit 9c2278
# Keep a trace of the command line.
Packit 9c2278
# Strip out --no-create and --no-recursion so they do not pile up.
Packit 9c2278
# Strip out --silent because we don't want to record it for future runs.
Packit 9c2278
# Also quote any args containing shell meta-characters.
Packit 9c2278
# Make two passes to allow for proper duplicate-argument suppression.
Packit 9c2278
ac_configure_args=
Packit 9c2278
ac_configure_args0=
Packit 9c2278
ac_configure_args1=
Packit 9c2278
ac_must_keep_next=false
Packit 9c2278
for ac_pass in 1 2
Packit 9c2278
do
Packit 9c2278
  for ac_arg
Packit 9c2278
  do
Packit 9c2278
    case $ac_arg in
Packit 9c2278
    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
Packit 9c2278
    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
Packit 9c2278
    | -silent | --silent | --silen | --sile | --sil)
Packit 9c2278
      continue ;;
Packit 9c2278
    *\'*)
Packit 9c2278
      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
Packit 9c2278
    esac
Packit 9c2278
    case $ac_pass in
Packit 9c2278
    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
Packit 9c2278
    2)
Packit 9c2278
      as_fn_append ac_configure_args1 " '$ac_arg'"
Packit 9c2278
      if test $ac_must_keep_next = true; then
Packit 9c2278
	ac_must_keep_next=false # Got value, back to normal.
Packit 9c2278
      else
Packit 9c2278
	case $ac_arg in
Packit 9c2278
	  *=* | --config-cache | -C | -disable-* | --disable-* \
Packit 9c2278
	  | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
Packit 9c2278
	  | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
Packit 9c2278
	  | -with-* | --with-* | -without-* | --without-* | --x)
Packit 9c2278
	    case "$ac_configure_args0 " in
Packit 9c2278
	      "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
Packit 9c2278
	    esac
Packit 9c2278
	    ;;
Packit 9c2278
	  -* ) ac_must_keep_next=true ;;
Packit 9c2278
	esac
Packit 9c2278
      fi
Packit 9c2278
      as_fn_append ac_configure_args " '$ac_arg'"
Packit 9c2278
      ;;
Packit 9c2278
    esac
Packit 9c2278
  done
Packit 9c2278
done
Packit 9c2278
{ ac_configure_args0=; unset ac_configure_args0;}
Packit 9c2278
{ ac_configure_args1=; unset ac_configure_args1;}
Packit 9c2278
Packit 9c2278
# When interrupted or exit'd, cleanup temporary files, and complete
Packit 9c2278
# config.log.  We remove comments because anyway the quotes in there
Packit 9c2278
# would cause problems or look ugly.
Packit 9c2278
# WARNING: Use '\'' to represent an apostrophe within the trap.
Packit 9c2278
# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
Packit 9c2278
trap 'exit_status=$?
Packit 9c2278
  # Save into config.log some information that might help in debugging.
Packit 9c2278
  {
Packit 9c2278
    echo
Packit 9c2278
Packit 9c2278
    $as_echo "## ---------------- ##
Packit 9c2278
## Cache variables. ##
Packit 9c2278
## ---------------- ##"
Packit 9c2278
    echo
Packit 9c2278
    # The following way of writing the cache mishandles newlines in values,
Packit 9c2278
(
Packit 9c2278
  for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
Packit 9c2278
    eval ac_val=\$$ac_var
Packit 9c2278
    case $ac_val in #(
Packit 9c2278
    *${as_nl}*)
Packit 9c2278
      case $ac_var in #(
Packit 9c2278
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Packit 9c2278
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Packit 9c2278
      esac
Packit 9c2278
      case $ac_var in #(
Packit 9c2278
      _ | IFS | as_nl) ;; #(
Packit 9c2278
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Packit 9c2278
      *) { eval $ac_var=; unset $ac_var;} ;;
Packit 9c2278
      esac ;;
Packit 9c2278
    esac
Packit 9c2278
  done
Packit 9c2278
  (set) 2>&1 |
Packit 9c2278
    case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
Packit 9c2278
    *${as_nl}ac_space=\ *)
Packit 9c2278
      sed -n \
Packit 9c2278
	"s/'\''/'\''\\\\'\'''\''/g;
Packit 9c2278
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
Packit 9c2278
      ;; #(
Packit 9c2278
    *)
Packit 9c2278
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Packit 9c2278
      ;;
Packit 9c2278
    esac |
Packit 9c2278
    sort
Packit 9c2278
)
Packit 9c2278
    echo
Packit 9c2278
Packit 9c2278
    $as_echo "## ----------------- ##
Packit 9c2278
## Output variables. ##
Packit 9c2278
## ----------------- ##"
Packit 9c2278
    echo
Packit 9c2278
    for ac_var in $ac_subst_vars
Packit 9c2278
    do
Packit 9c2278
      eval ac_val=\$$ac_var
Packit 9c2278
      case $ac_val in
Packit 9c2278
      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Packit 9c2278
      esac
Packit 9c2278
      $as_echo "$ac_var='\''$ac_val'\''"
Packit 9c2278
    done | sort
Packit 9c2278
    echo
Packit 9c2278
Packit 9c2278
    if test -n "$ac_subst_files"; then
Packit 9c2278
      $as_echo "## ------------------- ##
Packit 9c2278
## File substitutions. ##
Packit 9c2278
## ------------------- ##"
Packit 9c2278
      echo
Packit 9c2278
      for ac_var in $ac_subst_files
Packit 9c2278
      do
Packit 9c2278
	eval ac_val=\$$ac_var
Packit 9c2278
	case $ac_val in
Packit 9c2278
	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
Packit 9c2278
	esac
Packit 9c2278
	$as_echo "$ac_var='\''$ac_val'\''"
Packit 9c2278
      done | sort
Packit 9c2278
      echo
Packit 9c2278
    fi
Packit 9c2278
Packit 9c2278
    if test -s confdefs.h; then
Packit 9c2278
      $as_echo "## ----------- ##
Packit 9c2278
## confdefs.h. ##
Packit 9c2278
## ----------- ##"
Packit 9c2278
      echo
Packit 9c2278
      cat confdefs.h
Packit 9c2278
      echo
Packit 9c2278
    fi
Packit 9c2278
    test "$ac_signal" != 0 &&
Packit 9c2278
      $as_echo "$as_me: caught signal $ac_signal"
Packit 9c2278
    $as_echo "$as_me: exit $exit_status"
Packit 9c2278
  } >&5
Packit 9c2278
  rm -f core *.core core.conftest.* &&
Packit 9c2278
    rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
Packit 9c2278
    exit $exit_status
Packit 9c2278
' 0
Packit 9c2278
for ac_signal in 1 2 13 15; do
Packit 9c2278
  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
Packit 9c2278
done
Packit 9c2278
ac_signal=0
Packit 9c2278
Packit 9c2278
# confdefs.h avoids OS command line length limits that DEFS can exceed.
Packit 9c2278
rm -f -r conftest* confdefs.h
Packit 9c2278
Packit 9c2278
$as_echo "/* confdefs.h */" > confdefs.h
Packit 9c2278
Packit 9c2278
# Predefined preprocessor variables.
Packit 9c2278
Packit 9c2278
cat >>confdefs.h <<_ACEOF
Packit 9c2278
#define PACKAGE_NAME "$PACKAGE_NAME"
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
cat >>confdefs.h <<_ACEOF
Packit 9c2278
#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
cat >>confdefs.h <<_ACEOF
Packit 9c2278
#define PACKAGE_VERSION "$PACKAGE_VERSION"
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
cat >>confdefs.h <<_ACEOF
Packit 9c2278
#define PACKAGE_STRING "$PACKAGE_STRING"
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
cat >>confdefs.h <<_ACEOF
Packit 9c2278
#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
cat >>confdefs.h <<_ACEOF
Packit 9c2278
#define PACKAGE_URL "$PACKAGE_URL"
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
Packit 9c2278
# Let the site file select an alternate cache file if it wants to.
Packit 9c2278
# Prefer an explicitly selected file to automatically selected ones.
Packit 9c2278
ac_site_file1=NONE
Packit 9c2278
ac_site_file2=NONE
Packit 9c2278
if test -n "$CONFIG_SITE"; then
Packit 9c2278
  # We do not want a PATH search for config.site.
Packit 9c2278
  case $CONFIG_SITE in #((
Packit 9c2278
    -*)  ac_site_file1=./$CONFIG_SITE;;
Packit 9c2278
    */*) ac_site_file1=$CONFIG_SITE;;
Packit 9c2278
    *)   ac_site_file1=./$CONFIG_SITE;;
Packit 9c2278
  esac
Packit 9c2278
elif test "x$prefix" != xNONE; then
Packit 9c2278
  ac_site_file1=$prefix/share/config.site
Packit 9c2278
  ac_site_file2=$prefix/etc/config.site
Packit 9c2278
else
Packit 9c2278
  ac_site_file1=$ac_default_prefix/share/config.site
Packit 9c2278
  ac_site_file2=$ac_default_prefix/etc/config.site
Packit 9c2278
fi
Packit 9c2278
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
Packit 9c2278
do
Packit 9c2278
  test "x$ac_site_file" = xNONE && continue
Packit 9c2278
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
Packit 9c2278
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
Packit 9c2278
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
Packit 9c2278
    sed 's/^/| /' "$ac_site_file" >&5
Packit 9c2278
    . "$ac_site_file" \
Packit 9c2278
      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Packit 9c2278
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Packit 9c2278
as_fn_error $? "failed to load site script $ac_site_file
Packit 9c2278
See \`config.log' for more details" "$LINENO" 5; }
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
Packit 9c2278
if test -r "$cache_file"; then
Packit 9c2278
  # Some versions of bash will fail to source /dev/null (special files
Packit 9c2278
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
Packit 9c2278
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
Packit 9c2278
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
Packit 9c2278
$as_echo "$as_me: loading cache $cache_file" >&6;}
Packit 9c2278
    case $cache_file in
Packit 9c2278
      [\\/]* | ?:[\\/]* ) . "$cache_file";;
Packit 9c2278
      *)                      . "./$cache_file";;
Packit 9c2278
    esac
Packit 9c2278
  fi
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
Packit 9c2278
$as_echo "$as_me: creating cache $cache_file" >&6;}
Packit 9c2278
  >$cache_file
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
# Check that the precious variables saved in the cache have kept the same
Packit 9c2278
# value.
Packit 9c2278
ac_cache_corrupted=false
Packit 9c2278
for ac_var in $ac_precious_vars; do
Packit 9c2278
  eval ac_old_set=\$ac_cv_env_${ac_var}_set
Packit 9c2278
  eval ac_new_set=\$ac_env_${ac_var}_set
Packit 9c2278
  eval ac_old_val=\$ac_cv_env_${ac_var}_value
Packit 9c2278
  eval ac_new_val=\$ac_env_${ac_var}_value
Packit 9c2278
  case $ac_old_set,$ac_new_set in
Packit 9c2278
    set,)
Packit 9c2278
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
Packit 9c2278
$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
Packit 9c2278
      ac_cache_corrupted=: ;;
Packit 9c2278
    ,set)
Packit 9c2278
      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
Packit 9c2278
$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
Packit 9c2278
      ac_cache_corrupted=: ;;
Packit 9c2278
    ,);;
Packit 9c2278
    *)
Packit 9c2278
      if test "x$ac_old_val" != "x$ac_new_val"; then
Packit 9c2278
	# differences in whitespace do not lead to failure.
Packit 9c2278
	ac_old_val_w=`echo x $ac_old_val`
Packit 9c2278
	ac_new_val_w=`echo x $ac_new_val`
Packit 9c2278
	if test "$ac_old_val_w" != "$ac_new_val_w"; then
Packit 9c2278
	  { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
Packit 9c2278
$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
Packit 9c2278
	  ac_cache_corrupted=:
Packit 9c2278
	else
Packit 9c2278
	  { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
Packit 9c2278
$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
Packit 9c2278
	  eval $ac_var=\$ac_old_val
Packit 9c2278
	fi
Packit 9c2278
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
Packit 9c2278
$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
Packit 9c2278
	{ $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
Packit 9c2278
$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
Packit 9c2278
      fi;;
Packit 9c2278
  esac
Packit 9c2278
  # Pass precious variables to config.status.
Packit 9c2278
  if test "$ac_new_set" = set; then
Packit 9c2278
    case $ac_new_val in
Packit 9c2278
    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
Packit 9c2278
    *) ac_arg=$ac_var=$ac_new_val ;;
Packit 9c2278
    esac
Packit 9c2278
    case " $ac_configure_args " in
Packit 9c2278
      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
Packit 9c2278
      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
Packit 9c2278
    esac
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
if $ac_cache_corrupted; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Packit 9c2278
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
Packit 9c2278
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
Packit 9c2278
  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
Packit 9c2278
fi
Packit 9c2278
## -------------------- ##
Packit 9c2278
## Main body of script. ##
Packit 9c2278
## -------------------- ##
Packit 9c2278
Packit 9c2278
ac_ext=c
Packit 9c2278
ac_cpp='$CPP $CPPFLAGS'
Packit 9c2278
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
Packit 9c2278
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
Packit 9c2278
ac_compiler_gnu=$ac_cv_c_compiler_gnu
Packit 9c2278
Packit 9c2278
Packit 9c2278
ac_aux_dir=
Packit 9c2278
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
Packit 9c2278
  if test -f "$ac_dir/install-sh"; then
Packit 9c2278
    ac_aux_dir=$ac_dir
Packit 9c2278
    ac_install_sh="$ac_aux_dir/install-sh -c"
Packit 9c2278
    break
Packit 9c2278
  elif test -f "$ac_dir/install.sh"; then
Packit 9c2278
    ac_aux_dir=$ac_dir
Packit 9c2278
    ac_install_sh="$ac_aux_dir/install.sh -c"
Packit 9c2278
    break
Packit 9c2278
  elif test -f "$ac_dir/shtool"; then
Packit 9c2278
    ac_aux_dir=$ac_dir
Packit 9c2278
    ac_install_sh="$ac_aux_dir/shtool install -c"
Packit 9c2278
    break
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
if test -z "$ac_aux_dir"; then
Packit 9c2278
  as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
# These three variables are undocumented and unsupported,
Packit 9c2278
# and are intended to be withdrawn in a future Autoconf release.
Packit 9c2278
# They can cause serious problems if a builder's source tree is in a directory
Packit 9c2278
# whose full name contains unusual characters.
Packit 9c2278
ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
Packit 9c2278
ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
Packit 9c2278
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
Packit 9c2278
Packit 9c2278
Packit 9c2278
# Make sure we can run config.sub.
Packit 9c2278
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
Packit 9c2278
  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
Packit 9c2278
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
Packit 9c2278
$as_echo_n "checking build system type... " >&6; }
Packit 9c2278
if ${ac_cv_build+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  ac_build_alias=$build_alias
Packit 9c2278
test "x$ac_build_alias" = x &&
Packit 9c2278
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
Packit 9c2278
test "x$ac_build_alias" = x &&
Packit 9c2278
  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
Packit 9c2278
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
Packit 9c2278
  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
Packit 9c2278
Packit 9c2278
fi
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
Packit 9c2278
$as_echo "$ac_cv_build" >&6; }
Packit 9c2278
case $ac_cv_build in
Packit 9c2278
*-*-*) ;;
Packit 9c2278
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
Packit 9c2278
esac
Packit 9c2278
build=$ac_cv_build
Packit 9c2278
ac_save_IFS=$IFS; IFS='-'
Packit 9c2278
set x $ac_cv_build
Packit 9c2278
shift
Packit 9c2278
build_cpu=$1
Packit 9c2278
build_vendor=$2
Packit 9c2278
shift; shift
Packit 9c2278
# Remember, the first character of IFS is used to create $*,
Packit 9c2278
# except with old shells:
Packit 9c2278
build_os=$*
Packit 9c2278
IFS=$ac_save_IFS
Packit 9c2278
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
Packit 9c2278
Packit 9c2278
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
Packit 9c2278
$as_echo_n "checking host system type... " >&6; }
Packit 9c2278
if ${ac_cv_host+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  if test "x$host_alias" = x; then
Packit 9c2278
  ac_cv_host=$ac_cv_build
Packit 9c2278
else
Packit 9c2278
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
Packit 9c2278
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
fi
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
Packit 9c2278
$as_echo "$ac_cv_host" >&6; }
Packit 9c2278
case $ac_cv_host in
Packit 9c2278
*-*-*) ;;
Packit 9c2278
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
Packit 9c2278
esac
Packit 9c2278
host=$ac_cv_host
Packit 9c2278
ac_save_IFS=$IFS; IFS='-'
Packit 9c2278
set x $ac_cv_host
Packit 9c2278
shift
Packit 9c2278
host_cpu=$1
Packit 9c2278
host_vendor=$2
Packit 9c2278
shift; shift
Packit 9c2278
# Remember, the first character of IFS is used to create $*,
Packit 9c2278
# except with old shells:
Packit 9c2278
host_os=$*
Packit 9c2278
IFS=$ac_save_IFS
Packit 9c2278
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
am__api_version='1.15'
Packit 9c2278
Packit 9c2278
# Find a good install program.  We prefer a C program (faster),
Packit 9c2278
# so one script is as good as another.  But avoid the broken or
Packit 9c2278
# incompatible versions:
Packit 9c2278
# SysV /etc/install, /usr/sbin/install
Packit 9c2278
# SunOS /usr/etc/install
Packit 9c2278
# IRIX /sbin/install
Packit 9c2278
# AIX /bin/install
Packit 9c2278
# AmigaOS /C/install, which installs bootblocks on floppy discs
Packit 9c2278
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
Packit 9c2278
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
Packit 9c2278
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
Packit 9c2278
# OS/2's system install, which has a completely different semantic
Packit 9c2278
# ./install, which can be erroneously created by make from ./install.sh.
Packit 9c2278
# Reject install programs that cannot install multiple files.
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
Packit 9c2278
$as_echo_n "checking for a BSD-compatible install... " >&6; }
Packit 9c2278
if test -z "$INSTALL"; then
Packit 9c2278
if ${ac_cv_path_install+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    # Account for people who put trailing slashes in PATH elements.
Packit 9c2278
case $as_dir/ in #((
Packit 9c2278
  ./ | .// | /[cC]/* | \
Packit 9c2278
  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
Packit 9c2278
  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
Packit 9c2278
  /usr/ucb/* ) ;;
Packit 9c2278
  *)
Packit 9c2278
    # OSF1 and SCO ODT 3.0 have their own names for install.
Packit 9c2278
    # Don't use installbsd from OSF since it installs stuff as root
Packit 9c2278
    # by default.
Packit 9c2278
    for ac_prog in ginstall scoinst install; do
Packit 9c2278
      for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9c2278
	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
Packit 9c2278
	  if test $ac_prog = install &&
Packit 9c2278
	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
Packit 9c2278
	    # AIX install.  It has an incompatible calling convention.
Packit 9c2278
	    :
Packit 9c2278
	  elif test $ac_prog = install &&
Packit 9c2278
	    grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
Packit 9c2278
	    # program-specific install script used by HP pwplus--don't use.
Packit 9c2278
	    :
Packit 9c2278
	  else
Packit 9c2278
	    rm -rf conftest.one conftest.two conftest.dir
Packit 9c2278
	    echo one > conftest.one
Packit 9c2278
	    echo two > conftest.two
Packit 9c2278
	    mkdir conftest.dir
Packit 9c2278
	    if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
Packit 9c2278
	      test -s conftest.one && test -s conftest.two &&
Packit 9c2278
	      test -s conftest.dir/conftest.one &&
Packit 9c2278
	      test -s conftest.dir/conftest.two
Packit 9c2278
	    then
Packit 9c2278
	      ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
Packit 9c2278
	      break 3
Packit 9c2278
	    fi
Packit 9c2278
	  fi
Packit 9c2278
	fi
Packit 9c2278
      done
Packit 9c2278
    done
Packit 9c2278
    ;;
Packit 9c2278
esac
Packit 9c2278
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
rm -rf conftest.one conftest.two conftest.dir
Packit 9c2278
Packit 9c2278
fi
Packit 9c2278
  if test "${ac_cv_path_install+set}" = set; then
Packit 9c2278
    INSTALL=$ac_cv_path_install
Packit 9c2278
  else
Packit 9c2278
    # As a last resort, use the slow shell script.  Don't cache a
Packit 9c2278
    # value for INSTALL within a source directory, because that will
Packit 9c2278
    # break other packages using the cache if that directory is
Packit 9c2278
    # removed, or if the value is a relative name.
Packit 9c2278
    INSTALL=$ac_install_sh
Packit 9c2278
  fi
Packit 9c2278
fi
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
Packit 9c2278
$as_echo "$INSTALL" >&6; }
Packit 9c2278
Packit 9c2278
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
Packit 9c2278
# It thinks the first close brace ends the variable substitution.
Packit 9c2278
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
Packit 9c2278
Packit 9c2278
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
Packit 9c2278
Packit 9c2278
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
Packit 9c2278
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
Packit 9c2278
$as_echo_n "checking whether build environment is sane... " >&6; }
Packit 9c2278
# Reject unsafe characters in $srcdir or the absolute working directory
Packit 9c2278
# name.  Accept space and tab only in the latter.
Packit 9c2278
am_lf='
Packit 9c2278
'
Packit 9c2278
case `pwd` in
Packit 9c2278
  *[\\\"\#\$\&\'\`$am_lf]*)
Packit 9c2278
    as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
Packit 9c2278
esac
Packit 9c2278
case $srcdir in
Packit 9c2278
  *[\\\"\#\$\&\'\`$am_lf\ \	]*)
Packit 9c2278
    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
Packit 9c2278
esac
Packit 9c2278
Packit 9c2278
# Do 'set' in a subshell so we don't clobber the current shell's
Packit 9c2278
# arguments.  Must try -L first in case configure is actually a
Packit 9c2278
# symlink; some systems play weird games with the mod time of symlinks
Packit 9c2278
# (eg FreeBSD returns the mod time of the symlink's containing
Packit 9c2278
# directory).
Packit 9c2278
if (
Packit 9c2278
   am_has_slept=no
Packit 9c2278
   for am_try in 1 2; do
Packit 9c2278
     echo "timestamp, slept: $am_has_slept" > conftest.file
Packit 9c2278
     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
Packit 9c2278
     if test "$*" = "X"; then
Packit 9c2278
	# -L didn't work.
Packit 9c2278
	set X `ls -t "$srcdir/configure" conftest.file`
Packit 9c2278
     fi
Packit 9c2278
     if test "$*" != "X $srcdir/configure conftest.file" \
Packit 9c2278
	&& test "$*" != "X conftest.file $srcdir/configure"; then
Packit 9c2278
Packit 9c2278
	# If neither matched, then we have a broken ls.  This can happen
Packit 9c2278
	# if, for instance, CONFIG_SHELL is bash and it inherits a
Packit 9c2278
	# broken ls alias from the environment.  This has actually
Packit 9c2278
	# happened.  Such a system could not be considered "sane".
Packit 9c2278
	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
Packit 9c2278
  alias in your environment" "$LINENO" 5
Packit 9c2278
     fi
Packit 9c2278
     if test "$2" = conftest.file || test $am_try -eq 2; then
Packit 9c2278
       break
Packit 9c2278
     fi
Packit 9c2278
     # Just in case.
Packit 9c2278
     sleep 1
Packit 9c2278
     am_has_slept=yes
Packit 9c2278
   done
Packit 9c2278
   test "$2" = conftest.file
Packit 9c2278
   )
Packit 9c2278
then
Packit 9c2278
   # Ok.
Packit 9c2278
   :
Packit 9c2278
else
Packit 9c2278
   as_fn_error $? "newly created file is older than distributed files!
Packit 9c2278
Check your system clock" "$LINENO" 5
Packit 9c2278
fi
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Packit 9c2278
$as_echo "yes" >&6; }
Packit 9c2278
# If we didn't sleep, we still need to ensure time stamps of config.status and
Packit 9c2278
# generated files are strictly newer.
Packit 9c2278
am_sleep_pid=
Packit 9c2278
if grep 'slept: no' conftest.file >/dev/null 2>&1; then
Packit 9c2278
  ( sleep 1 ) &
Packit 9c2278
  am_sleep_pid=$!
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
rm -f conftest.file
Packit 9c2278
Packit 9c2278
test "$program_prefix" != NONE &&
Packit 9c2278
  program_transform_name="s&^&$program_prefix&;$program_transform_name"
Packit 9c2278
# Use a double $ so make ignores it.
Packit 9c2278
test "$program_suffix" != NONE &&
Packit 9c2278
  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
Packit 9c2278
# Double any \ or $.
Packit 9c2278
# By default was `s,x,x', remove it if useless.
Packit 9c2278
ac_script='s/[\\$]/&&/;;s/;s,x,x,$//'
Packit 9c2278
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
Packit 9c2278
Packit 9c2278
# Expand $ac_aux_dir to an absolute path.
Packit 9c2278
am_aux_dir=`cd "$ac_aux_dir" && pwd`
Packit 9c2278
Packit 9c2278
if test x"${MISSING+set}" != xset; then
Packit 9c2278
  case $am_aux_dir in
Packit 9c2278
  *\ * | *\	*)
Packit 9c2278
    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
Packit 9c2278
  *)
Packit 9c2278
    MISSING="\${SHELL} $am_aux_dir/missing" ;;
Packit 9c2278
  esac
Packit 9c2278
fi
Packit 9c2278
# Use eval to expand $SHELL
Packit 9c2278
if eval "$MISSING --is-lightweight"; then
Packit 9c2278
  am_missing_run="$MISSING "
Packit 9c2278
else
Packit 9c2278
  am_missing_run=
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
Packit 9c2278
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
if test x"${install_sh+set}" != xset; then
Packit 9c2278
  case $am_aux_dir in
Packit 9c2278
  *\ * | *\	*)
Packit 9c2278
    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
Packit 9c2278
  *)
Packit 9c2278
    install_sh="\${SHELL} $am_aux_dir/install-sh"
Packit 9c2278
  esac
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
# Installed binaries are usually stripped using 'strip' when the user
Packit 9c2278
# run "make install-strip".  However 'strip' might not be the right
Packit 9c2278
# tool to use in cross-compilation environments, therefore Automake
Packit 9c2278
# will honor the 'STRIP' environment variable to overrule this program.
Packit 9c2278
if test "$cross_compiling" != no; then
Packit 9c2278
  if test -n "$ac_tool_prefix"; then
Packit 9c2278
  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
Packit 9c2278
set dummy ${ac_tool_prefix}strip; ac_word=$2
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9c2278
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9c2278
if ${ac_cv_prog_STRIP+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  if test -n "$STRIP"; then
Packit 9c2278
  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
Packit 9c2278
else
Packit 9c2278
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9c2278
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9c2278
    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
Packit 9c2278
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9c2278
    break 2
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
fi
Packit 9c2278
fi
Packit 9c2278
STRIP=$ac_cv_prog_STRIP
Packit 9c2278
if test -n "$STRIP"; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
Packit 9c2278
$as_echo "$STRIP" >&6; }
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
fi
Packit 9c2278
if test -z "$ac_cv_prog_STRIP"; then
Packit 9c2278
  ac_ct_STRIP=$STRIP
Packit 9c2278
  # Extract the first word of "strip", so it can be a program name with args.
Packit 9c2278
set dummy strip; ac_word=$2
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9c2278
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9c2278
if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  if test -n "$ac_ct_STRIP"; then
Packit 9c2278
  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
Packit 9c2278
else
Packit 9c2278
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9c2278
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9c2278
    ac_cv_prog_ac_ct_STRIP="strip"
Packit 9c2278
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9c2278
    break 2
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
fi
Packit 9c2278
fi
Packit 9c2278
ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
Packit 9c2278
if test -n "$ac_ct_STRIP"; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
Packit 9c2278
$as_echo "$ac_ct_STRIP" >&6; }
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
  if test "x$ac_ct_STRIP" = x; then
Packit 9c2278
    STRIP=":"
Packit 9c2278
  else
Packit 9c2278
    case $cross_compiling:$ac_tool_warned in
Packit 9c2278
yes:)
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Packit 9c2278
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Packit 9c2278
ac_tool_warned=yes ;;
Packit 9c2278
esac
Packit 9c2278
    STRIP=$ac_ct_STRIP
Packit 9c2278
  fi
Packit 9c2278
else
Packit 9c2278
  STRIP="$ac_cv_prog_STRIP"
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
fi
Packit 9c2278
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
Packit 9c2278
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
Packit 9c2278
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
Packit 9c2278
if test -z "$MKDIR_P"; then
Packit 9c2278
  if ${ac_cv_path_mkdir+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    for ac_prog in mkdir gmkdir; do
Packit 9c2278
	 for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9c2278
	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
Packit 9c2278
	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
Packit 9c2278
	     'mkdir (GNU coreutils) '* | \
Packit 9c2278
	     'mkdir (coreutils) '* | \
Packit 9c2278
	     'mkdir (fileutils) '4.1*)
Packit 9c2278
	       ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
Packit 9c2278
	       break 3;;
Packit 9c2278
	   esac
Packit 9c2278
	 done
Packit 9c2278
       done
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
  test -d ./--version && rmdir ./--version
Packit 9c2278
  if test "${ac_cv_path_mkdir+set}" = set; then
Packit 9c2278
    MKDIR_P="$ac_cv_path_mkdir -p"
Packit 9c2278
  else
Packit 9c2278
    # As a last resort, use the slow shell script.  Don't cache a
Packit 9c2278
    # value for MKDIR_P within a source directory, because that will
Packit 9c2278
    # break other packages using the cache if that directory is
Packit 9c2278
    # removed, or if the value is a relative name.
Packit 9c2278
    MKDIR_P="$ac_install_sh -d"
Packit 9c2278
  fi
Packit 9c2278
fi
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
Packit 9c2278
$as_echo "$MKDIR_P" >&6; }
Packit 9c2278
Packit 9c2278
for ac_prog in gawk mawk nawk awk
Packit 9c2278
do
Packit 9c2278
  # Extract the first word of "$ac_prog", so it can be a program name with args.
Packit 9c2278
set dummy $ac_prog; ac_word=$2
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9c2278
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9c2278
if ${ac_cv_prog_AWK+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  if test -n "$AWK"; then
Packit 9c2278
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
Packit 9c2278
else
Packit 9c2278
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9c2278
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9c2278
    ac_cv_prog_AWK="$ac_prog"
Packit 9c2278
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9c2278
    break 2
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
fi
Packit 9c2278
fi
Packit 9c2278
AWK=$ac_cv_prog_AWK
Packit 9c2278
if test -n "$AWK"; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
Packit 9c2278
$as_echo "$AWK" >&6; }
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
  test -n "$AWK" && break
Packit 9c2278
done
Packit 9c2278
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
Packit 9c2278
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
Packit 9c2278
set x ${MAKE-make}
Packit 9c2278
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
Packit 9c2278
if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  cat >conftest.make <<\_ACEOF
Packit 9c2278
SHELL = /bin/sh
Packit 9c2278
all:
Packit 9c2278
	@echo '@@@%%%=$(MAKE)=@@@%%%'
Packit 9c2278
_ACEOF
Packit 9c2278
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
Packit 9c2278
case `${MAKE-make} -f conftest.make 2>/dev/null` in
Packit 9c2278
  *@@@%%%=?*=@@@%%%*)
Packit 9c2278
    eval ac_cv_prog_make_${ac_make}_set=yes;;
Packit 9c2278
  *)
Packit 9c2278
    eval ac_cv_prog_make_${ac_make}_set=no;;
Packit 9c2278
esac
Packit 9c2278
rm -f conftest.make
Packit 9c2278
fi
Packit 9c2278
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Packit 9c2278
$as_echo "yes" >&6; }
Packit 9c2278
  SET_MAKE=
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
  SET_MAKE="MAKE=${MAKE-make}"
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
rm -rf .tst 2>/dev/null
Packit 9c2278
mkdir .tst 2>/dev/null
Packit 9c2278
if test -d .tst; then
Packit 9c2278
  am__leading_dot=.
Packit 9c2278
else
Packit 9c2278
  am__leading_dot=_
Packit 9c2278
fi
Packit 9c2278
rmdir .tst 2>/dev/null
Packit 9c2278
Packit 9c2278
# Check whether --enable-silent-rules was given.
Packit 9c2278
if test "${enable_silent_rules+set}" = set; then :
Packit 9c2278
  enableval=$enable_silent_rules;
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
case $enable_silent_rules in # (((
Packit 9c2278
  yes) AM_DEFAULT_VERBOSITY=0;;
Packit 9c2278
   no) AM_DEFAULT_VERBOSITY=1;;
Packit 9c2278
    *) AM_DEFAULT_VERBOSITY=1;;
Packit 9c2278
esac
Packit 9c2278
am_make=${MAKE-make}
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
Packit 9c2278
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
Packit 9c2278
if ${am_cv_make_support_nested_variables+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  if $as_echo 'TRUE=$(BAR$(V))
Packit 9c2278
BAR0=false
Packit 9c2278
BAR1=true
Packit 9c2278
V=1
Packit 9c2278
am__doit:
Packit 9c2278
	@$(TRUE)
Packit 9c2278
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
Packit 9c2278
  am_cv_make_support_nested_variables=yes
Packit 9c2278
else
Packit 9c2278
  am_cv_make_support_nested_variables=no
Packit 9c2278
fi
Packit 9c2278
fi
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
Packit 9c2278
$as_echo "$am_cv_make_support_nested_variables" >&6; }
Packit 9c2278
if test $am_cv_make_support_nested_variables = yes; then
Packit 9c2278
    AM_V='$(V)'
Packit 9c2278
  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
Packit 9c2278
else
Packit 9c2278
  AM_V=$AM_DEFAULT_VERBOSITY
Packit 9c2278
  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
Packit 9c2278
fi
Packit 9c2278
AM_BACKSLASH='\'
Packit 9c2278
Packit 9c2278
if test "`cd $srcdir && pwd`" != "`pwd`"; then
Packit 9c2278
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
Packit 9c2278
  # is not polluted with repeated "-I."
Packit 9c2278
  am__isrc=' -I$(srcdir)'
Packit 9c2278
  # test to see if srcdir already configured
Packit 9c2278
  if test -f $srcdir/config.status; then
Packit 9c2278
    as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
Packit 9c2278
  fi
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
# test whether we have cygpath
Packit 9c2278
if test -z "$CYGPATH_W"; then
Packit 9c2278
  if (cygpath --version) >/dev/null 2>/dev/null; then
Packit 9c2278
    CYGPATH_W='cygpath -w'
Packit 9c2278
  else
Packit 9c2278
    CYGPATH_W=echo
Packit 9c2278
  fi
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
# Define the identity of the package.
Packit 9c2278
 PACKAGE='adwaita-icon-theme'
Packit 9c2278
 VERSION='3.28.0'
Packit 9c2278
Packit 9c2278
Packit 9c2278
cat >>confdefs.h <<_ACEOF
Packit 9c2278
#define PACKAGE "$PACKAGE"
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
Packit 9c2278
cat >>confdefs.h <<_ACEOF
Packit 9c2278
#define VERSION "$VERSION"
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
# Some tools Automake needs.
Packit 9c2278
Packit 9c2278
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
Packit 9c2278
Packit 9c2278
Packit 9c2278
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
Packit 9c2278
Packit 9c2278
Packit 9c2278
AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
Packit 9c2278
Packit 9c2278
Packit 9c2278
AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
Packit 9c2278
Packit 9c2278
Packit 9c2278
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
Packit 9c2278
Packit 9c2278
# For better backward compatibility.  To be removed once Automake 1.9.x
Packit 9c2278
# dies out for good.  For more background, see:
Packit 9c2278
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
Packit 9c2278
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
Packit 9c2278
mkdir_p='$(MKDIR_P)'
Packit 9c2278
Packit 9c2278
# We need awk for the "check" target (and possibly the TAP driver).  The
Packit 9c2278
# system "awk" is bad on some platforms.
Packit 9c2278
# Always define AMTAR for backward compatibility.  Yes, it's still used
Packit 9c2278
# in the wild :-(  We should find a proper way to deprecate it ...
Packit 9c2278
AMTAR='$${TAR-tar}'
Packit 9c2278
Packit 9c2278
Packit 9c2278
# We'll loop over all known methods to create a tar archive until one works.
Packit 9c2278
_am_tools='gnutar plaintar pax cpio none'
Packit 9c2278
Packit 9c2278
# The POSIX 1988 'ustar' format is defined with fixed-size fields.
Packit 9c2278
      # There is notably a 21 bits limit for the UID and the GID.  In fact,
Packit 9c2278
      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
Packit 9c2278
      # and bug#13588).
Packit 9c2278
      am_max_uid=2097151 # 2^21 - 1
Packit 9c2278
      am_max_gid=$am_max_uid
Packit 9c2278
      # The $UID and $GID variables are not portable, so we need to resort
Packit 9c2278
      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
Packit 9c2278
      # below are definitely unexpected, so allow the users to see them
Packit 9c2278
      # (that is, avoid stderr redirection).
Packit 9c2278
      am_uid=`id -u || echo unknown`
Packit 9c2278
      am_gid=`id -g || echo unknown`
Packit 9c2278
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
Packit 9c2278
$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
Packit 9c2278
      if test $am_uid -le $am_max_uid; then
Packit 9c2278
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Packit 9c2278
$as_echo "yes" >&6; }
Packit 9c2278
      else
Packit 9c2278
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
         _am_tools=none
Packit 9c2278
      fi
Packit 9c2278
      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
Packit 9c2278
$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
Packit 9c2278
      if test $am_gid -le $am_max_gid; then
Packit 9c2278
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Packit 9c2278
$as_echo "yes" >&6; }
Packit 9c2278
      else
Packit 9c2278
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
        _am_tools=none
Packit 9c2278
      fi
Packit 9c2278
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
Packit 9c2278
$as_echo_n "checking how to create a ustar tar archive... " >&6; }
Packit 9c2278
Packit 9c2278
  # Go ahead even if we have the value already cached.  We do so because we
Packit 9c2278
  # need to set the values for the 'am__tar' and 'am__untar' variables.
Packit 9c2278
  _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
Packit 9c2278
Packit 9c2278
  for _am_tool in $_am_tools; do
Packit 9c2278
    case $_am_tool in
Packit 9c2278
    gnutar)
Packit 9c2278
      for _am_tar in tar gnutar gtar; do
Packit 9c2278
        { echo "$as_me:$LINENO: $_am_tar --version" >&5
Packit 9c2278
   ($_am_tar --version) >&5 2>&5
Packit 9c2278
   ac_status=$?
Packit 9c2278
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
Packit 9c2278
   (exit $ac_status); } && break
Packit 9c2278
      done
Packit 9c2278
      am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
Packit 9c2278
      am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
Packit 9c2278
      am__untar="$_am_tar -xf -"
Packit 9c2278
      ;;
Packit 9c2278
    plaintar)
Packit 9c2278
      # Must skip GNU tar: if it does not support --format= it doesn't create
Packit 9c2278
      # ustar tarball either.
Packit 9c2278
      (tar --version) >/dev/null 2>&1 && continue
Packit 9c2278
      am__tar='tar chf - "$$tardir"'
Packit 9c2278
      am__tar_='tar chf - "$tardir"'
Packit 9c2278
      am__untar='tar xf -'
Packit 9c2278
      ;;
Packit 9c2278
    pax)
Packit 9c2278
      am__tar='pax -L -x ustar -w "$$tardir"'
Packit 9c2278
      am__tar_='pax -L -x ustar -w "$tardir"'
Packit 9c2278
      am__untar='pax -r'
Packit 9c2278
      ;;
Packit 9c2278
    cpio)
Packit 9c2278
      am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
Packit 9c2278
      am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
Packit 9c2278
      am__untar='cpio -i -H ustar -d'
Packit 9c2278
      ;;
Packit 9c2278
    none)
Packit 9c2278
      am__tar=false
Packit 9c2278
      am__tar_=false
Packit 9c2278
      am__untar=false
Packit 9c2278
      ;;
Packit 9c2278
    esac
Packit 9c2278
Packit 9c2278
    # If the value was cached, stop now.  We just wanted to have am__tar
Packit 9c2278
    # and am__untar set.
Packit 9c2278
    test -n "${am_cv_prog_tar_ustar}" && break
Packit 9c2278
Packit 9c2278
    # tar/untar a dummy directory, and stop if the command works.
Packit 9c2278
    rm -rf conftest.dir
Packit 9c2278
    mkdir conftest.dir
Packit 9c2278
    echo GrepMe > conftest.dir/file
Packit 9c2278
    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
Packit 9c2278
   (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
Packit 9c2278
   ac_status=$?
Packit 9c2278
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
Packit 9c2278
   (exit $ac_status); }
Packit 9c2278
    rm -rf conftest.dir
Packit 9c2278
    if test -s conftest.tar; then
Packit 9c2278
      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
Packit 9c2278
   ($am__untar <conftest.tar) >&5 2>&5
Packit 9c2278
   ac_status=$?
Packit 9c2278
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
Packit 9c2278
   (exit $ac_status); }
Packit 9c2278
      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
Packit 9c2278
   (cat conftest.dir/file) >&5 2>&5
Packit 9c2278
   ac_status=$?
Packit 9c2278
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
Packit 9c2278
   (exit $ac_status); }
Packit 9c2278
      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
Packit 9c2278
    fi
Packit 9c2278
  done
Packit 9c2278
  rm -rf conftest.dir
Packit 9c2278
Packit 9c2278
  if ${am_cv_prog_tar_ustar+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  am_cv_prog_tar_ustar=$_am_tool
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
Packit 9c2278
$as_echo "$am_cv_prog_tar_ustar" >&6; }
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
# POSIX will say in a future version that running "rm -f" with no argument
Packit 9c2278
# is OK; and we want to be able to make that assumption in our Makefile
Packit 9c2278
# recipes.  So use an aggressive probe to check that the usage we want is
Packit 9c2278
# actually supported "in the wild" to an acceptable degree.
Packit 9c2278
# See automake bug#10828.
Packit 9c2278
# To make any issue more visible, cause the running configure to be aborted
Packit 9c2278
# by default if the 'rm' program in use doesn't match our expectations; the
Packit 9c2278
# user can still override this though.
Packit 9c2278
if rm -f && rm -fr && rm -rf; then : OK; else
Packit 9c2278
  cat >&2 <<'END'
Packit 9c2278
Oops!
Packit 9c2278
Packit 9c2278
Your 'rm' program seems unable to run without file operands specified
Packit 9c2278
on the command line, even when the '-f' option is present.  This is contrary
Packit 9c2278
to the behaviour of most rm programs out there, and not conforming with
Packit 9c2278
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
Packit 9c2278
Packit 9c2278
Please tell bug-automake@gnu.org about your system, including the value
Packit 9c2278
of your $PATH and any error possibly output before this message.  This
Packit 9c2278
can help us improve future automake versions.
Packit 9c2278
Packit 9c2278
END
Packit 9c2278
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
Packit 9c2278
    echo 'Configuration will proceed anyway, since you have set the' >&2
Packit 9c2278
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
Packit 9c2278
    echo >&2
Packit 9c2278
  else
Packit 9c2278
    cat >&2 <<'END'
Packit 9c2278
Aborting the configuration process, to ensure you take notice of the issue.
Packit 9c2278
Packit 9c2278
You can download and install GNU coreutils to get an 'rm' implementation
Packit 9c2278
that behaves properly: <http://www.gnu.org/software/coreutils/>.
Packit 9c2278
Packit 9c2278
If you want to complete the configuration process using your problematic
Packit 9c2278
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
Packit 9c2278
to "yes", and re-run configure.
Packit 9c2278
Packit 9c2278
END
Packit 9c2278
    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
Packit 9c2278
  fi
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
Packit 9c2278
	if test -n "$ac_tool_prefix"; then
Packit 9c2278
  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
Packit 9c2278
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9c2278
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9c2278
if ${ac_cv_path_PKG_CONFIG+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  case $PKG_CONFIG in
Packit 9c2278
  [\\/]* | ?:[\\/]*)
Packit 9c2278
  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
Packit 9c2278
  ;;
Packit 9c2278
  *)
Packit 9c2278
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9c2278
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9c2278
    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
Packit 9c2278
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9c2278
    break 2
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
  ;;
Packit 9c2278
esac
Packit 9c2278
fi
Packit 9c2278
PKG_CONFIG=$ac_cv_path_PKG_CONFIG
Packit 9c2278
if test -n "$PKG_CONFIG"; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
Packit 9c2278
$as_echo "$PKG_CONFIG" >&6; }
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
fi
Packit 9c2278
if test -z "$ac_cv_path_PKG_CONFIG"; then
Packit 9c2278
  ac_pt_PKG_CONFIG=$PKG_CONFIG
Packit 9c2278
  # Extract the first word of "pkg-config", so it can be a program name with args.
Packit 9c2278
set dummy pkg-config; ac_word=$2
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9c2278
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9c2278
if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  case $ac_pt_PKG_CONFIG in
Packit 9c2278
  [\\/]* | ?:[\\/]*)
Packit 9c2278
  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
Packit 9c2278
  ;;
Packit 9c2278
  *)
Packit 9c2278
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9c2278
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9c2278
    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
Packit 9c2278
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9c2278
    break 2
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
  ;;
Packit 9c2278
esac
Packit 9c2278
fi
Packit 9c2278
ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
Packit 9c2278
if test -n "$ac_pt_PKG_CONFIG"; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
Packit 9c2278
$as_echo "$ac_pt_PKG_CONFIG" >&6; }
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
  if test "x$ac_pt_PKG_CONFIG" = x; then
Packit 9c2278
    PKG_CONFIG=""
Packit 9c2278
  else
Packit 9c2278
    case $cross_compiling:$ac_tool_warned in
Packit 9c2278
yes:)
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
Packit 9c2278
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
Packit 9c2278
ac_tool_warned=yes ;;
Packit 9c2278
esac
Packit 9c2278
    PKG_CONFIG=$ac_pt_PKG_CONFIG
Packit 9c2278
  fi
Packit 9c2278
else
Packit 9c2278
  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
fi
Packit 9c2278
if test -n "$PKG_CONFIG"; then
Packit 9c2278
	_pkg_min_version=0.19
Packit 9c2278
	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
Packit 9c2278
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
Packit 9c2278
	if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
Packit 9c2278
		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Packit 9c2278
$as_echo "yes" >&6; }
Packit 9c2278
	else
Packit 9c2278
		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
		PKG_CONFIG=""
Packit 9c2278
	fi
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
GETTEXT_PACKAGE="${PACKAGE}"
Packit 9c2278
Packit 9c2278
Packit 9c2278
# Workaround to make aclocal get the right flags
Packit 9c2278
ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
Packit 9c2278
Packit 9c2278
Packit 9c2278
# Define the toplevel path here
Packit 9c2278
themedir="\${datadir}/icons/Adwaita"
Packit 9c2278
Packit 9c2278
Packit 9c2278
# Input and Output dirs for the rendering
Packit 9c2278
SVGOUTDIR="Adwaita"
Packit 9c2278
Packit 9c2278
SVGSRCDIR="src/symbolic"
Packit 9c2278
Packit 9c2278
Packit 9c2278
# Icon sizes we want to install
Packit 9c2278
render_sizes="8x8 16x16 22x22 24x24 32x32 48x48 256x256 512x512"
Packit 9c2278
Packit 9c2278
symbolic_render_sizes=""
Packit 9c2278
Packit 9c2278
install_sizes="8x8 16x16 22x22 24x24 32x32 48x48 64x64 96x96 256x256 512x512"
Packit 9c2278
Packit 9c2278
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
Packit 9c2278
$as_echo_n "checking whether ln -s works... " >&6; }
Packit 9c2278
LN_S=$as_ln_s
Packit 9c2278
if test "$LN_S" = "ln -s"; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
Packit 9c2278
$as_echo "yes" >&6; }
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
Packit 9c2278
$as_echo "no, using $LN_S" >&6; }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
# Extract the first word of "gtk-update-icon-cache", so it can be a program name with args.
Packit 9c2278
set dummy gtk-update-icon-cache; ac_word=$2
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9c2278
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9c2278
if ${ac_cv_path_GTK_UPDATE_ICON_CACHE+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  case $GTK_UPDATE_ICON_CACHE in
Packit 9c2278
  [\\/]* | ?:[\\/]*)
Packit 9c2278
  ac_cv_path_GTK_UPDATE_ICON_CACHE="$GTK_UPDATE_ICON_CACHE" # Let the user override the test with a path.
Packit 9c2278
  ;;
Packit 9c2278
  *)
Packit 9c2278
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9c2278
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9c2278
    ac_cv_path_GTK_UPDATE_ICON_CACHE="$as_dir/$ac_word$ac_exec_ext"
Packit 9c2278
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9c2278
    break 2
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
  ;;
Packit 9c2278
esac
Packit 9c2278
fi
Packit 9c2278
GTK_UPDATE_ICON_CACHE=$ac_cv_path_GTK_UPDATE_ICON_CACHE
Packit 9c2278
if test -n "$GTK_UPDATE_ICON_CACHE"; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_UPDATE_ICON_CACHE" >&5
Packit 9c2278
$as_echo "$GTK_UPDATE_ICON_CACHE" >&6; }
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
# need git, icontool, and inkscape for rendering
Packit 9c2278
allow_rendering=yes
Packit 9c2278
# Extract the first word of "git", so it can be a program name with args.
Packit 9c2278
set dummy git; ac_word=$2
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9c2278
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9c2278
if ${ac_cv_path_GIT+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  case $GIT in
Packit 9c2278
  [\\/]* | ?:[\\/]*)
Packit 9c2278
  ac_cv_path_GIT="$GIT" # Let the user override the test with a path.
Packit 9c2278
  ;;
Packit 9c2278
  *)
Packit 9c2278
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9c2278
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9c2278
    ac_cv_path_GIT="$as_dir/$ac_word$ac_exec_ext"
Packit 9c2278
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9c2278
    break 2
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
  test -z "$ac_cv_path_GIT" && ac_cv_path_GIT="false"
Packit 9c2278
  ;;
Packit 9c2278
esac
Packit 9c2278
fi
Packit 9c2278
GIT=$ac_cv_path_GIT
Packit 9c2278
if test -n "$GIT"; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GIT" >&5
Packit 9c2278
$as_echo "$GIT" >&6; }
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
if test "x$GIT" = "xfalse"; then
Packit 9c2278
   allow_rendering=no
Packit 9c2278
fi
Packit 9c2278
# Extract the first word of "icontool-render", so it can be a program name with args.
Packit 9c2278
set dummy icontool-render; ac_word=$2
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9c2278
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9c2278
if ${ac_cv_path_ICONTOOL_RENDER+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  case $ICONTOOL_RENDER in
Packit 9c2278
  [\\/]* | ?:[\\/]*)
Packit 9c2278
  ac_cv_path_ICONTOOL_RENDER="$ICONTOOL_RENDER" # Let the user override the test with a path.
Packit 9c2278
  ;;
Packit 9c2278
  *)
Packit 9c2278
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9c2278
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9c2278
    ac_cv_path_ICONTOOL_RENDER="$as_dir/$ac_word$ac_exec_ext"
Packit 9c2278
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9c2278
    break 2
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
  test -z "$ac_cv_path_ICONTOOL_RENDER" && ac_cv_path_ICONTOOL_RENDER="false"
Packit 9c2278
  ;;
Packit 9c2278
esac
Packit 9c2278
fi
Packit 9c2278
ICONTOOL_RENDER=$ac_cv_path_ICONTOOL_RENDER
Packit 9c2278
if test -n "$ICONTOOL_RENDER"; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICONTOOL_RENDER" >&5
Packit 9c2278
$as_echo "$ICONTOOL_RENDER" >&6; }
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
if test "x$ICONTOOL_RENDER" = "xfalse"; then
Packit 9c2278
   allow_rendering=no
Packit 9c2278
fi
Packit 9c2278
# Extract the first word of "inkscape", so it can be a program name with args.
Packit 9c2278
set dummy inkscape; ac_word=$2
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9c2278
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9c2278
if ${ac_cv_path_INKSCAPE+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  case $INKSCAPE in
Packit 9c2278
  [\\/]* | ?:[\\/]*)
Packit 9c2278
  ac_cv_path_INKSCAPE="$INKSCAPE" # Let the user override the test with a path.
Packit 9c2278
  ;;
Packit 9c2278
  *)
Packit 9c2278
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9c2278
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9c2278
    ac_cv_path_INKSCAPE="$as_dir/$ac_word$ac_exec_ext"
Packit 9c2278
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9c2278
    break 2
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
  test -z "$ac_cv_path_INKSCAPE" && ac_cv_path_INKSCAPE="false"
Packit 9c2278
  ;;
Packit 9c2278
esac
Packit 9c2278
fi
Packit 9c2278
INKSCAPE=$ac_cv_path_INKSCAPE
Packit 9c2278
if test -n "$INKSCAPE"; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INKSCAPE" >&5
Packit 9c2278
$as_echo "$INKSCAPE" >&6; }
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
if test "x$INKSCAPE" = "xfalse"; then
Packit 9c2278
   allow_rendering=no
Packit 9c2278
fi
Packit 9c2278
 if test "x$allow_rendering" = "xyes"; then
Packit 9c2278
  ALLOW_RENDERING_TRUE=
Packit 9c2278
  ALLOW_RENDERING_FALSE='#'
Packit 9c2278
else
Packit 9c2278
  ALLOW_RENDERING_TRUE='#'
Packit 9c2278
  ALLOW_RENDERING_FALSE=
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
symbolic_encode_sizes="16x16 24x24 32x32 48x48 64x64 96x96"
Packit 9c2278
# Extract the first word of "gtk-encode-symbolic-svg", so it can be a program name with args.
Packit 9c2278
set dummy gtk-encode-symbolic-svg; ac_word=$2
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
Packit 9c2278
$as_echo_n "checking for $ac_word... " >&6; }
Packit 9c2278
if ${ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG+:} false; then :
Packit 9c2278
  $as_echo_n "(cached) " >&6
Packit 9c2278
else
Packit 9c2278
  case $GTK_ENCODE_SYMBOLIC_SVG in
Packit 9c2278
  [\\/]* | ?:[\\/]*)
Packit 9c2278
  ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="$GTK_ENCODE_SYMBOLIC_SVG" # Let the user override the test with a path.
Packit 9c2278
  ;;
Packit 9c2278
  *)
Packit 9c2278
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    for ac_exec_ext in '' $ac_executable_extensions; do
Packit 9c2278
  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
Packit 9c2278
    ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="$as_dir/$ac_word$ac_exec_ext"
Packit 9c2278
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
Packit 9c2278
    break 2
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
  test -z "$ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG" && ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false"
Packit 9c2278
  ;;
Packit 9c2278
esac
Packit 9c2278
fi
Packit 9c2278
GTK_ENCODE_SYMBOLIC_SVG=$ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG
Packit 9c2278
if test -n "$GTK_ENCODE_SYMBOLIC_SVG"; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTK_ENCODE_SYMBOLIC_SVG" >&5
Packit 9c2278
$as_echo "$GTK_ENCODE_SYMBOLIC_SVG" >&6; }
Packit 9c2278
else
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
Packit 9c2278
$as_echo "no" >&6; }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
if test "x$GTK_ENCODE_SYMBOLIC_SVG" = "xfalse"; then
Packit 9c2278
   symbolic_encode_sizes=""
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
case "$host" in
Packit 9c2278
  *-*-mingw*|*-*-cygwin*)
Packit 9c2278
    platform_win32=yes
Packit 9c2278
    ;;
Packit 9c2278
  *)
Packit 9c2278
    platform_win32=no
Packit 9c2278
    ;;
Packit 9c2278
esac
Packit 9c2278
Packit 9c2278
 if test x$platform_win32 = xyes; then
Packit 9c2278
  PLATFORM_WIN32_TRUE=
Packit 9c2278
  PLATFORM_WIN32_FALSE='#'
Packit 9c2278
else
Packit 9c2278
  PLATFORM_WIN32_TRUE='#'
Packit 9c2278
  PLATFORM_WIN32_FALSE=
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
# Check whether --enable-l-xl-variants was given.
Packit 9c2278
if test "${enable_l_xl_variants+set}" = set; then :
Packit 9c2278
  enableval=$enable_l_xl_variants; case "${enableval}" in
Packit 9c2278
    yes) enable_l_xl_variants=yes ;;
Packit 9c2278
    no)  enable_l_xl_variants=no ;;
Packit 9c2278
    *) as_fn_error $? "bad value ${enableval} for --enable-l-xl-variants" "$LINENO" 5 ;;
Packit 9c2278
   esac
Packit 9c2278
else
Packit 9c2278
  enable_l_xl_variants=no
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
 if test x$enable_l_xl_variants = xyes; then
Packit 9c2278
  ENABLE_L_XL_VARIANTS_TRUE=
Packit 9c2278
  ENABLE_L_XL_VARIANTS_FALSE='#'
Packit 9c2278
else
Packit 9c2278
  ENABLE_L_XL_VARIANTS_TRUE='#'
Packit 9c2278
  ENABLE_L_XL_VARIANTS_FALSE=
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
ac_config_files="$ac_config_files Makefile adwaita-icon-theme.pc src/Makefile src/fullcolor/Makefile src/symbolic/Makefile src/spinner/Makefile win32/Makefile win32/adwaita-msvc.mak"
Packit 9c2278
Packit 9c2278
Packit 9c2278
cat >confcache <<\_ACEOF
Packit 9c2278
# This file is a shell script that caches the results of configure
Packit 9c2278
# tests run on this system so they can be shared between configure
Packit 9c2278
# scripts and configure runs, see configure's option --config-cache.
Packit 9c2278
# It is not useful on other systems.  If it contains results you don't
Packit 9c2278
# want to keep, you may remove or edit it.
Packit 9c2278
#
Packit 9c2278
# config.status only pays attention to the cache file if you give it
Packit 9c2278
# the --recheck option to rerun configure.
Packit 9c2278
#
Packit 9c2278
# `ac_cv_env_foo' variables (set or unset) will be overridden when
Packit 9c2278
# loading this file, other *unset* `ac_cv_foo' will be assigned the
Packit 9c2278
# following values.
Packit 9c2278
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
# The following way of writing the cache mishandles newlines in values,
Packit 9c2278
# but we know of no workaround that is simple, portable, and efficient.
Packit 9c2278
# So, we kill variables containing newlines.
Packit 9c2278
# Ultrix sh set writes to stderr and can't be redirected directly,
Packit 9c2278
# and sets the high bit in the cache file unless we assign to the vars.
Packit 9c2278
(
Packit 9c2278
  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
Packit 9c2278
    eval ac_val=\$$ac_var
Packit 9c2278
    case $ac_val in #(
Packit 9c2278
    *${as_nl}*)
Packit 9c2278
      case $ac_var in #(
Packit 9c2278
      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
Packit 9c2278
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
Packit 9c2278
      esac
Packit 9c2278
      case $ac_var in #(
Packit 9c2278
      _ | IFS | as_nl) ;; #(
Packit 9c2278
      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
Packit 9c2278
      *) { eval $ac_var=; unset $ac_var;} ;;
Packit 9c2278
      esac ;;
Packit 9c2278
    esac
Packit 9c2278
  done
Packit 9c2278
Packit 9c2278
  (set) 2>&1 |
Packit 9c2278
    case $as_nl`(ac_space=' '; set) 2>&1` in #(
Packit 9c2278
    *${as_nl}ac_space=\ *)
Packit 9c2278
      # `set' does not quote correctly, so add quotes: double-quote
Packit 9c2278
      # substitution turns \\\\ into \\, and sed turns \\ into \.
Packit 9c2278
      sed -n \
Packit 9c2278
	"s/'/'\\\\''/g;
Packit 9c2278
	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
Packit 9c2278
      ;; #(
Packit 9c2278
    *)
Packit 9c2278
      # `set' quotes correctly as required by POSIX, so do not add quotes.
Packit 9c2278
      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
Packit 9c2278
      ;;
Packit 9c2278
    esac |
Packit 9c2278
    sort
Packit 9c2278
) |
Packit 9c2278
  sed '
Packit 9c2278
     /^ac_cv_env_/b end
Packit 9c2278
     t clear
Packit 9c2278
     :clear
Packit 9c2278
     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
Packit 9c2278
     t end
Packit 9c2278
     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
Packit 9c2278
     :end' >>confcache
Packit 9c2278
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
Packit 9c2278
  if test -w "$cache_file"; then
Packit 9c2278
    if test "x$cache_file" != "x/dev/null"; then
Packit 9c2278
      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
Packit 9c2278
$as_echo "$as_me: updating cache $cache_file" >&6;}
Packit 9c2278
      if test ! -f "$cache_file" || test -h "$cache_file"; then
Packit 9c2278
	cat confcache >"$cache_file"
Packit 9c2278
      else
Packit 9c2278
        case $cache_file in #(
Packit 9c2278
        */* | ?:*)
Packit 9c2278
	  mv -f confcache "$cache_file"$$ &&
Packit 9c2278
	  mv -f "$cache_file"$$ "$cache_file" ;; #(
Packit 9c2278
        *)
Packit 9c2278
	  mv -f confcache "$cache_file" ;;
Packit 9c2278
	esac
Packit 9c2278
      fi
Packit 9c2278
    fi
Packit 9c2278
  else
Packit 9c2278
    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
Packit 9c2278
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
Packit 9c2278
  fi
Packit 9c2278
fi
Packit 9c2278
rm -f confcache
Packit 9c2278
Packit 9c2278
test "x$prefix" = xNONE && prefix=$ac_default_prefix
Packit 9c2278
# Let make expand exec_prefix.
Packit 9c2278
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
Packit 9c2278
Packit 9c2278
# Transform confdefs.h into DEFS.
Packit 9c2278
# Protect against shell expansion while executing Makefile rules.
Packit 9c2278
# Protect against Makefile macro expansion.
Packit 9c2278
#
Packit 9c2278
# If the first sed substitution is executed (which looks for macros that
Packit 9c2278
# take arguments), then branch to the quote section.  Otherwise,
Packit 9c2278
# look for a macro that doesn't take arguments.
Packit 9c2278
ac_script='
Packit 9c2278
:mline
Packit 9c2278
/\\$/{
Packit 9c2278
 N
Packit 9c2278
 s,\\\n,,
Packit 9c2278
 b mline
Packit 9c2278
}
Packit 9c2278
t clear
Packit 9c2278
:clear
Packit 9c2278
s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 (][^	 (]*([^)]*)\)[	 ]*\(.*\)/-D\1=\2/g
Packit 9c2278
t quote
Packit 9c2278
s/^[	 ]*#[	 ]*define[	 ][	 ]*\([^	 ][^	 ]*\)[	 ]*\(.*\)/-D\1=\2/g
Packit 9c2278
t quote
Packit 9c2278
b any
Packit 9c2278
:quote
Packit 9c2278
s/[	 `~#$^&*(){}\\|;'\''"<>?]/\\&/g
Packit 9c2278
s/\[/\\&/g
Packit 9c2278
s/\]/\\&/g
Packit 9c2278
s/\$/$$/g
Packit 9c2278
H
Packit 9c2278
:any
Packit 9c2278
${
Packit 9c2278
	g
Packit 9c2278
	s/^\n//
Packit 9c2278
	s/\n/ /g
Packit 9c2278
	p
Packit 9c2278
}
Packit 9c2278
'
Packit 9c2278
DEFS=`sed -n "$ac_script" confdefs.h`
Packit 9c2278
Packit 9c2278
Packit 9c2278
ac_libobjs=
Packit 9c2278
ac_ltlibobjs=
Packit 9c2278
U=
Packit 9c2278
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
Packit 9c2278
  # 1. Remove the extension, and $U if already installed.
Packit 9c2278
  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
Packit 9c2278
  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
Packit 9c2278
  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
Packit 9c2278
  #    will be set to the directory where LIBOBJS objects are built.
Packit 9c2278
  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
Packit 9c2278
  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
Packit 9c2278
done
Packit 9c2278
LIBOBJS=$ac_libobjs
Packit 9c2278
Packit 9c2278
LTLIBOBJS=$ac_ltlibobjs
Packit 9c2278
Packit 9c2278
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
Packit 9c2278
$as_echo_n "checking that generated files are newer than configure... " >&6; }
Packit 9c2278
   if test -n "$am_sleep_pid"; then
Packit 9c2278
     # Hide warnings about reused PIDs.
Packit 9c2278
     wait $am_sleep_pid 2>/dev/null
Packit 9c2278
   fi
Packit 9c2278
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
Packit 9c2278
$as_echo "done" >&6; }
Packit 9c2278
Packit 9c2278
if test -z "${ALLOW_RENDERING_TRUE}" && test -z "${ALLOW_RENDERING_FALSE}"; then
Packit 9c2278
  as_fn_error $? "conditional \"ALLOW_RENDERING\" was never defined.
Packit 9c2278
Usually this means the macro was only invoked conditionally." "$LINENO" 5
Packit 9c2278
fi
Packit 9c2278
if test -z "${PLATFORM_WIN32_TRUE}" && test -z "${PLATFORM_WIN32_FALSE}"; then
Packit 9c2278
  as_fn_error $? "conditional \"PLATFORM_WIN32\" was never defined.
Packit 9c2278
Usually this means the macro was only invoked conditionally." "$LINENO" 5
Packit 9c2278
fi
Packit 9c2278
if test -z "${ENABLE_L_XL_VARIANTS_TRUE}" && test -z "${ENABLE_L_XL_VARIANTS_FALSE}"; then
Packit 9c2278
  as_fn_error $? "conditional \"ENABLE_L_XL_VARIANTS\" was never defined.
Packit 9c2278
Usually this means the macro was only invoked conditionally." "$LINENO" 5
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
: "${CONFIG_STATUS=./config.status}"
Packit 9c2278
ac_write_fail=0
Packit 9c2278
ac_clean_files_save=$ac_clean_files
Packit 9c2278
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
Packit 9c2278
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
Packit 9c2278
$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
Packit 9c2278
as_write_fail=0
Packit 9c2278
cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
Packit 9c2278
#! $SHELL
Packit 9c2278
# Generated by $as_me.
Packit 9c2278
# Run this file to recreate the current configuration.
Packit 9c2278
# Compiler output produced by configure, useful for debugging
Packit 9c2278
# configure, is in config.log if it exists.
Packit 9c2278
Packit 9c2278
debug=false
Packit 9c2278
ac_cs_recheck=false
Packit 9c2278
ac_cs_silent=false
Packit 9c2278
Packit 9c2278
SHELL=\${CONFIG_SHELL-$SHELL}
Packit 9c2278
export SHELL
Packit 9c2278
_ASEOF
Packit 9c2278
cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
Packit 9c2278
## -------------------- ##
Packit 9c2278
## M4sh Initialization. ##
Packit 9c2278
## -------------------- ##
Packit 9c2278
Packit 9c2278
# Be more Bourne compatible
Packit 9c2278
DUALCASE=1; export DUALCASE # for MKS sh
Packit 9c2278
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
Packit 9c2278
  emulate sh
Packit 9c2278
  NULLCMD=:
Packit 9c2278
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
Packit 9c2278
  # is contrary to our usage.  Disable this feature.
Packit 9c2278
  alias -g '${1+"$@"}'='"$@"'
Packit 9c2278
  setopt NO_GLOB_SUBST
Packit 9c2278
else
Packit 9c2278
  case `(set -o) 2>/dev/null` in #(
Packit 9c2278
  *posix*) :
Packit 9c2278
    set -o posix ;; #(
Packit 9c2278
  *) :
Packit 9c2278
     ;;
Packit 9c2278
esac
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
as_nl='
Packit 9c2278
'
Packit 9c2278
export as_nl
Packit 9c2278
# Printing a long string crashes Solaris 7 /usr/bin/printf.
Packit 9c2278
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
Packit 9c2278
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
Packit 9c2278
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
Packit 9c2278
# Prefer a ksh shell builtin over an external printf program on Solaris,
Packit 9c2278
# but without wasting forks for bash or zsh.
Packit 9c2278
if test -z "$BASH_VERSION$ZSH_VERSION" \
Packit 9c2278
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
Packit 9c2278
  as_echo='print -r --'
Packit 9c2278
  as_echo_n='print -rn --'
Packit 9c2278
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
Packit 9c2278
  as_echo='printf %s\n'
Packit 9c2278
  as_echo_n='printf %s'
Packit 9c2278
else
Packit 9c2278
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
Packit 9c2278
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
Packit 9c2278
    as_echo_n='/usr/ucb/echo -n'
Packit 9c2278
  else
Packit 9c2278
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
Packit 9c2278
    as_echo_n_body='eval
Packit 9c2278
      arg=$1;
Packit 9c2278
      case $arg in #(
Packit 9c2278
      *"$as_nl"*)
Packit 9c2278
	expr "X$arg" : "X\\(.*\\)$as_nl";
Packit 9c2278
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
Packit 9c2278
      esac;
Packit 9c2278
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
Packit 9c2278
    '
Packit 9c2278
    export as_echo_n_body
Packit 9c2278
    as_echo_n='sh -c $as_echo_n_body as_echo'
Packit 9c2278
  fi
Packit 9c2278
  export as_echo_body
Packit 9c2278
  as_echo='sh -c $as_echo_body as_echo'
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
# The user is always right.
Packit 9c2278
if test "${PATH_SEPARATOR+set}" != set; then
Packit 9c2278
  PATH_SEPARATOR=:
Packit 9c2278
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
Packit 9c2278
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
Packit 9c2278
      PATH_SEPARATOR=';'
Packit 9c2278
  }
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
# IFS
Packit 9c2278
# We need space, tab and new line, in precisely that order.  Quoting is
Packit 9c2278
# there to prevent editors from complaining about space-tab.
Packit 9c2278
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
Packit 9c2278
# splitting by setting IFS to empty value.)
Packit 9c2278
IFS=" ""	$as_nl"
Packit 9c2278
Packit 9c2278
# Find who we are.  Look in the path if we contain no directory separator.
Packit 9c2278
as_myself=
Packit 9c2278
case $0 in #((
Packit 9c2278
  *[\\/]* ) as_myself=$0 ;;
Packit 9c2278
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Packit 9c2278
for as_dir in $PATH
Packit 9c2278
do
Packit 9c2278
  IFS=$as_save_IFS
Packit 9c2278
  test -z "$as_dir" && as_dir=.
Packit 9c2278
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
Packit 9c2278
  done
Packit 9c2278
IFS=$as_save_IFS
Packit 9c2278
Packit 9c2278
     ;;
Packit 9c2278
esac
Packit 9c2278
# We did not find ourselves, most probably we were run as `sh COMMAND'
Packit 9c2278
# in which case we are not to be found in the path.
Packit 9c2278
if test "x$as_myself" = x; then
Packit 9c2278
  as_myself=$0
Packit 9c2278
fi
Packit 9c2278
if test ! -f "$as_myself"; then
Packit 9c2278
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
Packit 9c2278
  exit 1
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
# Unset variables that we do not need and which cause bugs (e.g. in
Packit 9c2278
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
Packit 9c2278
# suppresses any "Segmentation fault" message there.  '((' could
Packit 9c2278
# trigger a bug in pdksh 5.2.14.
Packit 9c2278
for as_var in BASH_ENV ENV MAIL MAILPATH
Packit 9c2278
do eval test x\${$as_var+set} = xset \
Packit 9c2278
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
Packit 9c2278
done
Packit 9c2278
PS1='$ '
Packit 9c2278
PS2='> '
Packit 9c2278
PS4='+ '
Packit 9c2278
Packit 9c2278
# NLS nuisances.
Packit 9c2278
LC_ALL=C
Packit 9c2278
export LC_ALL
Packit 9c2278
LANGUAGE=C
Packit 9c2278
export LANGUAGE
Packit 9c2278
Packit 9c2278
# CDPATH.
Packit 9c2278
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
Packit 9c2278
Packit 9c2278
Packit 9c2278
# as_fn_error STATUS ERROR [LINENO LOG_FD]
Packit 9c2278
# ----------------------------------------
Packit 9c2278
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
Packit 9c2278
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
Packit 9c2278
# script with STATUS, using 1 if that was 0.
Packit 9c2278
as_fn_error ()
Packit 9c2278
{
Packit 9c2278
  as_status=$1; test $as_status -eq 0 && as_status=1
Packit 9c2278
  if test "$4"; then
Packit 9c2278
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
Packit 9c2278
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
Packit 9c2278
  fi
Packit 9c2278
  $as_echo "$as_me: error: $2" >&2
Packit 9c2278
  as_fn_exit $as_status
Packit 9c2278
} # as_fn_error
Packit 9c2278
Packit 9c2278
Packit 9c2278
# as_fn_set_status STATUS
Packit 9c2278
# -----------------------
Packit 9c2278
# Set $? to STATUS, without forking.
Packit 9c2278
as_fn_set_status ()
Packit 9c2278
{
Packit 9c2278
  return $1
Packit 9c2278
} # as_fn_set_status
Packit 9c2278
Packit 9c2278
# as_fn_exit STATUS
Packit 9c2278
# -----------------
Packit 9c2278
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
Packit 9c2278
as_fn_exit ()
Packit 9c2278
{
Packit 9c2278
  set +e
Packit 9c2278
  as_fn_set_status $1
Packit 9c2278
  exit $1
Packit 9c2278
} # as_fn_exit
Packit 9c2278
Packit 9c2278
# as_fn_unset VAR
Packit 9c2278
# ---------------
Packit 9c2278
# Portably unset VAR.
Packit 9c2278
as_fn_unset ()
Packit 9c2278
{
Packit 9c2278
  { eval $1=; unset $1;}
Packit 9c2278
}
Packit 9c2278
as_unset=as_fn_unset
Packit 9c2278
# as_fn_append VAR VALUE
Packit 9c2278
# ----------------------
Packit 9c2278
# Append the text in VALUE to the end of the definition contained in VAR. Take
Packit 9c2278
# advantage of any shell optimizations that allow amortized linear growth over
Packit 9c2278
# repeated appends, instead of the typical quadratic growth present in naive
Packit 9c2278
# implementations.
Packit 9c2278
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
Packit 9c2278
  eval 'as_fn_append ()
Packit 9c2278
  {
Packit 9c2278
    eval $1+=\$2
Packit 9c2278
  }'
Packit 9c2278
else
Packit 9c2278
  as_fn_append ()
Packit 9c2278
  {
Packit 9c2278
    eval $1=\$$1\$2
Packit 9c2278
  }
Packit 9c2278
fi # as_fn_append
Packit 9c2278
Packit 9c2278
# as_fn_arith ARG...
Packit 9c2278
# ------------------
Packit 9c2278
# Perform arithmetic evaluation on the ARGs, and store the result in the
Packit 9c2278
# global $as_val. Take advantage of shells that can avoid forks. The arguments
Packit 9c2278
# must be portable across $(()) and expr.
Packit 9c2278
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
Packit 9c2278
  eval 'as_fn_arith ()
Packit 9c2278
  {
Packit 9c2278
    as_val=$(( $* ))
Packit 9c2278
  }'
Packit 9c2278
else
Packit 9c2278
  as_fn_arith ()
Packit 9c2278
  {
Packit 9c2278
    as_val=`expr "$@" || test $? -eq 1`
Packit 9c2278
  }
Packit 9c2278
fi # as_fn_arith
Packit 9c2278
Packit 9c2278
Packit 9c2278
if expr a : '\(a\)' >/dev/null 2>&1 &&
Packit 9c2278
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
Packit 9c2278
  as_expr=expr
Packit 9c2278
else
Packit 9c2278
  as_expr=false
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
Packit 9c2278
  as_basename=basename
Packit 9c2278
else
Packit 9c2278
  as_basename=false
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
Packit 9c2278
  as_dirname=dirname
Packit 9c2278
else
Packit 9c2278
  as_dirname=false
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
as_me=`$as_basename -- "$0" ||
Packit 9c2278
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
Packit 9c2278
	 X"$0" : 'X\(//\)$' \| \
Packit 9c2278
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
Packit 9c2278
$as_echo X/"$0" |
Packit 9c2278
    sed '/^.*\/\([^/][^/]*\)\/*$/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\/\(\/\/\)$/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\/\(\/\).*/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  s/.*/./; q'`
Packit 9c2278
Packit 9c2278
# Avoid depending upon Character Ranges.
Packit 9c2278
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
Packit 9c2278
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
Packit 9c2278
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
Packit 9c2278
as_cr_digits='0123456789'
Packit 9c2278
as_cr_alnum=$as_cr_Letters$as_cr_digits
Packit 9c2278
Packit 9c2278
ECHO_C= ECHO_N= ECHO_T=
Packit 9c2278
case `echo -n x` in #(((((
Packit 9c2278
-n*)
Packit 9c2278
  case `echo 'xy\c'` in
Packit 9c2278
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
Packit 9c2278
  xy)  ECHO_C='\c';;
Packit 9c2278
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
Packit 9c2278
       ECHO_T='	';;
Packit 9c2278
  esac;;
Packit 9c2278
*)
Packit 9c2278
  ECHO_N='-n';;
Packit 9c2278
esac
Packit 9c2278
Packit 9c2278
rm -f conf$$ conf$$.exe conf$$.file
Packit 9c2278
if test -d conf$$.dir; then
Packit 9c2278
  rm -f conf$$.dir/conf$$.file
Packit 9c2278
else
Packit 9c2278
  rm -f conf$$.dir
Packit 9c2278
  mkdir conf$$.dir 2>/dev/null
Packit 9c2278
fi
Packit 9c2278
if (echo >conf$$.file) 2>/dev/null; then
Packit 9c2278
  if ln -s conf$$.file conf$$ 2>/dev/null; then
Packit 9c2278
    as_ln_s='ln -s'
Packit 9c2278
    # ... but there are two gotchas:
Packit 9c2278
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
Packit 9c2278
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
Packit 9c2278
    # In both cases, we have to default to `cp -pR'.
Packit 9c2278
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
Packit 9c2278
      as_ln_s='cp -pR'
Packit 9c2278
  elif ln conf$$.file conf$$ 2>/dev/null; then
Packit 9c2278
    as_ln_s=ln
Packit 9c2278
  else
Packit 9c2278
    as_ln_s='cp -pR'
Packit 9c2278
  fi
Packit 9c2278
else
Packit 9c2278
  as_ln_s='cp -pR'
Packit 9c2278
fi
Packit 9c2278
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
Packit 9c2278
rmdir conf$$.dir 2>/dev/null
Packit 9c2278
Packit 9c2278
Packit 9c2278
# as_fn_mkdir_p
Packit 9c2278
# -------------
Packit 9c2278
# Create "$as_dir" as a directory, including parents if necessary.
Packit 9c2278
as_fn_mkdir_p ()
Packit 9c2278
{
Packit 9c2278
Packit 9c2278
  case $as_dir in #(
Packit 9c2278
  -*) as_dir=./$as_dir;;
Packit 9c2278
  esac
Packit 9c2278
  test -d "$as_dir" || eval $as_mkdir_p || {
Packit 9c2278
    as_dirs=
Packit 9c2278
    while :; do
Packit 9c2278
      case $as_dir in #(
Packit 9c2278
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
Packit 9c2278
      *) as_qdir=$as_dir;;
Packit 9c2278
      esac
Packit 9c2278
      as_dirs="'$as_qdir' $as_dirs"
Packit 9c2278
      as_dir=`$as_dirname -- "$as_dir" ||
Packit 9c2278
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Packit 9c2278
	 X"$as_dir" : 'X\(//\)[^/]' \| \
Packit 9c2278
	 X"$as_dir" : 'X\(//\)$' \| \
Packit 9c2278
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
Packit 9c2278
$as_echo X"$as_dir" |
Packit 9c2278
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\(\/\/\)[^/].*/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\(\/\/\)$/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\(\/\).*/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  s/.*/./; q'`
Packit 9c2278
      test -d "$as_dir" && break
Packit 9c2278
    done
Packit 9c2278
    test -z "$as_dirs" || eval "mkdir $as_dirs"
Packit 9c2278
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
Packit 9c2278
Packit 9c2278
Packit 9c2278
} # as_fn_mkdir_p
Packit 9c2278
if mkdir -p . 2>/dev/null; then
Packit 9c2278
  as_mkdir_p='mkdir -p "$as_dir"'
Packit 9c2278
else
Packit 9c2278
  test -d ./-p && rmdir ./-p
Packit 9c2278
  as_mkdir_p=false
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
Packit 9c2278
# as_fn_executable_p FILE
Packit 9c2278
# -----------------------
Packit 9c2278
# Test if FILE is an executable regular file.
Packit 9c2278
as_fn_executable_p ()
Packit 9c2278
{
Packit 9c2278
  test -f "$1" && test -x "$1"
Packit 9c2278
} # as_fn_executable_p
Packit 9c2278
as_test_x='test -x'
Packit 9c2278
as_executable_p=as_fn_executable_p
Packit 9c2278
Packit 9c2278
# Sed expression to map a string onto a valid CPP name.
Packit 9c2278
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
Packit 9c2278
Packit 9c2278
# Sed expression to map a string onto a valid variable name.
Packit 9c2278
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
Packit 9c2278
Packit 9c2278
Packit 9c2278
exec 6>&1
Packit 9c2278
## ----------------------------------- ##
Packit 9c2278
## Main body of $CONFIG_STATUS script. ##
Packit 9c2278
## ----------------------------------- ##
Packit 9c2278
_ASEOF
Packit 9c2278
test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
Packit 9c2278
Packit 9c2278
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Packit 9c2278
# Save the log message, to keep $0 and so on meaningful, and to
Packit 9c2278
# report actual input values of CONFIG_FILES etc. instead of their
Packit 9c2278
# values after options handling.
Packit 9c2278
ac_log="
Packit 9c2278
This file was extended by adwaita-icon-theme $as_me 3.28.0, which was
Packit 9c2278
generated by GNU Autoconf 2.69.  Invocation command line was
Packit 9c2278
Packit 9c2278
  CONFIG_FILES    = $CONFIG_FILES
Packit 9c2278
  CONFIG_HEADERS  = $CONFIG_HEADERS
Packit 9c2278
  CONFIG_LINKS    = $CONFIG_LINKS
Packit 9c2278
  CONFIG_COMMANDS = $CONFIG_COMMANDS
Packit 9c2278
  $ $0 $@
Packit 9c2278
Packit 9c2278
on `(hostname || uname -n) 2>/dev/null | sed 1q`
Packit 9c2278
"
Packit 9c2278
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
case $ac_config_files in *"
Packit 9c2278
"*) set x $ac_config_files; shift; ac_config_files=$*;;
Packit 9c2278
esac
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Packit 9c2278
# Files that config.status was made for.
Packit 9c2278
config_files="$ac_config_files"
Packit 9c2278
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Packit 9c2278
ac_cs_usage="\
Packit 9c2278
\`$as_me' instantiates files and other configuration actions
Packit 9c2278
from templates according to the current configuration.  Unless the files
Packit 9c2278
and actions are specified as TAGs, all are instantiated by default.
Packit 9c2278
Packit 9c2278
Usage: $0 [OPTION]... [TAG]...
Packit 9c2278
Packit 9c2278
  -h, --help       print this help, then exit
Packit 9c2278
  -V, --version    print version number and configuration settings, then exit
Packit 9c2278
      --config     print configuration, then exit
Packit 9c2278
  -q, --quiet, --silent
Packit 9c2278
                   do not print progress messages
Packit 9c2278
  -d, --debug      don't remove temporary files
Packit 9c2278
      --recheck    update $as_me by reconfiguring in the same conditions
Packit 9c2278
      --file=FILE[:TEMPLATE]
Packit 9c2278
                   instantiate the configuration file FILE
Packit 9c2278
Packit 9c2278
Configuration files:
Packit 9c2278
$config_files
Packit 9c2278
Packit 9c2278
Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme>."
Packit 9c2278
Packit 9c2278
_ACEOF
Packit 9c2278
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Packit 9c2278
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
Packit 9c2278
ac_cs_version="\\
Packit 9c2278
adwaita-icon-theme config.status 3.28.0
Packit 9c2278
configured by $0, generated by GNU Autoconf 2.69,
Packit 9c2278
  with options \\"\$ac_cs_config\\"
Packit 9c2278
Packit 9c2278
Copyright (C) 2012 Free Software Foundation, Inc.
Packit 9c2278
This config.status script is free software; the Free Software Foundation
Packit 9c2278
gives unlimited permission to copy, distribute and modify it."
Packit 9c2278
Packit 9c2278
ac_pwd='$ac_pwd'
Packit 9c2278
srcdir='$srcdir'
Packit 9c2278
INSTALL='$INSTALL'
Packit 9c2278
MKDIR_P='$MKDIR_P'
Packit 9c2278
AWK='$AWK'
Packit 9c2278
test -n "\$AWK" || AWK=awk
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Packit 9c2278
# The default lists apply if the user does not specify any file.
Packit 9c2278
ac_need_defaults=:
Packit 9c2278
while test $# != 0
Packit 9c2278
do
Packit 9c2278
  case $1 in
Packit 9c2278
  --*=?*)
Packit 9c2278
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
Packit 9c2278
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
Packit 9c2278
    ac_shift=:
Packit 9c2278
    ;;
Packit 9c2278
  --*=)
Packit 9c2278
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
Packit 9c2278
    ac_optarg=
Packit 9c2278
    ac_shift=:
Packit 9c2278
    ;;
Packit 9c2278
  *)
Packit 9c2278
    ac_option=$1
Packit 9c2278
    ac_optarg=$2
Packit 9c2278
    ac_shift=shift
Packit 9c2278
    ;;
Packit 9c2278
  esac
Packit 9c2278
Packit 9c2278
  case $ac_option in
Packit 9c2278
  # Handling of the options.
Packit 9c2278
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
Packit 9c2278
    ac_cs_recheck=: ;;
Packit 9c2278
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
Packit 9c2278
    $as_echo "$ac_cs_version"; exit ;;
Packit 9c2278
  --config | --confi | --conf | --con | --co | --c )
Packit 9c2278
    $as_echo "$ac_cs_config"; exit ;;
Packit 9c2278
  --debug | --debu | --deb | --de | --d | -d )
Packit 9c2278
    debug=: ;;
Packit 9c2278
  --file | --fil | --fi | --f )
Packit 9c2278
    $ac_shift
Packit 9c2278
    case $ac_optarg in
Packit 9c2278
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
Packit 9c2278
    '') as_fn_error $? "missing file argument" ;;
Packit 9c2278
    esac
Packit 9c2278
    as_fn_append CONFIG_FILES " '$ac_optarg'"
Packit 9c2278
    ac_need_defaults=false;;
Packit 9c2278
  --he | --h |  --help | --hel | -h )
Packit 9c2278
    $as_echo "$ac_cs_usage"; exit ;;
Packit 9c2278
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
Packit 9c2278
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
Packit 9c2278
    ac_cs_silent=: ;;
Packit 9c2278
Packit 9c2278
  # This is an error.
Packit 9c2278
  -*) as_fn_error $? "unrecognized option: \`$1'
Packit 9c2278
Try \`$0 --help' for more information." ;;
Packit 9c2278
Packit 9c2278
  *) as_fn_append ac_config_targets " $1"
Packit 9c2278
     ac_need_defaults=false ;;
Packit 9c2278
Packit 9c2278
  esac
Packit 9c2278
  shift
Packit 9c2278
done
Packit 9c2278
Packit 9c2278
ac_configure_extra_args=
Packit 9c2278
Packit 9c2278
if $ac_cs_silent; then
Packit 9c2278
  exec 6>/dev/null
Packit 9c2278
  ac_configure_extra_args="$ac_configure_extra_args --silent"
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
_ACEOF
Packit 9c2278
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Packit 9c2278
if \$ac_cs_recheck; then
Packit 9c2278
  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
Packit 9c2278
  shift
Packit 9c2278
  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
Packit 9c2278
  CONFIG_SHELL='$SHELL'
Packit 9c2278
  export CONFIG_SHELL
Packit 9c2278
  exec "\$@"
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
_ACEOF
Packit 9c2278
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Packit 9c2278
exec 5>>config.log
Packit 9c2278
{
Packit 9c2278
  echo
Packit 9c2278
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
Packit 9c2278
## Running $as_me. ##
Packit 9c2278
_ASBOX
Packit 9c2278
  $as_echo "$ac_log"
Packit 9c2278
} >&5
Packit 9c2278
Packit 9c2278
_ACEOF
Packit 9c2278
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Packit 9c2278
Packit 9c2278
# Handling of arguments.
Packit 9c2278
for ac_config_target in $ac_config_targets
Packit 9c2278
do
Packit 9c2278
  case $ac_config_target in
Packit 9c2278
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
Packit 9c2278
    "adwaita-icon-theme.pc") CONFIG_FILES="$CONFIG_FILES adwaita-icon-theme.pc" ;;
Packit 9c2278
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
Packit 9c2278
    "src/fullcolor/Makefile") CONFIG_FILES="$CONFIG_FILES src/fullcolor/Makefile" ;;
Packit 9c2278
    "src/symbolic/Makefile") CONFIG_FILES="$CONFIG_FILES src/symbolic/Makefile" ;;
Packit 9c2278
    "src/spinner/Makefile") CONFIG_FILES="$CONFIG_FILES src/spinner/Makefile" ;;
Packit 9c2278
    "win32/Makefile") CONFIG_FILES="$CONFIG_FILES win32/Makefile" ;;
Packit 9c2278
    "win32/adwaita-msvc.mak") CONFIG_FILES="$CONFIG_FILES win32/adwaita-msvc.mak" ;;
Packit 9c2278
Packit 9c2278
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Packit 9c2278
  esac
Packit 9c2278
done
Packit 9c2278
Packit 9c2278
Packit 9c2278
# If the user did not use the arguments to specify the items to instantiate,
Packit 9c2278
# then the envvar interface is used.  Set only those that are not.
Packit 9c2278
# We use the long form for the default assignment because of an extremely
Packit 9c2278
# bizarre bug on SunOS 4.1.3.
Packit 9c2278
if $ac_need_defaults; then
Packit 9c2278
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
# Have a temporary directory for convenience.  Make it in the build tree
Packit 9c2278
# simply because there is no reason against having it here, and in addition,
Packit 9c2278
# creating and moving files from /tmp can sometimes cause problems.
Packit 9c2278
# Hook for its removal unless debugging.
Packit 9c2278
# Note that there is a small window in which the directory will not be cleaned:
Packit 9c2278
# after its creation but before its name has been assigned to `$tmp'.
Packit 9c2278
$debug ||
Packit 9c2278
{
Packit 9c2278
  tmp= ac_tmp=
Packit 9c2278
  trap 'exit_status=$?
Packit 9c2278
  : "${ac_tmp:=$tmp}"
Packit 9c2278
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
Packit 9c2278
' 0
Packit 9c2278
  trap 'as_fn_exit 1' 1 2 13 15
Packit 9c2278
}
Packit 9c2278
# Create a (secure) tmp directory for tmp files.
Packit 9c2278
Packit 9c2278
{
Packit 9c2278
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
Packit 9c2278
  test -d "$tmp"
Packit 9c2278
}  ||
Packit 9c2278
{
Packit 9c2278
  tmp=./conf$$-$RANDOM
Packit 9c2278
  (umask 077 && mkdir "$tmp")
Packit 9c2278
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
Packit 9c2278
ac_tmp=$tmp
Packit 9c2278
Packit 9c2278
# Set up the scripts for CONFIG_FILES section.
Packit 9c2278
# No need to generate them if there are no CONFIG_FILES.
Packit 9c2278
# This happens for instance with `./config.status config.h'.
Packit 9c2278
if test -n "$CONFIG_FILES"; then
Packit 9c2278
Packit 9c2278
Packit 9c2278
ac_cr=`echo X | tr X '\015'`
Packit 9c2278
# On cygwin, bash can eat \r inside `` if the user requested igncr.
Packit 9c2278
# But we know of no other shell where ac_cr would be empty at this
Packit 9c2278
# point, so we can use a bashism as a fallback.
Packit 9c2278
if test "x$ac_cr" = x; then
Packit 9c2278
  eval ac_cr=\$\'\\r\'
Packit 9c2278
fi
Packit 9c2278
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
Packit 9c2278
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
Packit 9c2278
  ac_cs_awk_cr='\\r'
Packit 9c2278
else
Packit 9c2278
  ac_cs_awk_cr=$ac_cr
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
Packit 9c2278
{
Packit 9c2278
  echo "cat >conf$$subs.awk <<_ACEOF" &&
Packit 9c2278
  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
Packit 9c2278
  echo "_ACEOF"
Packit 9c2278
} >conf$$subs.sh ||
Packit 9c2278
  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
Packit 9c2278
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
Packit 9c2278
ac_delim='%!_!# '
Packit 9c2278
for ac_last_try in false false false false false :; do
Packit 9c2278
  . ./conf$$subs.sh ||
Packit 9c2278
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
Packit 9c2278
Packit 9c2278
  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
Packit 9c2278
  if test $ac_delim_n = $ac_delim_num; then
Packit 9c2278
    break
Packit 9c2278
  elif $ac_last_try; then
Packit 9c2278
    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
Packit 9c2278
  else
Packit 9c2278
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
Packit 9c2278
  fi
Packit 9c2278
done
Packit 9c2278
rm -f conf$$subs.sh
Packit 9c2278
Packit 9c2278
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Packit 9c2278
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
Packit 9c2278
_ACEOF
Packit 9c2278
sed -n '
Packit 9c2278
h
Packit 9c2278
s/^/S["/; s/!.*/"]=/
Packit 9c2278
p
Packit 9c2278
g
Packit 9c2278
s/^[^!]*!//
Packit 9c2278
:repl
Packit 9c2278
t repl
Packit 9c2278
s/'"$ac_delim"'$//
Packit 9c2278
t delim
Packit 9c2278
:nl
Packit 9c2278
h
Packit 9c2278
s/\(.\{148\}\)..*/\1/
Packit 9c2278
t more1
Packit 9c2278
s/["\\]/\\&/;; s/^/"/; s/$/\\n"\\/
Packit 9c2278
p
Packit 9c2278
n
Packit 9c2278
b repl
Packit 9c2278
:more1
Packit 9c2278
s/["\\]/\\&/;; s/^/"/; s/$/"\\/
Packit 9c2278
p
Packit 9c2278
g
Packit 9c2278
s/.\{148\}//
Packit 9c2278
t nl
Packit 9c2278
:delim
Packit 9c2278
h
Packit 9c2278
s/\(.\{148\}\)..*/\1/
Packit 9c2278
t more2
Packit 9c2278
s/["\\]/\\&/;; s/^/"/; s/$/"/
Packit 9c2278
p
Packit 9c2278
b
Packit 9c2278
:more2
Packit 9c2278
s/["\\]/\\&/;; s/^/"/; s/$/"\\/
Packit 9c2278
p
Packit 9c2278
g
Packit 9c2278
s/.\{148\}//
Packit 9c2278
t delim
Packit 9c2278
' 
Packit 9c2278
/^[^""]/{
Packit 9c2278
  N
Packit 9c2278
  s/\n//
Packit 9c2278
}
Packit 9c2278
' >>$CONFIG_STATUS || ac_write_fail=1
Packit 9c2278
rm -f conf$$subs.awk
Packit 9c2278
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Packit 9c2278
_ACAWK
Packit 9c2278
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
Packit 9c2278
  for (key in S) S_is_set[key] = 1
Packit 9c2278
  FS = "?"
Packit 9c2278
Packit 9c2278
}
Packit 9c2278
{
Packit 9c2278
  line = $ 0
Packit 9c2278
  nfields = split(line, field, "@")
Packit 9c2278
  substed = 0
Packit 9c2278
  len = length(field[1])
Packit 9c2278
  for (i = 2; i < nfields; i++) {
Packit 9c2278
    key = field[i]
Packit 9c2278
    keylen = length(key)
Packit 9c2278
    if (S_is_set[key]) {
Packit 9c2278
      value = S[key]
Packit 9c2278
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
Packit 9c2278
      len += length(value) + length(field[++i])
Packit 9c2278
      substed = 1
Packit 9c2278
    } else
Packit 9c2278
      len += 1 + keylen
Packit 9c2278
  }
Packit 9c2278
Packit 9c2278
  print line
Packit 9c2278
}
Packit 9c2278
Packit 9c2278
_ACAWK
Packit 9c2278
_ACEOF
Packit 9c2278
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Packit 9c2278
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
Packit 9c2278
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
Packit 9c2278
else
Packit 9c2278
  cat
Packit 9c2278
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
Packit 9c2278
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
Packit 9c2278
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
Packit 9c2278
# trailing colons and then remove the whole line if VPATH becomes empty
Packit 9c2278
# (actually we leave an empty line to preserve line numbers).
Packit 9c2278
if test "x$srcdir" = x.; then
Packit 9c2278
  ac_vpsub='/^[	 ]*VPATH[	 ]*=[	 ]*/{
Packit 9c2278
h
Packit 9c2278
s///
Packit 9c2278
s/^/:/
Packit 9c2278
s/[	 ]*$/:/
Packit 9c2278
s/:\$(srcdir):/:/g
Packit 9c2278
s/:\${srcdir}:/:/g
Packit 9c2278
s/:@srcdir@:/:/g
Packit 9c2278
s/^:*//
Packit 9c2278
s/:*$//
Packit 9c2278
x
Packit 9c2278
s/\(=[	 ]*\).*/\1/
Packit 9c2278
G
Packit 9c2278
s/\n//
Packit 9c2278
s/^[^=]*=[	 ]*$//
Packit 9c2278
}'
Packit 9c2278
fi
Packit 9c2278
Packit 9c2278
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Packit 9c2278
fi # test -n "$CONFIG_FILES"
Packit 9c2278
Packit 9c2278
Packit 9c2278
eval set X "  :F $CONFIG_FILES      "
Packit 9c2278
shift
Packit 9c2278
for ac_tag
Packit 9c2278
do
Packit 9c2278
  case $ac_tag in
Packit 9c2278
  :[FHLC]) ac_mode=$ac_tag; continue;;
Packit 9c2278
  esac
Packit 9c2278
  case $ac_mode$ac_tag in
Packit 9c2278
  :[FHL]*:*);;
Packit 9c2278
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
Packit 9c2278
  :[FH]-) ac_tag=-:-;;
Packit 9c2278
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
Packit 9c2278
  esac
Packit 9c2278
  ac_save_IFS=$IFS
Packit 9c2278
  IFS=:
Packit 9c2278
  set x $ac_tag
Packit 9c2278
  IFS=$ac_save_IFS
Packit 9c2278
  shift
Packit 9c2278
  ac_file=$1
Packit 9c2278
  shift
Packit 9c2278
Packit 9c2278
  case $ac_mode in
Packit 9c2278
  :L) ac_source=$1;;
Packit 9c2278
  :[FH])
Packit 9c2278
    ac_file_inputs=
Packit 9c2278
    for ac_f
Packit 9c2278
    do
Packit 9c2278
      case $ac_f in
Packit 9c2278
      -) ac_f="$ac_tmp/stdin";;
Packit 9c2278
      *) # Look for the file first in the build tree, then in the source tree
Packit 9c2278
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
Packit 9c2278
	 # because $ac_f cannot contain `:'.
Packit 9c2278
	 test -f "$ac_f" ||
Packit 9c2278
	   case $ac_f in
Packit 9c2278
	   [\\/$]*) false;;
Packit 9c2278
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
Packit 9c2278
	   esac ||
Packit 9c2278
	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
Packit 9c2278
      esac
Packit 9c2278
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
Packit 9c2278
      as_fn_append ac_file_inputs " '$ac_f'"
Packit 9c2278
    done
Packit 9c2278
Packit 9c2278
    # Let's still pretend it is `configure' which instantiates (i.e., don't
Packit 9c2278
    # use $as_me), people would be surprised to read:
Packit 9c2278
    #    /* config.h.  Generated by config.status.  */
Packit 9c2278
    configure_input='Generated from '`
Packit 9c2278
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
Packit 9c2278
	`' by configure.'
Packit 9c2278
    if test x"$ac_file" != x-; then
Packit 9c2278
      configure_input="$ac_file.  $configure_input"
Packit 9c2278
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
Packit 9c2278
$as_echo "$as_me: creating $ac_file" >&6;}
Packit 9c2278
    fi
Packit 9c2278
    # Neutralize special characters interpreted by sed in replacement strings.
Packit 9c2278
    case $configure_input in #(
Packit 9c2278
    *\&* | *\|* | *\\* )
Packit 9c2278
       ac_sed_conf_input=`$as_echo "$configure_input" |
Packit 9c2278
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
Packit 9c2278
    *) ac_sed_conf_input=$configure_input;;
Packit 9c2278
    esac
Packit 9c2278
Packit 9c2278
    case $ac_tag in
Packit 9c2278
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
Packit 9c2278
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
Packit 9c2278
    esac
Packit 9c2278
    ;;
Packit 9c2278
  esac
Packit 9c2278
Packit 9c2278
  ac_dir=`$as_dirname -- "$ac_file" ||
Packit 9c2278
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
Packit 9c2278
	 X"$ac_file" : 'X\(//\)[^/]' \| \
Packit 9c2278
	 X"$ac_file" : 'X\(//\)$' \| \
Packit 9c2278
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
Packit 9c2278
$as_echo X"$ac_file" |
Packit 9c2278
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\(\/\/\)[^/].*/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\(\/\/\)$/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  /^X\(\/\).*/{
Packit 9c2278
	    s//\1/
Packit 9c2278
	    q
Packit 9c2278
	  }
Packit 9c2278
	  s/.*/./; q'`
Packit 9c2278
  as_dir="$ac_dir"; as_fn_mkdir_p
Packit 9c2278
  ac_builddir=.
Packit 9c2278
Packit 9c2278
case "$ac_dir" in
Packit 9c2278
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
Packit 9c2278
*)
Packit 9c2278
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
Packit 9c2278
  # A ".." for each directory in $ac_dir_suffix.
Packit 9c2278
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
Packit 9c2278
  case $ac_top_builddir_sub in
Packit 9c2278
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
Packit 9c2278
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
Packit 9c2278
  esac ;;
Packit 9c2278
esac
Packit 9c2278
ac_abs_top_builddir=$ac_pwd
Packit 9c2278
ac_abs_builddir=$ac_pwd$ac_dir_suffix
Packit 9c2278
# for backward compatibility:
Packit 9c2278
ac_top_builddir=$ac_top_build_prefix
Packit 9c2278
Packit 9c2278
case $srcdir in
Packit 9c2278
  .)  # We are building in place.
Packit 9c2278
    ac_srcdir=.
Packit 9c2278
    ac_top_srcdir=$ac_top_builddir_sub
Packit 9c2278
    ac_abs_top_srcdir=$ac_pwd ;;
Packit 9c2278
  [\\/]* | ?:[\\/]* )  # Absolute name.
Packit 9c2278
    ac_srcdir=$srcdir$ac_dir_suffix;
Packit 9c2278
    ac_top_srcdir=$srcdir
Packit 9c2278
    ac_abs_top_srcdir=$srcdir ;;
Packit 9c2278
  *) # Relative name.
Packit 9c2278
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
Packit 9c2278
    ac_top_srcdir=$ac_top_build_prefix$srcdir
Packit 9c2278
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
Packit 9c2278
esac
Packit 9c2278
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
Packit 9c2278
Packit 9c2278
Packit 9c2278
  case $ac_mode in
Packit 9c2278
  :F)
Packit 9c2278
  #
Packit 9c2278
  # CONFIG_FILE
Packit 9c2278
  #
Packit 9c2278
Packit 9c2278
  case $INSTALL in
Packit 9c2278
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
Packit 9c2278
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
Packit 9c2278
  esac
Packit 9c2278
  ac_MKDIR_P=$MKDIR_P
Packit 9c2278
  case $MKDIR_P in
Packit 9c2278
  [\\/$]* | ?:[\\/]* ) ;;
Packit 9c2278
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
Packit 9c2278
  esac
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Packit 9c2278
# If the template does not know about datarootdir, expand it.
Packit 9c2278
# FIXME: This hack should be removed a few years after 2.60.
Packit 9c2278
ac_datarootdir_hack=; ac_datarootdir_seen=
Packit 9c2278
ac_sed_dataroot='
Packit 9c2278
/datarootdir/ {
Packit 9c2278
  p
Packit 9c2278
  q
Packit 9c2278
}
Packit 9c2278
/@datadir@/p
Packit 9c2278
/@docdir@/p
Packit 9c2278
/@infodir@/p
Packit 9c2278
/@localedir@/p
Packit 9c2278
/@mandir@/p'
Packit 9c2278
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
Packit 9c2278
*datarootdir*) ac_datarootdir_seen=yes;;
Packit 9c2278
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
Packit 9c2278
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
Packit 9c2278
_ACEOF
Packit 9c2278
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Packit 9c2278
  ac_datarootdir_hack='
Packit 9c2278
  s&@datadir@&$datadir&g
Packit 9c2278
  s&@docdir@&$docdir&g
Packit 9c2278
  s&@infodir@&$infodir&g
Packit 9c2278
  s&@localedir@&$localedir&g
Packit 9c2278
  s&@mandir@&$mandir&g
Packit 9c2278
  s&\\\${datarootdir}&$datarootdir&g' ;;
Packit 9c2278
esac
Packit 9c2278
_ACEOF
Packit 9c2278
Packit 9c2278
# Neutralize VPATH when `$srcdir' = `.'.
Packit 9c2278
# Shell code in configure.ac might set extrasub.
Packit 9c2278
# FIXME: do we really want to maintain this feature?
Packit 9c2278
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
Packit 9c2278
ac_sed_extra="$ac_vpsub
Packit 9c2278
$extrasub
Packit 9c2278
_ACEOF
Packit 9c2278
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
Packit 9c2278
:t
Packit 9c2278
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
Packit 9c2278
s|@configure_input@|$ac_sed_conf_input|;t t
Packit 9c2278
s&@top_builddir@&$ac_top_builddir_sub&;t t
Packit 9c2278
s&@top_build_prefix@&$ac_top_build_prefix&;t t
Packit 9c2278
s&@srcdir@&$ac_srcdir&;t t
Packit 9c2278
s&@abs_srcdir@&$ac_abs_srcdir&;t t
Packit 9c2278
s&@top_srcdir@&$ac_top_srcdir&;t t
Packit 9c2278
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
Packit 9c2278
s&@builddir@&$ac_builddir&;t t
Packit 9c2278
s&@abs_builddir@&$ac_abs_builddir&;t t
Packit 9c2278
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
Packit 9c2278
s&@INSTALL@&$ac_INSTALL&;t t
Packit 9c2278
s&@MKDIR_P@&$ac_MKDIR_P&;t t
Packit 9c2278
$ac_datarootdir_hack
Packit 9c2278
"
Packit 9c2278
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
Packit 9c2278
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
Packit 9c2278
Packit 9c2278
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
Packit 9c2278
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
Packit 9c2278
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
Packit 9c2278
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Packit 9c2278
which seems to be undefined.  Please make sure it is defined" >&5
Packit 9c2278
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
Packit 9c2278
which seems to be undefined.  Please make sure it is defined" >&2;}
Packit 9c2278
Packit 9c2278
  rm -f "$ac_tmp/stdin"
Packit 9c2278
  case $ac_file in
Packit 9c2278
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
Packit 9c2278
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
Packit 9c2278
  esac \
Packit 9c2278
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
Packit 9c2278
 ;;
Packit 9c2278
Packit 9c2278
Packit 9c2278
Packit 9c2278
  esac
Packit 9c2278
Packit 9c2278
done # for ac_tag
Packit 9c2278
Packit 9c2278
Packit 9c2278
as_fn_exit 0
Packit 9c2278
_ACEOF
Packit 9c2278
ac_clean_files=$ac_clean_files_save
Packit 9c2278
Packit 9c2278
test $ac_write_fail = 0 ||
Packit 9c2278
  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
Packit 9c2278
Packit 9c2278
Packit 9c2278
# configure is writing to config.log, and then calls config.status.
Packit 9c2278
# config.status does its own redirection, appending to config.log.
Packit 9c2278
# Unfortunately, on DOS this fails, as config.log is still kept open
Packit 9c2278
# by configure, so config.status won't be able to write to it; its
Packit 9c2278
# output is simply discarded.  So we exec the FD to /dev/null,
Packit 9c2278
# effectively closing config.log, so it can be properly (re)opened and
Packit 9c2278
# appended to by config.status.  When coming back to configure, we
Packit 9c2278
# need to make the FD available again.
Packit 9c2278
if test "$no_create" != yes; then
Packit 9c2278
  ac_cs_success=:
Packit 9c2278
  ac_config_status_args=
Packit 9c2278
  test "$silent" = yes &&
Packit 9c2278
    ac_config_status_args="$ac_config_status_args --quiet"
Packit 9c2278
  exec 5>/dev/null
Packit 9c2278
  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
Packit 9c2278
  exec 5>>config.log
Packit 9c2278
  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
Packit 9c2278
  # would make configure fail if this is the last instruction.
Packit 9c2278
  $ac_cs_success || as_fn_exit 1
Packit 9c2278
fi
Packit 9c2278
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
Packit 9c2278
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
Packit 9c2278
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
Packit 9c2278
fi
Packit 9c2278