source: projects/vine-rpm-helper/tags/0.2/configure @ 4896

Revision 4896, 99.8 KB checked in by yasumichi, 13 years ago (diff)

バージョンを更新

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