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

Revision 4542, 104.9 KB checked in by yasumichi, 13 years ago (diff)

check sdiff.

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