source: projects/vine-rpm-helper/trunk/configure @ 4892

Revision 4892, 99.6 KB checked in by yasumichi, 13 years ago (diff)

configure によってスクリプトを生成するように変更

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