source: projects/proc-rpmnew/trunk/configure @ 4539

Revision 4539, 103.7 KB checked in by yasumichi, 13 years ago (diff)

配布形式を .tar.bz2 に変更

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