summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Makefile.in2
-rwxr-xr-xconfigure7679
-rw-r--r--quilt.spec1862
4 files changed, 9542 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 8f5e11f..53a6c10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,10 +2,8 @@ autom4te.cache
build-stamp
config.log
config.status
-configure
configure-stamp
Makefile
-quilt.spec
README
quilt-*.tar.gz
quilt-*.tar.bz2
diff --git a/Makefile.in b/Makefile.in
index f0300a2..9801eec 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -137,7 +137,7 @@ export QUILT_DIR QUILT_LIB QUILTRC
#-----------------------------------------------------------------------
-all : configure scripts compat $(DOC:%=doc/%) $(MAN1) mofiles
+all : configure quilt.spec scripts compat $(DOC:%=doc/%) $(MAN1) mofiles
$(LIB:%=lib/%) :: $(LIBOBJS)
diff --git a/configure b/configure
new file mode 100755
index 0000000..4a71244
--- /dev/null
+++ b/configure
@@ -0,0 +1,7679 @@
+#! /bin/sh
+# From configure.ac .
+# Guess values for system-dependent variables and create Makefiles.
+# Generated by GNU Autoconf 2.61 for quilt 0.48.
+#
+# Report bugs to <quilt-dev@nongnu.org>.
+#
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# This configure script is free software; the Free Software Foundation
+# gives unlimited permission to copy, distribute and modify it.
+## --------------------- ##
+## M4sh Initialization. ##
+## --------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+ setopt NO_GLOB_SUBST
+else
+ case `(set -o) 2>/dev/null` in
+ *posix*) set -o posix ;;
+esac
+
+fi
+
+
+
+
+# PATH needs CR
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+ echo "#! /bin/sh" >conf$$.sh
+ echo "exit 0" >>conf$$.sh
+ chmod +x conf$$.sh
+ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+ PATH_SEPARATOR=';'
+ else
+ PATH_SEPARATOR=:
+ fi
+ rm -f conf$$.sh
+fi
+
+# Support unset when possible.
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
+
+# IFS
+# We need space, tab and new line, in precisely that order. Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+as_nl='
+'
+IFS=" "" $as_nl"
+
+# Find who we are. Look in the path if we contain no directory separator.
+case $0 in
+ *[\\/]* ) as_myself=$0 ;;
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+ as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+ echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+ { (exit 1); exit 1; }
+fi
+
+# Work around bugs in pre-3.0 UWIN ksh.
+for as_var in ENV MAIL MAILPATH
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+for as_var in \
+ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
+ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
+ LC_TELEPHONE LC_TIME
+do
+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
+ eval $as_var=C; export $as_var
+ else
+ ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+ fi
+done
+
+# Required to use basename.
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+ as_basename=basename
+else
+ as_basename=false
+fi
+
+
+# Name of the executable.
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ X"$0" : 'X\(//\)$' \| \
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+echo X/"$0" |
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+
+# CDPATH.
+$as_unset CDPATH
+
+
+if test "x$CONFIG_SHELL" = x; then
+ if (eval ":") 2>/dev/null; then
+ as_have_required=yes
+else
+ as_have_required=no
+fi
+
+ if test $as_have_required = yes && (eval ":
+(as_func_return () {
+ (exit \$1)
+}
+as_func_success () {
+ as_func_return 0
+}
+as_func_failure () {
+ as_func_return 1
+}
+as_func_ret_success () {
+ return 0
+}
+as_func_ret_failure () {
+ return 1
+}
+
+exitcode=0
+if as_func_success; then
+ :
+else
+ exitcode=1
+ echo as_func_success failed.
+fi
+
+if as_func_failure; then
+ exitcode=1
+ echo as_func_failure succeeded.
+fi
+
+if as_func_ret_success; then
+ :
+else
+ exitcode=1
+ echo as_func_ret_success failed.
+fi
+
+if as_func_ret_failure; then
+ exitcode=1
+ echo as_func_ret_failure succeeded.
+fi
+
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
+ :
+else
+ exitcode=1
+ echo positional parameters were not saved.
+fi
+
+test \$exitcode = 0) || { (exit 1); exit 1; }
+
+(
+ as_lineno_1=\$LINENO
+ as_lineno_2=\$LINENO
+ test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
+ test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
+") 2> /dev/null; then
+ :
+else
+ as_candidate_shells=
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ case $as_dir in
+ /*)
+ for as_base in sh bash ksh sh5; do
+ as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
+ done;;
+ esac
+done
+IFS=$as_save_IFS
+
+
+ for as_shell in $as_candidate_shells $SHELL; do
+ # Try only shells that exist, to save several forks.
+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
+ { ("$as_shell") 2> /dev/null <<\_ASEOF
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+ setopt NO_GLOB_SUBST
+else
+ case `(set -o) 2>/dev/null` in
+ *posix*) set -o posix ;;
+esac
+
+fi
+
+
+:
+_ASEOF
+}; then
+ CONFIG_SHELL=$as_shell
+ as_have_required=yes
+ if { "$as_shell" 2> /dev/null <<\_ASEOF
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+ setopt NO_GLOB_SUBST
+else
+ case `(set -o) 2>/dev/null` in
+ *posix*) set -o posix ;;
+esac
+
+fi
+
+
+:
+(as_func_return () {
+ (exit $1)
+}
+as_func_success () {
+ as_func_return 0
+}
+as_func_failure () {
+ as_func_return 1
+}
+as_func_ret_success () {
+ return 0
+}
+as_func_ret_failure () {
+ return 1
+}
+
+exitcode=0
+if as_func_success; then
+ :
+else
+ exitcode=1
+ echo as_func_success failed.
+fi
+
+if as_func_failure; then
+ exitcode=1
+ echo as_func_failure succeeded.
+fi
+
+if as_func_ret_success; then
+ :
+else
+ exitcode=1
+ echo as_func_ret_success failed.
+fi
+
+if as_func_ret_failure; then
+ exitcode=1
+ echo as_func_ret_failure succeeded.
+fi
+
+if ( set x; as_func_ret_success y && test x = "$1" ); then
+ :
+else
+ exitcode=1
+ echo positional parameters were not saved.
+fi
+
+test $exitcode = 0) || { (exit 1); exit 1; }
+
+(
+ as_lineno_1=$LINENO
+ as_lineno_2=$LINENO
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
+
+_ASEOF
+}; then
+ break
+fi
+
+fi
+
+ done
+
+ if test "x$CONFIG_SHELL" != x; then
+ for as_var in BASH_ENV ENV
+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+ done
+ export CONFIG_SHELL
+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
+fi
+
+
+ if test $as_have_required = no; then
+ echo This script requires a shell more modern than all the
+ echo shells that I found on your system. Please install a
+ echo modern shell, or manually run the script under such a
+ echo shell if you do have one.
+ { (exit 1); exit 1; }
+fi
+
+
+fi
+
+fi
+
+
+
+(eval "as_func_return () {
+ (exit \$1)
+}
+as_func_success () {
+ as_func_return 0
+}
+as_func_failure () {
+ as_func_return 1
+}
+as_func_ret_success () {
+ return 0
+}
+as_func_ret_failure () {
+ return 1
+}
+
+exitcode=0
+if as_func_success; then
+ :
+else
+ exitcode=1
+ echo as_func_success failed.
+fi
+
+if as_func_failure; then
+ exitcode=1
+ echo as_func_failure succeeded.
+fi
+
+if as_func_ret_success; then
+ :
+else
+ exitcode=1
+ echo as_func_ret_success failed.
+fi
+
+if as_func_ret_failure; then
+ exitcode=1
+ echo as_func_ret_failure succeeded.
+fi
+
+if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
+ :
+else
+ exitcode=1
+ echo positional parameters were not saved.
+fi
+
+test \$exitcode = 0") || {
+ echo No shell found that supports shell functions.
+ echo Please tell autoconf@gnu.org about your system,
+ echo including any error possibly output before this
+ echo message
+}
+
+
+
+ as_lineno_1=$LINENO
+ as_lineno_2=$LINENO
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
+
+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
+ # uniformly replaced by the line number. The first 'sed' inserts a
+ # line-number line after each line using $LINENO; the second 'sed'
+ # does the real work. The second script uses 'N' to pair each
+ # line-number line with the line containing $LINENO, and appends
+ # trailing '-' during substitution so that $LINENO is not a special
+ # case at line end.
+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
+ # scripts with optimization help from Paolo Bonzini. Blame Lee
+ # E. McMahon (1931-1989) for sed's syntax. :-)
+ sed -n '
+ p
+ /[$]LINENO/=
+ ' <$as_myself |
+ sed '
+ s/[$]LINENO.*/&-/
+ t lineno
+ b
+ :lineno
+ N
+ :loop
+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+ t loop
+ s/-\n.*//
+ ' >$as_me.lineno &&
+ chmod +x "$as_me.lineno" ||
+ { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
+ { (exit 1); exit 1; }; }
+
+ # Don't try to exec as it changes $[0], causing all sort of problems
+ # (the dirname of $[0] is not the place where we might find the
+ # original and so on. Autoconf is especially sensitive to this).
+ . "./$as_me.lineno"
+ # Exit status is that of the last command.
+ exit
+}
+
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+ as_dirname=dirname
+else
+ as_dirname=false
+fi
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in
+-n*)
+ case `echo 'x\c'` in
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
+ *) ECHO_C='\c';;
+ esac;;
+*)
+ ECHO_N='-n';;
+esac
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+ rm -f conf$$.dir/conf$$.file
+else
+ rm -f conf$$.dir
+ mkdir conf$$.dir
+fi
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s='ln -s'
+ # ... but there are two gotchas:
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+ # In both cases, we have to default to `cp -p'.
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+ as_ln_s='cp -p'
+elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+else
+ as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+if mkdir -p . 2>/dev/null; then
+ as_mkdir_p=:
+else
+ test -d ./-p && rmdir ./-p
+ as_mkdir_p=false
+fi
+
+if test -x / >/dev/null 2>&1; then
+ as_test_x='test -x'
+else
+ if ls -dL / >/dev/null 2>&1; then
+ as_ls_L_option=L
+ else
+ as_ls_L_option=
+ fi
+ as_test_x='
+ eval sh -c '\''
+ if test -d "$1"; then
+ test -d "$1/.";
+ else
+ case $1 in
+ -*)set "./$1";;
+ esac;
+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
+ ???[sx]*):;;*)false;;esac;fi
+ '\'' sh
+ '
+fi
+as_executable_p=$as_test_x
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+
+exec 7<&0 </dev/null 6>&1
+
+# Name of the host.
+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
+# so uname gets run too.
+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
+
+#
+# Initializations.
+#
+ac_default_prefix=/usr/local
+ac_clean_files=
+ac_config_libobj_dir=.
+LIBOBJS=
+cross_compiling=no
+subdirs=
+MFLAGS=
+MAKEFLAGS=
+SHELL=${CONFIG_SHELL-/bin/sh}
+
+# Identity of this package.
+PACKAGE_NAME='quilt'
+PACKAGE_TARNAME='quilt'
+PACKAGE_VERSION='0.48'
+PACKAGE_STRING='quilt 0.48'
+PACKAGE_BUGREPORT='quilt-dev@nongnu.org'
+
+# Factoring default headers for most tests.
+ac_includes_default="\
+#include <stdio.h>
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h>
+#endif
+#ifdef STDC_HEADERS
+# include <stdlib.h>
+# include <stddef.h>
+#else
+# ifdef HAVE_STDLIB_H
+# include <stdlib.h>
+# endif
+#endif
+#ifdef HAVE_STRING_H
+# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
+# include <memory.h>
+# endif
+# include <string.h>
+#endif
+#ifdef HAVE_STRINGS_H
+# include <strings.h>
+#endif
+#ifdef HAVE_INTTYPES_H
+# include <inttypes.h>
+#endif
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif"
+
+ac_subst_vars='SHELL
+PATH_SEPARATOR
+PACKAGE_NAME
+PACKAGE_TARNAME
+PACKAGE_VERSION
+PACKAGE_STRING
+PACKAGE_BUGREPORT
+exec_prefix
+prefix
+program_transform_name
+bindir
+sbindir
+libexecdir
+datarootdir
+datadir
+sysconfdir
+sharedstatedir
+localstatedir
+includedir
+oldincludedir
+docdir
+infodir
+htmldir
+dvidir
+pdfdir
+psdir
+libdir
+localedir
+mandir
+DEFS
+ECHO_C
+ECHO_N
+ECHO_T
+LIBS
+build_alias
+host_alias
+target_alias
+PACKAGE_RELEASE
+CC
+CFLAGS
+LDFLAGS
+CPPFLAGS
+ac_ct_CC
+EXEEXT
+OBJEXT
+CPP
+GREP
+EGREP
+LIBOBJS
+INSTALL_PROGRAM
+INSTALL_SCRIPT
+INSTALL_DATA
+BASH
+CP
+DATE
+PERL
+TAIL
+TR
+SED
+AWK
+POD2MAN
+COLUMN
+GETOPT
+MKTEMP
+DIFF
+PATCH
+FIND
+DIFFSTAT
+SENDMAIL
+MSGMERGE
+MSGFMT
+XGETTEXT
+MSGUNIQ
+MSGCAT
+PATCH_WRAPPER
+USE_NLS
+RPMBUILD
+COMPAT_SYMLINKS
+COMPAT_PROGRAMS
+LTLIBOBJS'
+ac_subst_files=''
+ ac_precious_vars='build_alias
+host_alias
+target_alias
+CC
+CFLAGS
+LDFLAGS
+LIBS
+CPPFLAGS
+CPP'
+
+
+# Initialize some variables set by options.
+ac_init_help=
+ac_init_version=false
+# The variables have the same names as the options, with
+# dashes changed to underlines.
+cache_file=/dev/null
+exec_prefix=NONE
+no_create=
+no_recursion=
+prefix=NONE
+program_prefix=NONE
+program_suffix=NONE
+program_transform_name=s,x,x,
+silent=
+site=
+srcdir=
+verbose=
+x_includes=NONE
+x_libraries=NONE
+
+# Installation directory options.
+# These are left unexpanded so users can "make install exec_prefix=/foo"
+# and all the variables that are supposed to be based on exec_prefix
+# by default will actually change.
+# Use braces instead of parens because sh, perl, etc. also accept them.
+# (The list follows the same order as the GNU Coding Standards.)
+bindir='${exec_prefix}/bin'
+sbindir='${exec_prefix}/sbin'
+libexecdir='${exec_prefix}/libexec'
+datarootdir='${prefix}/share'
+datadir='${datarootdir}'
+sysconfdir='${prefix}/etc'
+sharedstatedir='${prefix}/com'
+localstatedir='${prefix}/var'
+includedir='${prefix}/include'
+oldincludedir='/usr/include'
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
+infodir='${datarootdir}/info'
+htmldir='${docdir}'
+dvidir='${docdir}'
+pdfdir='${docdir}'
+psdir='${docdir}'
+libdir='${exec_prefix}/lib'
+localedir='${datarootdir}/locale'
+mandir='${datarootdir}/man'
+
+ac_prev=
+ac_dashdash=
+for ac_option
+do
+ # If the previous option needs an argument, assign it.
+ if test -n "$ac_prev"; then
+ eval $ac_prev=\$ac_option
+ ac_prev=
+ continue
+ fi
+
+ case $ac_option in
+ *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
+ *) ac_optarg=yes ;;
+ esac
+
+ # Accept the important Cygnus configure options, so we can diagnose typos.
+
+ case $ac_dashdash$ac_option in
+ --)
+ ac_dashdash=yes ;;
+
+ -bindir | --bindir | --bindi | --bind | --bin | --bi)
+ ac_prev=bindir ;;
+ -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
+ bindir=$ac_optarg ;;
+
+ -build | --build | --buil | --bui | --bu)
+ ac_prev=build_alias ;;
+ -build=* | --build=* | --buil=* | --bui=* | --bu=*)
+ build_alias=$ac_optarg ;;
+
+ -cache-file | --cache-file | --cache-fil | --cache-fi \
+ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
+ ac_prev=cache_file ;;
+ -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
+ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
+ cache_file=$ac_optarg ;;
+
+ --config-cache | -C)
+ cache_file=config.cache ;;
+
+ -datadir | --datadir | --datadi | --datad)
+ ac_prev=datadir ;;
+ -datadir=* | --datadir=* | --datadi=* | --datad=*)
+ datadir=$ac_optarg ;;
+
+ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
+ | --dataroo | --dataro | --datar)
+ ac_prev=datarootdir ;;
+ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
+ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
+ datarootdir=$ac_optarg ;;
+
+ -disable-* | --disable-*)
+ ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit 1; }; }
+ ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
+ eval enable_$ac_feature=no ;;
+
+ -docdir | --docdir | --docdi | --doc | --do)
+ ac_prev=docdir ;;
+ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
+ docdir=$ac_optarg ;;
+
+ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
+ ac_prev=dvidir ;;
+ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
+ dvidir=$ac_optarg ;;
+
+ -enable-* | --enable-*)
+ ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
+ { (exit 1); exit 1; }; }
+ ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
+ eval enable_$ac_feature=\$ac_optarg ;;
+
+ -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
+ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
+ | --exec | --exe | --ex)
+ ac_prev=exec_prefix ;;
+ -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
+ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
+ | --exec=* | --exe=* | --ex=*)
+ exec_prefix=$ac_optarg ;;
+
+ -gas | --gas | --ga | --g)
+ # Obsolete; use --with-gas.
+ with_gas=yes ;;
+
+ -help | --help | --hel | --he | -h)
+ ac_init_help=long ;;
+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
+ ac_init_help=recursive ;;
+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
+ ac_init_help=short ;;
+
+ -host | --host | --hos | --ho)
+ ac_prev=host_alias ;;
+ -host=* | --host=* | --hos=* | --ho=*)
+ host_alias=$ac_optarg ;;
+
+ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
+ ac_prev=htmldir ;;
+ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
+ | --ht=*)
+ htmldir=$ac_optarg ;;
+
+ -includedir | --includedir | --includedi | --included | --include \
+ | --includ | --inclu | --incl | --inc)
+ ac_prev=includedir ;;
+ -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
+ | --includ=* | --inclu=* | --incl=* | --inc=*)
+ includedir=$ac_optarg ;;
+
+ -infodir | --infodir | --infodi | --infod | --info | --inf)
+ ac_prev=infodir ;;
+ -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
+ infodir=$ac_optarg ;;
+
+ -libdir | --libdir | --libdi | --libd)
+ ac_prev=libdir ;;
+ -libdir=* | --libdir=* | --libdi=* | --libd=*)
+ libdir=$ac_optarg ;;
+
+ -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
+ | --libexe | --libex | --libe)
+ ac_prev=libexecdir ;;
+ -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
+ | --libexe=* | --libex=* | --libe=*)
+ libexecdir=$ac_optarg ;;
+
+ -localedir | --localedir | --localedi | --localed | --locale)
+ ac_prev=localedir ;;
+ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
+ localedir=$ac_optarg ;;
+
+ -localstatedir | --localstatedir | --localstatedi | --localstated \
+ | --localstate | --localstat | --localsta | --localst | --locals)
+ ac_prev=localstatedir ;;
+ -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
+ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
+ localstatedir=$ac_optarg ;;
+
+ -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
+ ac_prev=mandir ;;
+ -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
+ mandir=$ac_optarg ;;
+
+ -nfp | --nfp | --nf)
+ # Obsolete; use --without-fp.
+ with_fp=no ;;
+
+ -no-create | --no-create | --no-creat | --no-crea | --no-cre \
+ | --no-cr | --no-c | -n)
+ no_create=yes ;;
+
+ -no-recursion | --no-recursion | --no-recursio | --no-recursi \
+ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
+ no_recursion=yes ;;
+
+ -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
+ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
+ | --oldin | --oldi | --old | --ol | --o)
+ ac_prev=oldincludedir ;;
+ -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
+ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
+ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
+ oldincludedir=$ac_optarg ;;
+
+ -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
+ ac_prev=prefix ;;
+ -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
+ prefix=$ac_optarg ;;
+
+ -program-prefix | --program-prefix | --program-prefi | --program-pref \
+ | --program-pre | --program-pr | --program-p)
+ ac_prev=program_prefix ;;
+ -program-prefix=* | --program-prefix=* | --program-prefi=* \
+ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
+ program_prefix=$ac_optarg ;;
+
+ -program-suffix | --program-suffix | --program-suffi | --program-suff \
+ | --program-suf | --program-su | --program-s)
+ ac_prev=program_suffix ;;
+ -program-suffix=* | --program-suffix=* | --program-suffi=* \
+ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
+ program_suffix=$ac_optarg ;;
+
+ -program-transform-name | --program-transform-name \
+ | --program-transform-nam | --program-transform-na \
+ | --program-transform-n | --program-transform- \
+ | --program-transform | --program-transfor \
+ | --program-transfo | --program-transf \
+ | --program-trans | --program-tran \
+ | --progr-tra | --program-tr | --program-t)
+ ac_prev=program_transform_name ;;
+ -program-transform-name=* | --program-transform-name=* \
+ | --program-transform-nam=* | --program-transform-na=* \
+ | --program-transform-n=* | --program-transform-=* \
+ | --program-transform=* | --program-transfor=* \
+ | --program-transfo=* | --program-transf=* \
+ | --program-trans=* | --program-tran=* \
+ | --progr-tra=* | --program-tr=* | --program-t=*)
+ program_transform_name=$ac_optarg ;;
+
+ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
+ ac_prev=pdfdir ;;
+ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
+ pdfdir=$ac_optarg ;;
+
+ -psdir | --psdir | --psdi | --psd | --ps)
+ ac_prev=psdir ;;
+ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
+ psdir=$ac_optarg ;;
+
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+ | -silent | --silent | --silen | --sile | --sil)
+ silent=yes ;;
+
+ -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
+ ac_prev=sbindir ;;
+ -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
+ | --sbi=* | --sb=*)
+ sbindir=$ac_optarg ;;
+
+ -sharedstatedir | --sharedstatedir | --sharedstatedi \
+ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
+ | --sharedst | --shareds | --shared | --share | --shar \
+ | --sha | --sh)
+ ac_prev=sharedstatedir ;;
+ -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
+ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
+ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
+ | --sha=* | --sh=*)
+ sharedstatedir=$ac_optarg ;;
+
+ -site | --site | --sit)
+ ac_prev=site ;;
+ -site=* | --site=* | --sit=*)
+ site=$ac_optarg ;;
+
+ -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
+ ac_prev=srcdir ;;
+ -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
+ srcdir=$ac_optarg ;;
+
+ -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
+ | --syscon | --sysco | --sysc | --sys | --sy)
+ ac_prev=sysconfdir ;;
+ -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
+ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
+ sysconfdir=$ac_optarg ;;
+
+ -target | --target | --targe | --targ | --tar | --ta | --t)
+ ac_prev=target_alias ;;
+ -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
+ target_alias=$ac_optarg ;;
+
+ -v | -verbose | --verbose | --verbos | --verbo | --verb)
+ verbose=yes ;;
+
+ -version | --version | --versio | --versi | --vers | -V)
+ ac_init_version=: ;;
+
+ -with-* | --with-*)
+ ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit 1; }; }
+ ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
+ eval with_$ac_package=\$ac_optarg ;;
+
+ -without-* | --without-*)
+ ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
+ { (exit 1); exit 1; }; }
+ ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
+ eval with_$ac_package=no ;;
+
+ --x)
+ # Obsolete; use --with-x.
+ with_x=yes ;;
+
+ -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
+ | --x-incl | --x-inc | --x-in | --x-i)
+ ac_prev=x_includes ;;
+ -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
+ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
+ x_includes=$ac_optarg ;;
+
+ -x-libraries | --x-libraries | --x-librarie | --x-librari \
+ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
+ ac_prev=x_libraries ;;
+ -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
+ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
+ x_libraries=$ac_optarg ;;
+
+ -*) { echo "$as_me: error: unrecognized option: $ac_option
+Try \`$0 --help' for more information." >&2
+ { (exit 1); exit 1; }; }
+ ;;
+
+ *=*)
+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
+ # Reject names that are not valid shell variable names.
+ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
+ { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
+ { (exit 1); exit 1; }; }
+ eval $ac_envvar=\$ac_optarg
+ export $ac_envvar ;;
+
+ *)
+ # FIXME: should be removed in autoconf 3.0.
+ echo "$as_me: WARNING: you should use --build, --host, --target" >&2
+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
+ echo "$as_me: WARNING: invalid host type: $ac_option" >&2
+ : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
+ ;;
+
+ esac
+done
+
+if test -n "$ac_prev"; then
+ ac_option=--`echo $ac_prev | sed 's/_/-/g'`
+ { echo "$as_me: error: missing argument to $ac_option" >&2
+ { (exit 1); exit 1; }; }
+fi
+
+# Be sure to have absolute directory names.
+for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
+ datadir sysconfdir sharedstatedir localstatedir includedir \
+ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
+ libdir localedir mandir
+do
+ eval ac_val=\$$ac_var
+ case $ac_val in
+ [\\/$]* | ?:[\\/]* ) continue;;
+ NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
+ esac
+ { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
+ { (exit 1); exit 1; }; }
+done
+
+# There might be people who depend on the old broken behavior: `$host'
+# used to hold the argument of --host etc.
+# FIXME: To remove some day.
+build=$build_alias
+host=$host_alias
+target=$target_alias
+
+# FIXME: To remove some day.
+if test "x$host_alias" != x; then
+ if test "x$build_alias" = x; then
+ cross_compiling=maybe
+ echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
+ If a cross compiler is detected then cross compile mode will be used." >&2
+ elif test "x$build_alias" != "x$host_alias"; then
+ cross_compiling=yes
+ fi
+fi
+
+ac_tool_prefix=
+test -n "$host_alias" && ac_tool_prefix=$host_alias-
+
+test "$silent" = yes && exec 6>/dev/null
+
+
+ac_pwd=`pwd` && test -n "$ac_pwd" &&
+ac_ls_di=`ls -di .` &&
+ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
+ { echo "$as_me: error: Working directory cannot be determined" >&2
+ { (exit 1); exit 1; }; }
+test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
+ { echo "$as_me: error: pwd does not report name of working directory" >&2
+ { (exit 1); exit 1; }; }
+
+
+# Find the source files, if location was not specified.
+if test -z "$srcdir"; then
+ ac_srcdir_defaulted=yes
+ # Try the directory containing this script, then the parent directory.
+ ac_confdir=`$as_dirname -- "$0" ||
+$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$0" : 'X\(//\)[^/]' \| \
+ X"$0" : 'X\(//\)$' \| \
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+echo X"$0" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)[^/].*/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+ srcdir=$ac_confdir
+ if test ! -r "$srcdir/$ac_unique_file"; then
+ srcdir=..
+ fi
+else
+ ac_srcdir_defaulted=no
+fi
+if test ! -r "$srcdir/$ac_unique_file"; then
+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
+ { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
+ { (exit 1); exit 1; }; }
+fi
+ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
+ac_abs_confdir=`(
+ cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
+ { (exit 1); exit 1; }; }
+ pwd)`
+# When building in place, set srcdir=.
+if test "$ac_abs_confdir" = "$ac_pwd"; then
+ srcdir=.
+fi
+# Remove unnecessary trailing slashes from srcdir.
+# Double slashes in file names in object file debugging info
+# mess up M-x gdb in Emacs.
+case $srcdir in
+*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
+esac
+for ac_var in $ac_precious_vars; do
+ eval ac_env_${ac_var}_set=\${${ac_var}+set}
+ eval ac_env_${ac_var}_value=\$${ac_var}
+ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
+ eval ac_cv_env_${ac_var}_value=\$${ac_var}
+done
+
+#
+# Report the --help message.
+#
+if test "$ac_init_help" = "long"; then
+ # Omit some internal or obsolete options to make the list less imposing.
+ # This message is too long to be a string in the A/UX 3.1 sh.
+ cat <<_ACEOF
+\`configure' configures quilt 0.48 to adapt to many kinds of systems.
+
+Usage: $0 [OPTION]... [VAR=VALUE]...
+
+To assign environment variables (e.g., CC, CFLAGS...), specify them as
+VAR=VALUE. See below for descriptions of some of the useful variables.
+
+Defaults for the options are specified in brackets.
+
+Configuration:
+ -h, --help display this help and exit
+ --help=short display options specific to this package
+ --help=recursive display the short help of all the included packages
+ -V, --version display version information and exit
+ -q, --quiet, --silent do not print \`checking...' messages
+ --cache-file=FILE cache test results in FILE [disabled]
+ -C, --config-cache alias for \`--cache-file=config.cache'
+ -n, --no-create do not create output files
+ --srcdir=DIR find the sources in DIR [configure dir or \`..']
+
+Installation directories:
+ --prefix=PREFIX install architecture-independent files in PREFIX
+ [$ac_default_prefix]
+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
+ [PREFIX]
+
+By default, \`make install' will install all the files in
+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
+for instance \`--prefix=\$HOME'.
+
+For better control, use the options below.
+
+Fine tuning of the installation directories:
+ --bindir=DIR user executables [EPREFIX/bin]
+ --sbindir=DIR system admin executables [EPREFIX/sbin]
+ --libexecdir=DIR program executables [EPREFIX/libexec]
+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --libdir=DIR object code libraries [EPREFIX/lib]
+ --includedir=DIR C header files [PREFIX/include]
+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
+ --infodir=DIR info documentation [DATAROOTDIR/info]
+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
+ --mandir=DIR man documentation [DATAROOTDIR/man]
+ --docdir=DIR documentation root [DATAROOTDIR/doc/quilt]
+ --htmldir=DIR html documentation [DOCDIR]
+ --dvidir=DIR dvi documentation [DOCDIR]
+ --pdfdir=DIR pdf documentation [DOCDIR]
+ --psdir=DIR ps documentation [DOCDIR]
+_ACEOF
+
+ cat <<\_ACEOF
+_ACEOF
+fi
+
+if test -n "$ac_init_help"; then
+ case $ac_init_help in
+ short | recursive ) echo "Configuration of quilt 0.48:";;
+ esac
+ cat <<\_ACEOF
+
+Optional Features:
+ --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
+ --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
+ --disable-nls exclude natural language support
+
+Optional Packages:
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
+ --with-bash name of the bash executable to use
+ --with-cp name of the cp executable to use
+ --with-date name of the date executable to use (use
+ --without-date to use an internal mechanism)
+ --with-perl name of the perl executable to use
+ --with-grep name of the grep executable to use
+ --with-tail name of the tail executable to use
+ --with-tr name of the tr executable to use
+ --with-sed name of the sed executable to use
+ --with-awk name of the awk executable to use
+ --with-pod2man name of the pod2man executable to use (use
+ --without-pod2man to disable)
+ --with-column name of the column executable to use (use
+ --without-column to use an internal mechanism)
+ --with-getopt name of the getopt executable to use (use
+ --without-getopt to use an internal mechanism)
+ --with-mktemp name of the mktemp executable to use (use
+ --without-mktemp to use an internal mechanism)
+ --with-diff name of the diff executable to use
+ --with-patch name of the patch executable to use
+ --with-find name of the find executable to use
+ --with-diffstat name of the diffstat executable to use
+ --with-sendmail name of the sendmail executable to use (use
+ --without-sendmail to use an internal mechanism)
+ --with-patch-wrapper include GNU patch wrapper
+ --with-rpmbuild name of the rpmbuild executable to use
+
+Some influential environment variables:
+ CC C compiler command
+ CFLAGS C compiler flags
+ LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
+ nonstandard directory <lib dir>
+ LIBS libraries to pass to the linker, e.g. -l<library>
+ CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
+ you have headers in a nonstandard directory <include dir>
+ CPP C preprocessor
+
+Use these variables to override the choices made by `configure' or to help
+it to find libraries and programs with nonstandard names/locations.
+
+Report bugs to <quilt-dev@nongnu.org>.
+_ACEOF
+ac_status=$?
+fi
+
+if test "$ac_init_help" = "recursive"; then
+ # If there are subdirs, report their specific --help.
+ for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
+ test -d "$ac_dir" || continue
+ ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
+ # A ".." for each directory in $ac_dir_suffix.
+ ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
+ case $ac_top_builddir_sub in
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+ esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+ .) # We are building in place.
+ ac_srcdir=.
+ ac_top_srcdir=$ac_top_builddir_sub
+ ac_abs_top_srcdir=$ac_pwd ;;
+ [\\/]* | ?:[\\/]* ) # Absolute name.
+ ac_srcdir=$srcdir$ac_dir_suffix;
+ ac_top_srcdir=$srcdir
+ ac_abs_top_srcdir=$srcdir ;;
+ *) # Relative name.
+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+ ac_top_srcdir=$ac_top_build_prefix$srcdir
+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+ cd "$ac_dir" || { ac_status=$?; continue; }
+ # Check for guested configure.
+ if test -f "$ac_srcdir/configure.gnu"; then
+ echo &&
+ $SHELL "$ac_srcdir/configure.gnu" --help=recursive
+ elif test -f "$ac_srcdir/configure"; then
+ echo &&
+ $SHELL "$ac_srcdir/configure" --help=recursive
+ else
+ echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
+ fi || ac_status=$?
+ cd "$ac_pwd" || { ac_status=$?; break; }
+ done
+fi
+
+test -n "$ac_init_help" && exit $ac_status
+if $ac_init_version; then
+ cat <<\_ACEOF
+quilt configure 0.48
+generated by GNU Autoconf 2.61
+
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+This configure script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it.
+_ACEOF
+ exit
+fi
+cat >config.log <<_ACEOF
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by quilt $as_me 0.48, which was
+generated by GNU Autoconf 2.61. Invocation command line was
+
+ $ $0 $@
+
+_ACEOF
+exec 5>>config.log
+{
+cat <<_ASUNAME
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
+uname -m = `(uname -m) 2>/dev/null || echo unknown`
+uname -r = `(uname -r) 2>/dev/null || echo unknown`
+uname -s = `(uname -s) 2>/dev/null || echo unknown`
+uname -v = `(uname -v) 2>/dev/null || echo unknown`
+
+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
+/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
+
+/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
+/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
+/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
+/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
+/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
+/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
+
+_ASUNAME
+
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ echo "PATH: $as_dir"
+done
+IFS=$as_save_IFS
+
+} >&5
+
+cat >&5 <<_ACEOF
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+_ACEOF
+
+
+# Keep a trace of the command line.
+# Strip out --no-create and --no-recursion so they do not pile up.
+# Strip out --silent because we don't want to record it for future runs.
+# Also quote any args containing shell meta-characters.
+# Make two passes to allow for proper duplicate-argument suppression.
+ac_configure_args=
+ac_configure_args0=
+ac_configure_args1=
+ac_must_keep_next=false
+for ac_pass in 1 2
+do
+ for ac_arg
+ do
+ case $ac_arg in
+ -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+ | -silent | --silent | --silen | --sile | --sil)
+ continue ;;
+ *\'*)
+ ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
+ esac
+ case $ac_pass in
+ 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
+ 2)
+ ac_configure_args1="$ac_configure_args1 '$ac_arg'"
+ if test $ac_must_keep_next = true; then
+ ac_must_keep_next=false # Got value, back to normal.
+ else
+ case $ac_arg in
+ *=* | --config-cache | -C | -disable-* | --disable-* \
+ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
+ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
+ | -with-* | --with-* | -without-* | --without-* | --x)
+ case "$ac_configure_args0 " in
+ "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
+ esac
+ ;;
+ -* ) ac_must_keep_next=true ;;
+ esac
+ fi
+ ac_configure_args="$ac_configure_args '$ac_arg'"
+ ;;
+ esac
+ done
+done
+$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
+$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
+
+# When interrupted or exit'd, cleanup temporary files, and complete
+# config.log. We remove comments because anyway the quotes in there
+# would cause problems or look ugly.
+# WARNING: Use '\'' to represent an apostrophe within the trap.
+# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
+trap 'exit_status=$?
+ # Save into config.log some information that might help in debugging.
+ {
+ echo
+
+ cat <<\_ASBOX
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+_ASBOX
+ echo
+ # The following way of writing the cache mishandles newlines in values,
+(
+ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
+ eval ac_val=\$$ac_var
+ case $ac_val in #(
+ *${as_nl}*)
+ case $ac_var in #(
+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
+ esac
+ case $ac_var in #(
+ _ | IFS | as_nl) ;; #(
+ *) $as_unset $ac_var ;;
+ esac ;;
+ esac
+ done
+ (set) 2>&1 |
+ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
+ *${as_nl}ac_space=\ *)
+ sed -n \
+ "s/'\''/'\''\\\\'\'''\''/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
+ ;; #(
+ *)
+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+ ;;
+ esac |
+ sort
+)
+ echo
+
+ cat <<\_ASBOX
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+_ASBOX
+ echo
+ for ac_var in $ac_subst_vars
+ do
+ eval ac_val=\$$ac_var
+ case $ac_val in
+ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+ esac
+ echo "$ac_var='\''$ac_val'\''"
+ done | sort
+ echo
+
+ if test -n "$ac_subst_files"; then
+ cat <<\_ASBOX
+## ------------------- ##
+## File substitutions. ##
+## ------------------- ##
+_ASBOX
+ echo
+ for ac_var in $ac_subst_files
+ do
+ eval ac_val=\$$ac_var
+ case $ac_val in
+ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
+ esac
+ echo "$ac_var='\''$ac_val'\''"
+ done | sort
+ echo
+ fi
+
+ if test -s confdefs.h; then
+ cat <<\_ASBOX
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+_ASBOX
+ echo
+ cat confdefs.h
+ echo
+ fi
+ test "$ac_signal" != 0 &&
+ echo "$as_me: caught signal $ac_signal"
+ echo "$as_me: exit $exit_status"
+ } >&5
+ rm -f core *.core core.conftest.* &&
+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
+ exit $exit_status
+' 0
+for ac_signal in 1 2 13 15; do
+ trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
+done
+ac_signal=0
+
+# confdefs.h avoids OS command line length limits that DEFS can exceed.
+rm -f -r conftest* confdefs.h
+
+# Predefined preprocessor variables.
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_NAME "$PACKAGE_NAME"
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_VERSION "$PACKAGE_VERSION"
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_STRING "$PACKAGE_STRING"
+_ACEOF
+
+
+cat >>confdefs.h <<_ACEOF
+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
+_ACEOF
+
+
+# Let the site file select an alternate cache file if it wants to.
+# Prefer explicitly selected file to automatically selected ones.
+if test -n "$CONFIG_SITE"; then
+ set x "$CONFIG_SITE"
+elif test "x$prefix" != xNONE; then
+ set x "$prefix/share/config.site" "$prefix/etc/config.site"
+else
+ set x "$ac_default_prefix/share/config.site" \
+ "$ac_default_prefix/etc/config.site"
+fi
+shift
+for ac_site_file
+do
+ if test -r "$ac_site_file"; then
+ { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
+echo "$as_me: loading site script $ac_site_file" >&6;}
+ sed 's/^/| /' "$ac_site_file" >&5
+ . "$ac_site_file"
+ fi
+done
+
+if test -r "$cache_file"; then
+ # Some versions of bash will fail to source /dev/null (special
+ # files actually), so we avoid doing that.
+ if test -f "$cache_file"; then
+ { echo "$as_me:$LINENO: loading cache $cache_file" >&5
+echo "$as_me: loading cache $cache_file" >&6;}
+ case $cache_file in
+ [\\/]* | ?:[\\/]* ) . "$cache_file";;
+ *) . "./$cache_file";;
+ esac
+ fi
+else
+ { echo "$as_me:$LINENO: creating cache $cache_file" >&5
+echo "$as_me: creating cache $cache_file" >&6;}
+ >$cache_file
+fi
+
+# Check that the precious variables saved in the cache have kept the same
+# value.
+ac_cache_corrupted=false
+for ac_var in $ac_precious_vars; do
+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
+ eval ac_new_set=\$ac_env_${ac_var}_set
+ eval ac_old_val=\$ac_cv_env_${ac_var}_value
+ eval ac_new_val=\$ac_env_${ac_var}_value
+ case $ac_old_set,$ac_new_set in
+ set,)
+ { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,set)
+ { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
+ ac_cache_corrupted=: ;;
+ ,);;
+ *)
+ if test "x$ac_old_val" != "x$ac_new_val"; then
+ { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
+ { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
+echo "$as_me: former value: $ac_old_val" >&2;}
+ { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
+echo "$as_me: current value: $ac_new_val" >&2;}
+ ac_cache_corrupted=:
+ fi;;
+ esac
+ # Pass precious variables to config.status.
+ if test "$ac_new_set" = set; then
+ case $ac_new_val in
+ *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
+ *) ac_arg=$ac_var=$ac_new_val ;;
+ esac
+ case " $ac_configure_args " in
+ *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
+ *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
+ esac
+ fi
+done
+if $ac_cache_corrupted; then
+ { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
+ { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+ac_aux_dir=
+for ac_dir in config "$srcdir"/config; do
+ if test -f "$ac_dir/install-sh"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/install-sh -c"
+ break
+ elif test -f "$ac_dir/install.sh"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/install.sh -c"
+ break
+ elif test -f "$ac_dir/shtool"; then
+ ac_aux_dir=$ac_dir
+ ac_install_sh="$ac_aux_dir/shtool install -c"
+ break
+ fi
+done
+if test -z "$ac_aux_dir"; then
+ { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&5
+echo "$as_me: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+# These three variables are undocumented and unsupported,
+# and are intended to be withdrawn in a future Autoconf release.
+# They can cause serious problems if a builder's source tree is in a directory
+# whose full name contains unusual characters.
+ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
+ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
+ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
+
+
+
+ ($Revision: 1.84 $)
+
+PACKAGE_RELEASE=1
+
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}gcc; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_CC="${ac_tool_prefix}gcc"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ { echo "$as_me:$LINENO: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+fi
+if test -z "$ac_cv_prog_CC"; then
+ ac_ct_CC=$CC
+ # Extract the first word of "gcc", so it can be a program name with args.
+set dummy gcc; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_ac_ct_CC="gcc"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+ if test "x$ac_ct_CC" = x; then
+ CC=""
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet. If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&5
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet. If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
+ac_tool_warned=yes ;;
+esac
+ CC=$ac_ct_CC
+ fi
+else
+ CC="$ac_cv_prog_CC"
+fi
+
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
+set dummy ${ac_tool_prefix}cc; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_CC="${ac_tool_prefix}cc"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ { echo "$as_me:$LINENO: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+ fi
+fi
+if test -z "$CC"; then
+ # Extract the first word of "cc", so it can be a program name with args.
+set dummy cc; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+ ac_prog_rejected=no
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
+ ac_prog_rejected=yes
+ continue
+ fi
+ ac_cv_prog_CC="cc"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+if test $ac_prog_rejected = yes; then
+ # We found a bogon in the path, so make sure we never use it.
+ set dummy $ac_cv_prog_CC
+ shift
+ if test $# != 0; then
+ # We chose a different compiler from the bogus one.
+ # However, it has the same basename, so the bogon will be chosen
+ # first if we set CC to just the basename; use the full file name.
+ shift
+ ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
+ fi
+fi
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ { echo "$as_me:$LINENO: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+fi
+if test -z "$CC"; then
+ if test -n "$ac_tool_prefix"; then
+ for ac_prog in cl.exe
+ do
+ # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_prog_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$CC"; then
+ ac_cv_prog_CC="$CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+fi
+fi
+CC=$ac_cv_prog_CC
+if test -n "$CC"; then
+ { echo "$as_me:$LINENO: result: $CC" >&5
+echo "${ECHO_T}$CC" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+ test -n "$CC" && break
+ done
+fi
+if test -z "$CC"; then
+ ac_ct_CC=$CC
+ for ac_prog in cl.exe
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test -n "$ac_ct_CC"; then
+ ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
+else
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_prog_ac_ct_CC="$ac_prog"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+fi
+fi
+ac_ct_CC=$ac_cv_prog_ac_ct_CC
+if test -n "$ac_ct_CC"; then
+ { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
+echo "${ECHO_T}$ac_ct_CC" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+ test -n "$ac_ct_CC" && break
+done
+
+ if test "x$ac_ct_CC" = x; then
+ CC=""
+ else
+ case $cross_compiling:$ac_tool_warned in
+yes:)
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet. If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&5
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
+whose name does not start with the host triplet. If you think this
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
+ac_tool_warned=yes ;;
+esac
+ CC=$ac_ct_CC
+ fi
+fi
+
+fi
+
+
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
+See \`config.log' for more details." >&5
+echo "$as_me: error: no acceptable C compiler found in \$PATH
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }
+
+# Provide some information about the compiler.
+echo "$as_me:$LINENO: checking for C compiler version" >&5
+ac_compiler=`set X $ac_compile; echo $2`
+{ (ac_try="$ac_compiler --version >&5"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compiler --version >&5") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
+{ (ac_try="$ac_compiler -v >&5"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compiler -v >&5") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
+{ (ac_try="$ac_compiler -V >&5"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compiler -V >&5") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }
+
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files a.out a.exe b.out"
+# Try to create an executable without -o first, disregard a.out.
+# It will help us diagnose broken compilers, and finding out an intuition
+# of exeext.
+{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
+#
+# List of possible output files, starting from the most likely.
+# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
+# only as a last resort. b.out is created by i960 compilers.
+ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
+#
+# The IRIX 6 linker writes into existing files which may not be
+# executable, retaining their permissions. Remove them first so a
+# subsequent execution test works.
+ac_rmfiles=
+for ac_file in $ac_files
+do
+ case $ac_file in
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
+ * ) ac_rmfiles="$ac_rmfiles $ac_file";;
+ esac
+done
+rm -f $ac_rmfiles
+
+if { (ac_try="$ac_link_default"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link_default") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
+# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
+# in a Makefile. We should not override ac_cv_exeext if it was cached,
+# so that the user can short-circuit this test for compilers unknown to
+# Autoconf.
+for ac_file in $ac_files ''
+do
+ test -f "$ac_file" || continue
+ case $ac_file in
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
+ ;;
+ [ab].out )
+ # We found the default executable, but exeext='' is most
+ # certainly right.
+ break;;
+ *.* )
+ if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
+ then :; else
+ ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ fi
+ # We set ac_cv_exeext here because the later test for it is not
+ # safe: cross compilers may not add the suffix if given an `-o'
+ # argument, so we may need to know it at that point already.
+ # Even if this section looks crufty: it has the advantage of
+ # actually working.
+ break;;
+ * )
+ break;;
+ esac
+done
+test "$ac_cv_exeext" = no && ac_cv_exeext=
+
+else
+ ac_file=''
+fi
+
+{ echo "$as_me:$LINENO: result: $ac_file" >&5
+echo "${ECHO_T}$ac_file" >&6; }
+if test -z "$ac_file"; then
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
+See \`config.log' for more details." >&5
+echo "$as_me: error: C compiler cannot create executables
+See \`config.log' for more details." >&2;}
+ { (exit 77); exit 77; }; }
+fi
+
+ac_exeext=$ac_cv_exeext
+
+# Check that the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
+# If not cross compiling, check that we can run a simple program.
+if test "$cross_compiling" != yes; then
+ if { ac_try='./$ac_file'
+ { (case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ cross_compiling=no
+ else
+ if test "$cross_compiling" = maybe; then
+ cross_compiling=yes
+ else
+ { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'.
+See \`config.log' for more details." >&5
+echo "$as_me: error: cannot run C compiled programs.
+If you meant to cross compile, use \`--host'.
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+fi
+{ echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+
+rm -f a.out a.exe conftest$ac_cv_exeext b.out
+ac_clean_files=$ac_clean_files_save
+# Check that the compiler produces executables we can run. If not, either
+# the compiler is broken, or we cross compile.
+{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
+{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
+echo "${ECHO_T}$cross_compiling" >&6; }
+
+{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ # If both `conftest.exe' and `conftest' are `present' (well, observable)
+# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
+# work properly (i.e., refer to `conftest.exe'), while it won't with
+# `rm'.
+for ac_file in conftest.exe conftest conftest.*; do
+ test -f "$ac_file" || continue
+ case $ac_file in
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
+ *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
+ break;;
+ * ) break;;
+ esac
+done
+else
+ { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details." >&5
+echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+rm -f conftest$ac_cv_exeext
+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
+echo "${ECHO_T}$ac_cv_exeext" >&6; }
+
+rm -f conftest.$ac_ext
+EXEEXT=$ac_cv_exeext
+ac_exeext=$EXEEXT
+{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
+if test "${ac_cv_objext+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.o conftest.obj
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compile") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; then
+ for ac_file in conftest.o conftest.obj conftest.*; do
+ test -f "$ac_file" || continue;
+ case $ac_file in
+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
+ *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
+ break;;
+ esac
+done
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
+See \`config.log' for more details." >&5
+echo "$as_me: error: cannot compute suffix of object files: cannot compile
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+rm -f conftest.$ac_cv_objext conftest.$ac_ext
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
+echo "${ECHO_T}$ac_cv_objext" >&6; }
+OBJEXT=$ac_cv_objext
+ac_objext=$OBJEXT
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
+if test "${ac_cv_c_compiler_gnu+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+int
+main ()
+{
+#ifndef __GNUC__
+ choke me
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_compiler_gnu=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_compiler_gnu=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ac_cv_c_compiler_gnu=$ac_compiler_gnu
+
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
+GCC=`test $ac_compiler_gnu = yes && echo yes`
+ac_test_CFLAGS=${CFLAGS+set}
+ac_save_CFLAGS=$CFLAGS
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
+if test "${ac_cv_prog_cc_g+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_save_c_werror_flag=$ac_c_werror_flag
+ ac_c_werror_flag=yes
+ ac_cv_prog_cc_g=no
+ CFLAGS="-g"
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_cv_prog_cc_g=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ CFLAGS=""
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_c_werror_flag=$ac_save_c_werror_flag
+ CFLAGS="-g"
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_cv_prog_cc_g=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ ac_c_werror_flag=$ac_save_c_werror_flag
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
+if test "$ac_test_CFLAGS" = set; then
+ CFLAGS=$ac_save_CFLAGS
+elif test $ac_cv_prog_cc_g = yes; then
+ if test "$GCC" = yes; then
+ CFLAGS="-g -O2"
+ else
+ CFLAGS="-g"
+ fi
+else
+ if test "$GCC" = yes; then
+ CFLAGS="-O2"
+ else
+ CFLAGS=
+ fi
+fi
+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
+if test "${ac_cv_prog_cc_c89+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_cv_prog_cc_c89=no
+ac_save_CC=$CC
+cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <stdarg.h>
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
+struct buf { int x; };
+FILE * (*rcsopen) (struct buf *, struct stat *, int);
+static char *e (p, i)
+ char **p;
+ int i;
+{
+ return p[i];
+}
+static char *f (char * (*g) (char **, int), char **p, ...)
+{
+ char *s;
+ va_list v;
+ va_start (v,p);
+ s = g (p, va_arg (v,int));
+ va_end (v);
+ return s;
+}
+
+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
+ function prototypes and stuff, but not '\xHH' hex character constants.
+ These don't provoke an error unfortunately, instead are silently treated
+ as 'x'. The following induces an error, until -std is added to get
+ proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
+ array size at least. It's necessary to write '\x00'==0 to get something
+ that's true only with -std. */
+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
+
+/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
+ inside strings and character constants. */
+#define FOO(x) 'x'
+int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
+
+int test (int i, double x);
+struct s1 {int (*f) (int a);};
+struct s2 {int (*f) (double a);};
+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
+int argc;
+char **argv;
+int
+main ()
+{
+return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
+ ;
+ return 0;
+}
+_ACEOF
+for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
+ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
+do
+ CC="$ac_save_CC $ac_arg"
+ rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_cv_prog_cc_c89=$ac_arg
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+
+fi
+
+rm -f core conftest.err conftest.$ac_objext
+ test "x$ac_cv_prog_cc_c89" != "xno" && break
+done
+rm -f conftest.$ac_ext
+CC=$ac_save_CC
+
+fi
+# AC_CACHE_VAL
+case "x$ac_cv_prog_cc_c89" in
+ x)
+ { echo "$as_me:$LINENO: result: none needed" >&5
+echo "${ECHO_T}none needed" >&6; } ;;
+ xno)
+ { echo "$as_me:$LINENO: result: unsupported" >&5
+echo "${ECHO_T}unsupported" >&6; } ;;
+ *)
+ CC="$CC $ac_cv_prog_cc_c89"
+ { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
+esac
+
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
+# On Suns, sometimes $CPP names a directory.
+if test -n "$CPP" && test -d "$CPP"; then
+ CPP=
+fi
+if test -z "$CPP"; then
+ if test "${ac_cv_prog_CPP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ # Double quotes because CPP needs to be expanded
+ for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
+ do
+ ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
+do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ # <limits.h> exists even on freestanding compilers.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+ Syntax error
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ # Broken: fails on valid input.
+continue
+fi
+
+rm -f conftest.err conftest.$ac_ext
+
+ # OK, works on sane cases. Now check whether nonexistent headers
+ # can be detected and how.
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <ac_nonexistent.h>
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ # Broken: success on invalid input.
+continue
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+
+rm -f conftest.err conftest.$ac_ext
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then
+ break
+fi
+
+ done
+ ac_cv_prog_CPP=$CPP
+
+fi
+ CPP=$ac_cv_prog_CPP
+else
+ ac_cv_prog_CPP=$CPP
+fi
+{ echo "$as_me:$LINENO: result: $CPP" >&5
+echo "${ECHO_T}$CPP" >&6; }
+ac_preproc_ok=false
+for ac_c_preproc_warn_flag in '' yes
+do
+ # Use a header file that comes with gcc, so configuring glibc
+ # with a fresh cross-compiler works.
+ # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ # <limits.h> exists even on freestanding compilers.
+ # On the NeXT, cc -E runs the code through the compiler's parser,
+ # not just through cpp. "Syntax error" is here to catch this case.
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+ Syntax error
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ :
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ # Broken: fails on valid input.
+continue
+fi
+
+rm -f conftest.err conftest.$ac_ext
+
+ # OK, works on sane cases. Now check whether nonexistent headers
+ # can be detected and how.
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <ac_nonexistent.h>
+_ACEOF
+if { (ac_try="$ac_cpp conftest.$ac_ext"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } >/dev/null && {
+ test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ }; then
+ # Broken: success on invalid input.
+continue
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ # Passes both tests.
+ac_preproc_ok=:
+break
+fi
+
+rm -f conftest.err conftest.$ac_ext
+
+done
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
+rm -f conftest.err conftest.$ac_ext
+if $ac_preproc_ok; then
+ :
+else
+ { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details." >&5
+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
+See \`config.log' for more details." >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+ac_ext=c
+ac_cpp='$CPP $CPPFLAGS'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
+
+
+{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
+echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
+if test "${ac_cv_path_GREP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ # Extract the first word of "grep ggrep" to use in msg output
+if test -z "$GREP"; then
+set dummy grep ggrep; ac_prog_name=$2
+if test "${ac_cv_path_GREP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_path_GREP_found=false
+# Loop through the user's path and test for each of PROGNAME-LIST
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_prog in grep ggrep; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
+ { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
+ # Check for GNU ac_path_GREP and select it if it is found.
+ # Check for GNU $ac_path_GREP
+case `"$ac_path_GREP" --version 2>&1` in
+*GNU*)
+ ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
+*)
+ ac_count=0
+ echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+ echo 'GREP' >> "conftest.nl"
+ "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ ac_count=`expr $ac_count + 1`
+ if test $ac_count -gt ${ac_path_GREP_max-0}; then
+ # Best one so far, save it but keep looking for a better one
+ ac_cv_path_GREP="$ac_path_GREP"
+ ac_path_GREP_max=$ac_count
+ fi
+ # 10*(2^10) chars as input seems more than enough
+ test $ac_count -gt 10 && break
+ done
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+
+ $ac_path_GREP_found && break 3
+ done
+done
+
+done
+IFS=$as_save_IFS
+
+
+fi
+
+GREP="$ac_cv_path_GREP"
+if test -z "$GREP"; then
+ { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+else
+ ac_cv_path_GREP=$GREP
+fi
+
+
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
+echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
+ GREP="$ac_cv_path_GREP"
+
+
+{ echo "$as_me:$LINENO: checking for egrep" >&5
+echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
+if test "${ac_cv_path_EGREP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
+ then ac_cv_path_EGREP="$GREP -E"
+ else
+ # Extract the first word of "egrep" to use in msg output
+if test -z "$EGREP"; then
+set dummy egrep; ac_prog_name=$2
+if test "${ac_cv_path_EGREP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ ac_path_EGREP_found=false
+# Loop through the user's path and test for each of PROGNAME-LIST
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_prog in egrep; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
+ { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
+ # Check for GNU ac_path_EGREP and select it if it is found.
+ # Check for GNU $ac_path_EGREP
+case `"$ac_path_EGREP" --version 2>&1` in
+*GNU*)
+ ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
+*)
+ ac_count=0
+ echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
+ while :
+ do
+ cat "conftest.in" "conftest.in" >"conftest.tmp"
+ mv "conftest.tmp" "conftest.in"
+ cp "conftest.in" "conftest.nl"
+ echo 'EGREP' >> "conftest.nl"
+ "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
+ diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+ ac_count=`expr $ac_count + 1`
+ if test $ac_count -gt ${ac_path_EGREP_max-0}; then
+ # Best one so far, save it but keep looking for a better one
+ ac_cv_path_EGREP="$ac_path_EGREP"
+ ac_path_EGREP_max=$ac_count
+ fi
+ # 10*(2^10) chars as input seems more than enough
+ test $ac_count -gt 10 && break
+ done
+ rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+
+ $ac_path_EGREP_found && break 3
+ done
+done
+
+done
+IFS=$as_save_IFS
+
+
+fi
+
+EGREP="$ac_cv_path_EGREP"
+if test -z "$EGREP"; then
+ { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+else
+ ac_cv_path_EGREP=$EGREP
+fi
+
+
+ fi
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
+echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
+ EGREP="$ac_cv_path_EGREP"
+
+
+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
+if test "${ac_cv_header_stdc+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <stdlib.h>
+#include <stdarg.h>
+#include <string.h>
+#include <float.h>
+
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_cv_header_stdc=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_header_stdc=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
+if test $ac_cv_header_stdc = yes; then
+ # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <string.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+ $EGREP "memchr" >/dev/null 2>&1; then
+ :
+else
+ ac_cv_header_stdc=no
+fi
+rm -f conftest*
+
+fi
+
+if test $ac_cv_header_stdc = yes; then
+ # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <stdlib.h>
+
+_ACEOF
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+ $EGREP "free" >/dev/null 2>&1; then
+ :
+else
+ ac_cv_header_stdc=no
+fi
+rm -f conftest*
+
+fi
+
+if test $ac_cv_header_stdc = yes; then
+ # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
+ if test "$cross_compiling" = yes; then
+ :
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+#include <ctype.h>
+#include <stdlib.h>
+#if ((' ' & 0x0FF) == 0x020)
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
+#else
+# define ISLOWER(c) \
+ (('a' <= (c) && (c) <= 'i') \
+ || ('j' <= (c) && (c) <= 'r') \
+ || ('s' <= (c) && (c) <= 'z'))
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
+#endif
+
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
+int
+main ()
+{
+ int i;
+ for (i = 0; i < 256; i++)
+ if (XOR (islower (i), ISLOWER (i))
+ || toupper (i) != TOUPPER (i))
+ return 2;
+ return 0;
+}
+_ACEOF
+rm -f conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ :
+else
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+( exit $ac_status )
+ac_cv_header_stdc=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+fi
+
+
+fi
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
+echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
+if test $ac_cv_header_stdc = yes; then
+
+cat >>confdefs.h <<\_ACEOF
+#define STDC_HEADERS 1
+_ACEOF
+
+fi
+
+
+
+for ac_func in fchmod chmod
+do
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
+#define $ac_func innocuous_$ac_func
+
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char $ac_func (); below.
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ <limits.h> exists even on freestanding compilers. */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef $ac_func
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char $ac_func ();
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined __stub_$ac_func || defined __stub___$ac_func
+choke me
+#endif
+
+int
+main ()
+{
+return $ac_func ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ eval "$as_ac_var=yes"
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ eval "$as_ac_var=no"
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+fi
+ac_res=`eval echo '${'$as_ac_var'}'`
+ { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
+if test `eval echo '${'$as_ac_var'}'` = yes; then
+ cat >>confdefs.h <<_ACEOF
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+done
+
+
+
+for ac_func in mkstemp mktemp
+do
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
+#define $ac_func innocuous_$ac_func
+
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char $ac_func (); below.
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ <limits.h> exists even on freestanding compilers. */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef $ac_func
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char $ac_func ();
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined __stub_$ac_func || defined __stub___$ac_func
+choke me
+#endif
+
+int
+main ()
+{
+return $ac_func ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ eval "$as_ac_var=yes"
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ eval "$as_ac_var=no"
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+fi
+ac_res=`eval echo '${'$as_ac_var'}'`
+ { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
+if test `eval echo '${'$as_ac_var'}'` = yes; then
+ cat >>confdefs.h <<_ACEOF
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+ break
+fi
+done
+
+
+
+for ac_func in mkdir rmdir
+do
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
+#define $ac_func innocuous_$ac_func
+
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char $ac_func (); below.
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ <limits.h> exists even on freestanding compilers. */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef $ac_func
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char $ac_func ();
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined __stub_$ac_func || defined __stub___$ac_func
+choke me
+#endif
+
+int
+main ()
+{
+return $ac_func ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ eval "$as_ac_var=yes"
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ eval "$as_ac_var=no"
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+fi
+ac_res=`eval echo '${'$as_ac_var'}'`
+ { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
+if test `eval echo '${'$as_ac_var'}'` = yes; then
+ cat >>confdefs.h <<_ACEOF
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+done
+
+
+
+for ac_func in strchr strrchr
+do
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
+#define $ac_func innocuous_$ac_func
+
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char $ac_func (); below.
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ <limits.h> exists even on freestanding compilers. */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef $ac_func
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char $ac_func ();
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined __stub_$ac_func || defined __stub___$ac_func
+choke me
+#endif
+
+int
+main ()
+{
+return $ac_func ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ eval "$as_ac_var=yes"
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ eval "$as_ac_var=no"
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+fi
+ac_res=`eval echo '${'$as_ac_var'}'`
+ { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
+if test `eval echo '${'$as_ac_var'}'` = yes; then
+ cat >>confdefs.h <<_ACEOF
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+done
+
+
+for ac_func in strerror
+do
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
+ For example, HP-UX 11i <limits.h> declares gettimeofday. */
+#define $ac_func innocuous_$ac_func
+
+/* System header to define __stub macros and hopefully few prototypes,
+ which can conflict with char $ac_func (); below.
+ Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
+ <limits.h> exists even on freestanding compilers. */
+
+#ifdef __STDC__
+# include <limits.h>
+#else
+# include <assert.h>
+#endif
+
+#undef $ac_func
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char $ac_func ();
+/* The GNU C library defines this for functions which it implements
+ to always fail with ENOSYS. Some functions are actually named
+ something starting with __ and the normal name is an alias. */
+#if defined __stub_$ac_func || defined __stub___$ac_func
+choke me
+#endif
+
+int
+main ()
+{
+return $ac_func ();
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest$ac_exeext &&
+ $as_test_x conftest$ac_exeext; then
+ eval "$as_ac_var=yes"
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ eval "$as_ac_var=no"
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
+fi
+ac_res=`eval echo '${'$as_ac_var'}'`
+ { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
+if test `eval echo '${'$as_ac_var'}'` = yes; then
+ cat >>confdefs.h <<_ACEOF
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+done
+
+{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
+echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
+if test "${ac_cv_c_const+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+
+int
+main ()
+{
+/* FIXME: Include the comments suggested by Paul. */
+#ifndef __cplusplus
+ /* Ultrix mips cc rejects this. */
+ typedef int charset[2];
+ const charset cs;
+ /* SunOS 4.1.1 cc rejects this. */
+ char const *const *pcpcc;
+ char **ppc;
+ /* NEC SVR4.0.2 mips cc rejects this. */
+ struct point {int x, y;};
+ static struct point const zero = {0,0};
+ /* AIX XL C 1.02.0.0 rejects this.
+ It does not let you subtract one const X* pointer from another in
+ an arm of an if-expression whose if-part is not a constant
+ expression */
+ const char *g = "string";
+ pcpcc = &g + (g ? g-g : 0);
+ /* HPUX 7.0 cc rejects these. */
+ ++pcpcc;
+ ppc = (char**) pcpcc;
+ pcpcc = (char const *const *) ppc;
+ { /* SCO 3.2v4 cc rejects this. */
+ char *t;
+ char const *s = 0 ? (char *) 0 : (char const *) 0;
+
+ *t++ = 0;
+ if (s) return 0;
+ }
+ { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
+ int x[] = {25, 17};
+ const int *foo = &x[0];
+ ++foo;
+ }
+ { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
+ typedef const int *iptr;
+ iptr p = 0;
+ ++p;
+ }
+ { /* AIX XL C 1.02.0.0 rejects this saying
+ "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
+ struct s { int j; const int *ap[3]; };
+ struct s *b; b->j = 5;
+ }
+ { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
+ const int foo = 10;
+ if (!foo) return 0;
+ }
+ return !cs[0] && !zero.x;
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ ac_cv_c_const=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ ac_cv_c_const=no
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
+echo "${ECHO_T}$ac_cv_c_const" >&6; }
+if test $ac_cv_c_const = no; then
+
+cat >>confdefs.h <<\_ACEOF
+#define const
+_ACEOF
+
+fi
+
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
+
+
+
+
+
+
+
+
+
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+ inttypes.h stdint.h unistd.h
+do
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+
+#include <$ac_header>
+_ACEOF
+rm -f conftest.$ac_objext
+if { (ac_try="$ac_compile"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_compile") 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && {
+ test -z "$ac_c_werror_flag" ||
+ test ! -s conftest.err
+ } && test -s conftest.$ac_objext; then
+ eval "$as_ac_Header=yes"
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+ eval "$as_ac_Header=no"
+fi
+
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+ac_res=`eval echo '${'$as_ac_Header'}'`
+ { echo "$as_me:$LINENO: result: $ac_res" >&5
+echo "${ECHO_T}$ac_res" >&6; }
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
+ cat >>confdefs.h <<_ACEOF
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
+_ACEOF
+
+fi
+
+done
+
+
+{ echo "$as_me:$LINENO: checking whether lstat dereferences a symlink specified with a trailing slash" >&5
+echo $ECHO_N "checking whether lstat dereferences a symlink specified with a trailing slash... $ECHO_C" >&6; }
+if test "${ac_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ rm -f conftest.sym conftest.file
+echo >conftest.file
+if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then
+ if test "$cross_compiling" = yes; then
+ ac_cv_func_lstat_dereferences_slashed_symlink=no
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+int
+main ()
+{
+struct stat sbuf;
+ /* Linux will dereference the symlink and fail.
+ That is better in the sense that it means we will not
+ have to compile and use the lstat wrapper. */
+ return lstat ("conftest.sym/", &sbuf) == 0;
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_func_lstat_dereferences_slashed_symlink=yes
+else
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+( exit $ac_status )
+ac_cv_func_lstat_dereferences_slashed_symlink=no
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+fi
+
+
+else
+ # If the `ln -s' command failed, then we probably don't even
+ # have an lstat function.
+ ac_cv_func_lstat_dereferences_slashed_symlink=no
+fi
+rm -f conftest.sym conftest.file
+
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_func_lstat_dereferences_slashed_symlink" >&5
+echo "${ECHO_T}$ac_cv_func_lstat_dereferences_slashed_symlink" >&6; }
+
+test $ac_cv_func_lstat_dereferences_slashed_symlink = yes &&
+
+cat >>confdefs.h <<_ACEOF
+#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
+_ACEOF
+
+
+if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
+ case " $LIBOBJS " in
+ *" lstat.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS lstat.$ac_objext"
+ ;;
+esac
+
+fi
+
+{ echo "$as_me:$LINENO: checking whether stat accepts an empty string" >&5
+echo $ECHO_N "checking whether stat accepts an empty string... $ECHO_C" >&6; }
+if test "${ac_cv_func_stat_empty_string_bug+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ if test "$cross_compiling" = yes; then
+ ac_cv_func_stat_empty_string_bug=yes
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+int
+main ()
+{
+struct stat sbuf;
+ return stat ("", &sbuf) == 0;
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest$ac_exeext
+if { (ac_try="$ac_link"
+case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_link") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
+ { (case "(($ac_try" in
+ *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
+ *) ac_try_echo=$ac_try;;
+esac
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
+ (eval "$ac_try") 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_func_stat_empty_string_bug=no
+else
+ echo "$as_me: program exited with status $ac_status" >&5
+echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+
+( exit $ac_status )
+ac_cv_func_stat_empty_string_bug=yes
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
+fi
+
+
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_func_stat_empty_string_bug" >&5
+echo "${ECHO_T}$ac_cv_func_stat_empty_string_bug" >&6; }
+if test $ac_cv_func_stat_empty_string_bug = yes; then
+ case " $LIBOBJS " in
+ *" stat.$ac_objext "* ) ;;
+ *) LIBOBJS="$LIBOBJS stat.$ac_objext"
+ ;;
+esac
+
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STAT_EMPTY_STRING_BUG 1
+_ACEOF
+
+fi
+
+
+#AC_CONFIG_LIBOBJ_DIR(lib)
+#AC_REPLACE_FUNCS()
+
+if test "$ac_compiler_gnu" = "yes"; then
+ CFLAGS="$CFLAGS -Wall"
+fi
+EXEEXT="$ac_cv_exeext"
+
+
+# Find a good install program. We prefer a C program (faster),
+# so one script is as good as another. But avoid the broken or
+# incompatible versions:
+# SysV /etc/install, /usr/sbin/install
+# SunOS /usr/etc/install
+# IRIX /sbin/install
+# AIX /bin/install
+# AmigaOS /C/install, which installs bootblocks on floppy discs
+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+# OS/2's system install, which has a completely different semantic
+# ./install, which can be erroneously created by make from ./install.sh.
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
+if test -z "$INSTALL"; then
+if test "${ac_cv_path_install+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ # Account for people who put trailing slashes in PATH elements.
+case $as_dir/ in
+ ./ | .// | /cC/* | \
+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
+ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
+ /usr/ucb/* ) ;;
+ *)
+ # OSF1 and SCO ODT 3.0 have their own names for install.
+ # Don't use installbsd from OSF since it installs stuff as root
+ # by default.
+ for ac_prog in ginstall scoinst install; do
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
+ if test $ac_prog = install &&
+ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+ # AIX install. It has an incompatible calling convention.
+ :
+ elif test $ac_prog = install &&
+ grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
+ # program-specific install script used by HP pwplus--don't use.
+ :
+ else
+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
+ break 3
+ fi
+ fi
+ done
+ done
+ ;;
+esac
+done
+IFS=$as_save_IFS
+
+
+fi
+ if test "${ac_cv_path_install+set}" = set; then
+ INSTALL=$ac_cv_path_install
+ else
+ # As a last resort, use the slow shell script. Don't cache a
+ # value for INSTALL within a source directory, because that will
+ # break other packages using the cache if that directory is
+ # removed, or if the value is a relative name.
+ INSTALL=$ac_install_sh
+ fi
+fi
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
+echo "${ECHO_T}$INSTALL" >&6; }
+
+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+# It thinks the first close brace ends the variable substitution.
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
+
+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+
+{ echo "$as_me:$LINENO: checking whether #! works in shell scripts" >&5
+echo $ECHO_N "checking whether #! works in shell scripts... $ECHO_C" >&6; }
+if test "${ac_cv_sys_interpreter+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ echo '#! /bin/cat
+exit 69
+' >conftest
+chmod u+x conftest
+(SHELL=/bin/sh; export SHELL; ./conftest >/dev/null 2>&1)
+if test $? -ne 69; then
+ ac_cv_sys_interpreter=yes
+else
+ ac_cv_sys_interpreter=no
+fi
+rm -f conftest
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_sys_interpreter" >&5
+echo "${ECHO_T}$ac_cv_sys_interpreter" >&6; }
+interpval=$ac_cv_sys_interpreter
+
+if test "$interpval" != yes ; then
+ { echo "$as_me:$LINENO: WARNING: no
+
+bash/perl scripts may not be invoked correctly due to problems with your
+systems implementation of #! being either broken or non-existant.
+" >&5
+echo "$as_me: WARNING: no
+
+bash/perl scripts may not be invoked correctly due to problems with your
+systems implementation of #! being either broken or non-existant.
+" >&2;}
+fi
+
+unset BASH # bash sets this itself!
+
+
+
+
+
+# Check whether --with-bash was given.
+if test "${with_bash+set}" = set; then
+ withval=$with_bash;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-bash" >&5
+echo "$as_me: error: Invalid configure argument. use --without-bash" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for bash" >&5
+echo $ECHO_N "checking for bash... $ECHO_C" >&6; }
+ BASH="$withval"
+ if test -e "$BASH"; then
+ if test ! -f "$BASH" -a ! -h "$BASH" || test ! -x "$BASH"; then
+ { { echo "$as_me:$LINENO: error: $BASH is not an executable file" >&5
+echo "$as_me: error: $BASH is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $BASH" >&5
+echo "${ECHO_T}$BASH" >&6; }
+ if test ! -e "$BASH"; then
+ { echo "$as_me:$LINENO: WARNING: $BASH does not exist" >&5
+echo "$as_me: WARNING: $BASH does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS bash"
+ fi
+
+else
+
+
+ # Extract the first word of "bash", so it can be a program name with args.
+set dummy bash; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_BASH+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $BASH in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_BASH="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+BASH=$ac_cv_path_BASH
+if test -n "$BASH"; then
+ { echo "$as_me:$LINENO: result: $BASH" >&5
+echo "${ECHO_T}$BASH" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+
+fi
+
+ if test -z "$BASH"; then
+
+ { { echo "$as_me:$LINENO: error: Please specify the location of bash with the option '--with-bash'" >&5
+echo "$as_me: error: Please specify the location of bash with the option '--with-bash'" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+
+
+
+# It would be nice not to have to use backticks, but too many retarded sh
+# implementations still don't support $( )
+# BEWARE: There is a distinct possibility that we are currently running under
+# bash in this configure script (/bin/sh being a symlink to /bin/bash). Even
+# though the result /could/ be available to us directly as $BASH_VERSION we
+# don't want to use, or trust it, incase the user is specifying a different
+# bash executable.
+if `$BASH -c '[ "$BASH_VERSION" \< "2.04" ]'` ; then
+ { { echo "$as_me:$LINENO: error:
+$PACKAGE_NAME requires at least version 2.04 of bash, you can download a current
+version of bash from ftp.gnu.org
+" >&5
+echo "$as_me: error:
+$PACKAGE_NAME requires at least version 2.04 of bash, you can download a current
+version of bash from ftp.gnu.org
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+{ echo "$as_me:$LINENO: checking whether $BASH quoting works" >&5
+echo $ECHO_N "checking whether $BASH quoting works... $ECHO_C" >&6; }
+if test `$BASH -c "echo \"\\\$(set -- \\\$'a b'; echo \\\$#)\"" 2>/dev/null` = "1"; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+ { { echo "$as_me:$LINENO: error:
+You have a version of \`bash' which suffers from a quoting bug.
+This is a known bug of bash 3.1, which was fixed by patch bash31-011.
+You can get this patch at ftp://ftp.gnu.org/gnu/bash/
+" >&5
+echo "$as_me: error:
+You have a version of \`bash' which suffers from a quoting bug.
+This is a known bug of bash 3.1, which was fixed by patch bash31-011.
+You can get this patch at ftp://ftp.gnu.org/gnu/bash/
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+
+
+
+# Check whether --with-cp was given.
+if test "${with_cp+set}" = set; then
+ withval=$with_cp;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-cp" >&5
+echo "$as_me: error: Invalid configure argument. use --without-cp" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for cp" >&5
+echo $ECHO_N "checking for cp... $ECHO_C" >&6; }
+ CP="$withval"
+ if test -e "$CP"; then
+ if test ! -f "$CP" -a ! -h "$CP" || test ! -x "$CP"; then
+ { { echo "$as_me:$LINENO: error: $CP is not an executable file" >&5
+echo "$as_me: error: $CP is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $CP" >&5
+echo "${ECHO_T}$CP" >&6; }
+ if test ! -e "$CP"; then
+ { echo "$as_me:$LINENO: WARNING: $CP does not exist" >&5
+echo "$as_me: WARNING: $CP does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS cp"
+ fi
+
+else
+
+
+ for ac_prog in gcp cp
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_CP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $CP in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_CP="$CP" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+CP=$ac_cv_path_CP
+if test -n "$CP"; then
+ { echo "$as_me:$LINENO: result: $CP" >&5
+echo "${ECHO_T}$CP" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+ test -n "$CP" && break
+done
+
+ if test -n "$CP" -a "`expr "$CP" : '.*/\([^/]*\)$'`" != "cp"; then
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS cp"
+ fi
+
+
+
+fi
+
+ if test -z "$CP"; then
+
+ { { echo "$as_me:$LINENO: error: Please specify the location of cp with the option '--with-cp'" >&5
+echo "$as_me: error: Please specify the location of cp with the option '--with-cp'" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+
+
+{ echo "$as_me:$LINENO: checking whether $CP -l works" >&5
+echo $ECHO_N "checking whether $CP -l works... $ECHO_C" >&6; }
+touch conftest.1
+if $CP -l conftest.1 conftest.2 2>/dev/null; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+else
+ { { echo "$as_me:$LINENO: error: no
+
+You appear to have a \`cp' that does not support hard links.
+You can download GNU fileutils from ftp.gnu.org
+" >&5
+echo "$as_me: error: no
+
+You appear to have a \`cp' that does not support hard links.
+You can download GNU fileutils from ftp.gnu.org
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+
+
+
+# Check whether --with-date was given.
+if test "${with_date+set}" = set; then
+ withval=$with_date;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-date" >&5
+echo "$as_me: error: Invalid configure argument. use --without-date" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for date" >&5
+echo $ECHO_N "checking for date... $ECHO_C" >&6; }
+ DATE="$withval"
+ if test -e "$DATE"; then
+ if test ! -f "$DATE" -a ! -h "$DATE" || test ! -x "$DATE"; then
+ { { echo "$as_me:$LINENO: error: $DATE is not an executable file" >&5
+echo "$as_me: error: $DATE is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $DATE" >&5
+echo "${ECHO_T}$DATE" >&6; }
+ if test ! -e "$DATE"; then
+ { echo "$as_me:$LINENO: WARNING: $DATE does not exist" >&5
+echo "$as_me: WARNING: $DATE does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS date"
+ fi
+
+else
+
+
+ for ac_prog in gdate date
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_DATE+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $DATE in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_DATE="$DATE" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_DATE="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+DATE=$ac_cv_path_DATE
+if test -n "$DATE"; then
+ { echo "$as_me:$LINENO: result: $DATE" >&5
+echo "${ECHO_T}$DATE" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+ test -n "$DATE" && break
+done
+
+ if test -n "$DATE" -a "`expr "$DATE" : '.*/\([^/]*\)$'`" != "date"; then
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS date"
+ fi
+
+
+
+fi
+
+ if test -z "$DATE"; then
+
+ { echo "$as_me:$LINENO: WARNING: Using internal date mechanism. Use option '--with-date' to override" >&5
+echo "$as_me: WARNING: Using internal date mechanism. Use option '--with-date' to override" >&2;}
+ COMPAT_PROGRAMS="$COMPAT_PROGRAMS date"
+ DATE=date
+ INTERNAL_DATE=1
+
+ fi
+
+
+
+if test -z "$INTERNAL_DATE"; then
+ { echo "$as_me:$LINENO: checking whether $DATE --rfc-822 works" >&5
+echo $ECHO_N "checking whether $DATE --rfc-822 works... $ECHO_C" >&6; }
+ if $DATE --rfc-822 >/dev/null 2>/dev/null; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+ else
+ { { echo "$as_me:$LINENO: error: no
+
+If you don't have a version of \`date' that supports --rfc-822, you
+can specify '--without-date' and $PACKAGE_NAME will use its own
+internal date.
+" >&5
+echo "$as_me: error: no
+
+If you don't have a version of \`date' that supports --rfc-822, you
+can specify '--without-date' and $PACKAGE_NAME will use its own
+internal date.
+" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+fi
+
+
+
+
+
+# Check whether --with-perl was given.
+if test "${with_perl+set}" = set; then
+ withval=$with_perl;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-perl" >&5
+echo "$as_me: error: Invalid configure argument. use --without-perl" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for perl" >&5
+echo $ECHO_N "checking for perl... $ECHO_C" >&6; }
+ PERL="$withval"
+ if test -e "$PERL"; then
+ if test ! -f "$PERL" -a ! -h "$PERL" || test ! -x "$PERL"; then
+ { { echo "$as_me:$LINENO: error: $PERL is not an executable file" >&5
+echo "$as_me: error: $PERL is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $PERL" >&5
+echo "${ECHO_T}$PERL" >&6; }
+ if test ! -e "$PERL"; then
+ { echo "$as_me:$LINENO: WARNING: $PERL does not exist" >&5
+echo "$as_me: WARNING: $PERL does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS perl"
+ fi
+
+else
+
+
+ for ac_prog in perl perl5
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_PERL+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $PERL in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+PERL=$ac_cv_path_PERL
+if test -n "$PERL"; then
+ { echo "$as_me:$LINENO: result: $PERL" >&5
+echo "${ECHO_T}$PERL" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+ test -n "$PERL" && break
+done
+
+ if test -n "$PERL" -a "`expr "$PERL" : '.*/\([^/]*\)$'`" != "perl"; then
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS perl"
+ fi
+
+
+
+fi
+
+ if test -z "$PERL"; then
+
+ { { echo "$as_me:$LINENO: error: Please specify the location of perl with the option '--with-perl'" >&5
+echo "$as_me: error: Please specify the location of perl with the option '--with-perl'" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+
+
+
+
+
+
+# Check whether --with-grep was given.
+if test "${with_grep+set}" = set; then
+ withval=$with_grep;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-grep" >&5
+echo "$as_me: error: Invalid configure argument. use --without-grep" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for grep" >&5
+echo $ECHO_N "checking for grep... $ECHO_C" >&6; }
+ GREP="$withval"
+ if test -e "$GREP"; then
+ if test ! -f "$GREP" -a ! -h "$GREP" || test ! -x "$GREP"; then
+ { { echo "$as_me:$LINENO: error: $GREP is not an executable file" >&5
+echo "$as_me: error: $GREP is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $GREP" >&5
+echo "${ECHO_T}$GREP" >&6; }
+ if test ! -e "$GREP"; then
+ { echo "$as_me:$LINENO: WARNING: $GREP does not exist" >&5
+echo "$as_me: WARNING: $GREP does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS grep"
+ fi
+
+else
+
+
+ # Extract the first word of "grep", so it can be a program name with args.
+set dummy grep; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_GREP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $GREP in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_GREP="$GREP" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_GREP="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+GREP=$ac_cv_path_GREP
+if test -n "$GREP"; then
+ { echo "$as_me:$LINENO: result: $GREP" >&5
+echo "${ECHO_T}$GREP" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+
+fi
+
+ if test -z "$GREP"; then
+
+ { { echo "$as_me:$LINENO: error: Please specify the location of grep with the option '--with-grep'" >&5
+echo "$as_me: error: Please specify the location of grep with the option '--with-grep'" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+
+
+
+{ echo "$as_me:$LINENO: checking whether $GREP -q works" >&5
+echo $ECHO_N "checking whether $GREP -q works... $ECHO_C" >&6; }
+if echo first | $GREP -q first 2>/dev/null; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+ { { echo "$as_me:$LINENO: error:
+Sorry, you have a version of grep which doesn't understand -q.
+$PACKAGE_NAME needs it. If you have access to a version of grep which does
+understand -q, you can supply its path with the '--with-grep=' option.
+" >&5
+echo "$as_me: error:
+Sorry, you have a version of grep which doesn't understand -q.
+$PACKAGE_NAME needs it. If you have access to a version of grep which does
+understand -q, you can supply its path with the '--with-grep=' option.
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+{ echo "$as_me:$LINENO: checking whether $GREP understands (foo|bar)" >&5
+echo $ECHO_N "checking whether $GREP understands (foo|bar)... $ECHO_C" >&6; }
+if echo first | $GREP '^\(fir\|las\)' >/dev/null 2>&1; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+ { { echo "$as_me:$LINENO: error:
+Sorry, you have a version of grep which doesn't understand constructs
+of the form (foo|bar). $PACKAGE_NAME needs it. If you have access to
+a version of grep which does understand such constructs, you can supply
+its path with the '--with-grep=' option.
+" >&5
+echo "$as_me: error:
+Sorry, you have a version of grep which doesn't understand constructs
+of the form (foo|bar). $PACKAGE_NAME needs it. If you have access to
+a version of grep which does understand such constructs, you can supply
+its path with the '--with-grep=' option.
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+
+
+
+# Check whether --with-tail was given.
+if test "${with_tail+set}" = set; then
+ withval=$with_tail;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-tail" >&5
+echo "$as_me: error: Invalid configure argument. use --without-tail" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for tail" >&5
+echo $ECHO_N "checking for tail... $ECHO_C" >&6; }
+ TAIL="$withval"
+ if test -e "$TAIL"; then
+ if test ! -f "$TAIL" -a ! -h "$TAIL" || test ! -x "$TAIL"; then
+ { { echo "$as_me:$LINENO: error: $TAIL is not an executable file" >&5
+echo "$as_me: error: $TAIL is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $TAIL" >&5
+echo "${ECHO_T}$TAIL" >&6; }
+ if test ! -e "$TAIL"; then
+ { echo "$as_me:$LINENO: WARNING: $TAIL does not exist" >&5
+echo "$as_me: WARNING: $TAIL does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS tail"
+ fi
+
+else
+
+
+ # Extract the first word of "tail", so it can be a program name with args.
+set dummy tail; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_TAIL+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $TAIL in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_TAIL="$TAIL" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_TAIL="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+TAIL=$ac_cv_path_TAIL
+if test -n "$TAIL"; then
+ { echo "$as_me:$LINENO: result: $TAIL" >&5
+echo "${ECHO_T}$TAIL" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+
+fi
+
+ if test -z "$TAIL"; then
+
+ { { echo "$as_me:$LINENO: error: Please specify the location of tail with the option '--with-tail'" >&5
+echo "$as_me: error: Please specify the location of tail with the option '--with-tail'" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+
+
+
+# Solaris' /usr/bin/tail doesn't understand -n.
+{ echo "$as_me:$LINENO: checking whether $TAIL -n works" >&5
+echo $ECHO_N "checking whether $TAIL -n works... $ECHO_C" >&6; }
+if test "`(echo first; echo second) | $TAIL -n 1 2>/dev/null`" = "second"; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+ { { echo "$as_me:$LINENO: error:
+Sorry, you have a version of tail which doesn't understand -n.
+$PACKAGE_NAME needs it. If you have access to a version of tail which does
+understand -n, you can supply its path with the '--with-tail=' option.
+Solaris users can use /usr/xpg4/bin/tail.
+" >&5
+echo "$as_me: error:
+Sorry, you have a version of tail which doesn't understand -n.
+$PACKAGE_NAME needs it. If you have access to a version of tail which does
+understand -n, you can supply its path with the '--with-tail=' option.
+Solaris users can use /usr/xpg4/bin/tail.
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+
+
+
+# Check whether --with-tr was given.
+if test "${with_tr+set}" = set; then
+ withval=$with_tr;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-tr" >&5
+echo "$as_me: error: Invalid configure argument. use --without-tr" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for tr" >&5
+echo $ECHO_N "checking for tr... $ECHO_C" >&6; }
+ TR="$withval"
+ if test -e "$TR"; then
+ if test ! -f "$TR" -a ! -h "$TR" || test ! -x "$TR"; then
+ { { echo "$as_me:$LINENO: error: $TR is not an executable file" >&5
+echo "$as_me: error: $TR is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $TR" >&5
+echo "${ECHO_T}$TR" >&6; }
+ if test ! -e "$TR"; then
+ { echo "$as_me:$LINENO: WARNING: $TR does not exist" >&5
+echo "$as_me: WARNING: $TR does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS tr"
+ fi
+
+else
+
+
+ # Extract the first word of "tr", so it can be a program name with args.
+set dummy tr; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_TR+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $TR in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_TR="$TR" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_TR="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+TR=$ac_cv_path_TR
+if test -n "$TR"; then
+ { echo "$as_me:$LINENO: result: $TR" >&5
+echo "${ECHO_T}$TR" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+
+fi
+
+ if test -z "$TR"; then
+
+ { { echo "$as_me:$LINENO: error: Please specify the location of tr with the option '--with-tr'" >&5
+echo "$as_me: error: Please specify the location of tr with the option '--with-tr'" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+
+
+
+{ echo "$as_me:$LINENO: checking whether $TR understands a-z " >&5
+echo $ECHO_N "checking whether $TR understands a-z ... $ECHO_C" >&6; }
+if test "`echo first | $TR a-z A-Z 2>/dev/null`" = "FIRST"; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+ { { echo "$as_me:$LINENO: error:
+Sorry, you have a version of tr which doesn't understand constructs
+of the form a-z. $PACKAGE_NAME needs it. If you have access to
+a version of tr which does understand such constructs, you can supply
+its path with the '--with-tr=' option.
+Solaris users can use /usr/xpg4/bin/tr.
+" >&5
+echo "$as_me: error:
+Sorry, you have a version of tr which doesn't understand constructs
+of the form a-z. $PACKAGE_NAME needs it. If you have access to
+a version of tr which does understand such constructs, you can supply
+its path with the '--with-tr=' option.
+Solaris users can use /usr/xpg4/bin/tr.
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+
+
+
+# Check whether --with-sed was given.
+if test "${with_sed+set}" = set; then
+ withval=$with_sed;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-sed" >&5
+echo "$as_me: error: Invalid configure argument. use --without-sed" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for sed" >&5
+echo $ECHO_N "checking for sed... $ECHO_C" >&6; }
+ SED="$withval"
+ if test -e "$SED"; then
+ if test ! -f "$SED" -a ! -h "$SED" || test ! -x "$SED"; then
+ { { echo "$as_me:$LINENO: error: $SED is not an executable file" >&5
+echo "$as_me: error: $SED is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $SED" >&5
+echo "${ECHO_T}$SED" >&6; }
+ if test ! -e "$SED"; then
+ { echo "$as_me:$LINENO: WARNING: $SED does not exist" >&5
+echo "$as_me: WARNING: $SED does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS sed"
+ fi
+
+else
+
+
+ # Extract the first word of "sed", so it can be a program name with args.
+set dummy sed; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_SED+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $SED in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_SED="$SED" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_SED="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+SED=$ac_cv_path_SED
+if test -n "$SED"; then
+ { echo "$as_me:$LINENO: result: $SED" >&5
+echo "${ECHO_T}$SED" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+
+fi
+
+ if test -z "$SED"; then
+
+ { { echo "$as_me:$LINENO: error: Please specify the location of sed with the option '--with-sed'" >&5
+echo "$as_me: error: Please specify the location of sed with the option '--with-sed'" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+
+
+
+{ echo "$as_me:$LINENO: checking whether $SED understands (foo|bar)" >&5
+echo $ECHO_N "checking whether $SED understands (foo|bar)... $ECHO_C" >&6; }
+if test "`echo first | $SED -e 's/\(fir\|lo\)/la/' 2>/dev/null`" = "last"; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+ { { echo "$as_me:$LINENO: error:
+Sorry, you have a version of sed which doesn't understand constructs
+of the form (foo|bar). $PACKAGE_NAME needs it. If you have access to
+a version of sed which does understand such constructs, you can supply
+its path with the '--with-sed=' option.
+" >&5
+echo "$as_me: error:
+Sorry, you have a version of sed which doesn't understand constructs
+of the form (foo|bar). $PACKAGE_NAME needs it. If you have access to
+a version of sed which does understand such constructs, you can supply
+its path with the '--with-sed=' option.
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+
+
+
+# Check whether --with-awk was given.
+if test "${with_awk+set}" = set; then
+ withval=$with_awk;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-awk" >&5
+echo "$as_me: error: Invalid configure argument. use --without-awk" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for awk" >&5
+echo $ECHO_N "checking for awk... $ECHO_C" >&6; }
+ AWK="$withval"
+ if test -e "$AWK"; then
+ if test ! -f "$AWK" -a ! -h "$AWK" || test ! -x "$AWK"; then
+ { { echo "$as_me:$LINENO: error: $AWK is not an executable file" >&5
+echo "$as_me: error: $AWK is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $AWK" >&5
+echo "${ECHO_T}$AWK" >&6; }
+ if test ! -e "$AWK"; then
+ { echo "$as_me:$LINENO: WARNING: $AWK does not exist" >&5
+echo "$as_me: WARNING: $AWK does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS awk"
+ fi
+
+else
+
+
+ for ac_prog in gawk awk
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_AWK+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $AWK in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_AWK="$AWK" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_AWK="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+AWK=$ac_cv_path_AWK
+if test -n "$AWK"; then
+ { echo "$as_me:$LINENO: result: $AWK" >&5
+echo "${ECHO_T}$AWK" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+ test -n "$AWK" && break
+done
+
+ if test -n "$AWK" -a "`expr "$AWK" : '.*/\([^/]*\)$'`" != "awk"; then
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS awk"
+ fi
+
+
+
+fi
+
+ if test -z "$AWK"; then
+
+ { { echo "$as_me:$LINENO: error: Please specify the location of awk with the option '--with-awk'" >&5
+echo "$as_me: error: Please specify the location of awk with the option '--with-awk'" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+
+
+
+{ echo "$as_me:$LINENO: checking whether $AWK supports sub" >&5
+echo $ECHO_N "checking whether $AWK supports sub... $ECHO_C" >&6; }
+if test "`echo first | $AWK 'sub(/first/, "last")' 2>/dev/null`" = "last"; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+ { { echo "$as_me:$LINENO: error:
+Sorry, you have a version of awk which doesn't understand sub( ).
+$PACKAGE_NAME needs it. If you have access to a version of awk
+which does understand such constructs, you can supply its path
+with the '--with-awk=' option.
+Solaris users can use /usr/xpg4/bin/awk.
+" >&5
+echo "$as_me: error:
+Sorry, you have a version of awk which doesn't understand sub( ).
+$PACKAGE_NAME needs it. If you have access to a version of awk
+which does understand such constructs, you can supply its path
+with the '--with-awk=' option.
+Solaris users can use /usr/xpg4/bin/awk.
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+# Check whether --with-pod2man was given.
+if test "${with_pod2man+set}" = set; then
+ withval=$with_pod2man;
+ if test x"$withval" = xno; then
+ POD2MAN=
+ else
+ POD2MAN=$withval
+ fi
+else
+
+ # Extract the first word of "pod2man", so it can be a program name with args.
+set dummy pod2man; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_POD2MAN+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $POD2MAN in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_POD2MAN="$POD2MAN" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_POD2MAN="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+POD2MAN=$ac_cv_path_POD2MAN
+if test -n "$POD2MAN"; then
+ { echo "$as_me:$LINENO: result: $POD2MAN" >&5
+echo "${ECHO_T}$POD2MAN" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+fi
+
+
+
+
+
+
+
+# Check whether --with-column was given.
+if test "${with_column+set}" = set; then
+ withval=$with_column;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-column" >&5
+echo "$as_me: error: Invalid configure argument. use --without-column" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for column" >&5
+echo $ECHO_N "checking for column... $ECHO_C" >&6; }
+ COLUMN="$withval"
+ if test -e "$COLUMN"; then
+ if test ! -f "$COLUMN" -a ! -h "$COLUMN" || test ! -x "$COLUMN"; then
+ { { echo "$as_me:$LINENO: error: $COLUMN is not an executable file" >&5
+echo "$as_me: error: $COLUMN is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $COLUMN" >&5
+echo "${ECHO_T}$COLUMN" >&6; }
+ if test ! -e "$COLUMN"; then
+ { echo "$as_me:$LINENO: WARNING: $COLUMN does not exist" >&5
+echo "$as_me: WARNING: $COLUMN does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS column"
+ fi
+
+else
+
+
+ # Extract the first word of "column", so it can be a program name with args.
+set dummy column; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_COLUMN+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $COLUMN in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_COLUMN="$COLUMN" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_COLUMN="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+COLUMN=$ac_cv_path_COLUMN
+if test -n "$COLUMN"; then
+ { echo "$as_me:$LINENO: result: $COLUMN" >&5
+echo "${ECHO_T}$COLUMN" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+
+fi
+
+ if test -z "$COLUMN"; then
+
+ { echo "$as_me:$LINENO: WARNING: Using internal column mechanism. Use option '--with-column' to override" >&5
+echo "$as_me: WARNING: Using internal column mechanism. Use option '--with-column' to override" >&2;}
+ COMPAT_PROGRAMS="$COMPAT_PROGRAMS column"
+ COLUMN=column
+ INTERNAL_COLUMN=1
+
+ fi
+
+
+
+
+
+
+# Check whether --with-getopt was given.
+if test "${with_getopt+set}" = set; then
+ withval=$with_getopt;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-getopt" >&5
+echo "$as_me: error: Invalid configure argument. use --without-getopt" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for getopt" >&5
+echo $ECHO_N "checking for getopt... $ECHO_C" >&6; }
+ GETOPT="$withval"
+ if test -e "$GETOPT"; then
+ if test ! -f "$GETOPT" -a ! -h "$GETOPT" || test ! -x "$GETOPT"; then
+ { { echo "$as_me:$LINENO: error: $GETOPT is not an executable file" >&5
+echo "$as_me: error: $GETOPT is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $GETOPT" >&5
+echo "${ECHO_T}$GETOPT" >&6; }
+ if test ! -e "$GETOPT"; then
+ { echo "$as_me:$LINENO: WARNING: $GETOPT does not exist" >&5
+echo "$as_me: WARNING: $GETOPT does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS getopt"
+ fi
+
+else
+
+
+ # Extract the first word of "getopt", so it can be a program name with args.
+set dummy getopt; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_GETOPT+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $GETOPT in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_GETOPT="$GETOPT" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_GETOPT="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+GETOPT=$ac_cv_path_GETOPT
+if test -n "$GETOPT"; then
+ { echo "$as_me:$LINENO: result: $GETOPT" >&5
+echo "${ECHO_T}$GETOPT" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+
+fi
+
+ if test -z "$GETOPT"; then
+
+ { echo "$as_me:$LINENO: WARNING: Using internal getopt mechanism. Use option '--with-getopt' to override" >&5
+echo "$as_me: WARNING: Using internal getopt mechanism. Use option '--with-getopt' to override" >&2;}
+ COMPAT_PROGRAMS="$COMPAT_PROGRAMS getopt"
+ GETOPT=getopt
+ INTERNAL_GETOPT=1
+
+ fi
+
+
+
+if test -z "$INTERNAL_GETOPT"; then
+ { echo "$as_me:$LINENO: checking for getopt --long syntax" >&5
+echo $ECHO_N "checking for getopt --long syntax... $ECHO_C" >&6; }
+ $GETOPT -o t --long test -- --test | grep 'illegal option' >/dev/null
+ getopt_long_errors=$?
+ $GETOPT -o t --long test -- --test | grep '^ *--test *--' >/dev/null
+ getopt_long_works=$?
+ if test $getopt_long_errors -eq 1 -a $getopt_long_works -eq 0; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+ else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+ { { echo "$as_me:$LINENO: error:
+$GETOPT does not support the --long option.
+If you don't have a version of getopt that supports long options, you
+can specify '--without-getopt' and $PACKAGE_NAME will use its own
+internal getopt.
+" >&5
+echo "$as_me: error:
+$GETOPT does not support the --long option.
+If you don't have a version of getopt that supports long options, you
+can specify '--without-getopt' and $PACKAGE_NAME will use its own
+internal getopt.
+" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+fi
+
+
+
+
+
+# Check whether --with-mktemp was given.
+if test "${with_mktemp+set}" = set; then
+ withval=$with_mktemp;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-mktemp" >&5
+echo "$as_me: error: Invalid configure argument. use --without-mktemp" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for mktemp" >&5
+echo $ECHO_N "checking for mktemp... $ECHO_C" >&6; }
+ MKTEMP="$withval"
+ if test -e "$MKTEMP"; then
+ if test ! -f "$MKTEMP" -a ! -h "$MKTEMP" || test ! -x "$MKTEMP"; then
+ { { echo "$as_me:$LINENO: error: $MKTEMP is not an executable file" >&5
+echo "$as_me: error: $MKTEMP is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $MKTEMP" >&5
+echo "${ECHO_T}$MKTEMP" >&6; }
+ if test ! -e "$MKTEMP"; then
+ { echo "$as_me:$LINENO: WARNING: $MKTEMP does not exist" >&5
+echo "$as_me: WARNING: $MKTEMP does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS mktemp"
+ fi
+
+else
+
+
+ # Extract the first word of "mktemp", so it can be a program name with args.
+set dummy mktemp; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_MKTEMP+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $MKTEMP in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_MKTEMP="$MKTEMP" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_MKTEMP="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+MKTEMP=$ac_cv_path_MKTEMP
+if test -n "$MKTEMP"; then
+ { echo "$as_me:$LINENO: result: $MKTEMP" >&5
+echo "${ECHO_T}$MKTEMP" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+
+fi
+
+ if test -z "$MKTEMP"; then
+
+ { echo "$as_me:$LINENO: WARNING: Using internal mktemp mechanism. Use option '--with-mktemp' to override" >&5
+echo "$as_me: WARNING: Using internal mktemp mechanism. Use option '--with-mktemp' to override" >&2;}
+ COMPAT_PROGRAMS="$COMPAT_PROGRAMS mktemp"
+ MKTEMP=mktemp
+ INTERNAL_MKTEMP=1
+
+ fi
+
+
+if test -z "$INTERNAL_MKTEMP" ; then
+ { echo "$as_me:$LINENO: checking whether $MKTEMP -d works" >&5
+echo $ECHO_N "checking whether $MKTEMP -d works... $ECHO_C" >&6; }
+ if tempdir=`$MKTEMP -d /tmp/$PACKAGE_NAME.XXXXXX 2>/dev/null` && \
+ rmdir "$tempdir" ; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+ else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+ { { echo "$as_me:$LINENO: error:
+'$MKTEMP -d' does not create temporary directories.
+If you don't have a version of mktemp that can create directories, you
+can specify '--without-mktemp' and $PACKAGE_NAME will use its own
+internal tempfile generation mechanism.
+" >&5
+echo "$as_me: error:
+'$MKTEMP -d' does not create temporary directories.
+If you don't have a version of mktemp that can create directories, you
+can specify '--without-mktemp' and $PACKAGE_NAME will use its own
+internal tempfile generation mechanism.
+" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+fi
+
+
+
+
+
+# Check whether --with-diff was given.
+if test "${with_diff+set}" = set; then
+ withval=$with_diff;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-diff" >&5
+echo "$as_me: error: Invalid configure argument. use --without-diff" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for diff" >&5
+echo $ECHO_N "checking for diff... $ECHO_C" >&6; }
+ DIFF="$withval"
+ if test -e "$DIFF"; then
+ if test ! -f "$DIFF" -a ! -h "$DIFF" || test ! -x "$DIFF"; then
+ { { echo "$as_me:$LINENO: error: $DIFF is not an executable file" >&5
+echo "$as_me: error: $DIFF is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $DIFF" >&5
+echo "${ECHO_T}$DIFF" >&6; }
+ if test ! -e "$DIFF"; then
+ { echo "$as_me:$LINENO: WARNING: $DIFF does not exist" >&5
+echo "$as_me: WARNING: $DIFF does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS diff"
+ fi
+
+else
+
+
+ # Extract the first word of "diff", so it can be a program name with args.
+set dummy diff; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_DIFF+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $DIFF in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_DIFF="$DIFF" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_DIFF="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+DIFF=$ac_cv_path_DIFF
+if test -n "$DIFF"; then
+ { echo "$as_me:$LINENO: result: $DIFF" >&5
+echo "${ECHO_T}$DIFF" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+
+fi
+
+ if test -z "$DIFF"; then
+
+ { { echo "$as_me:$LINENO: error: Please specify the location of diff with the option '--with-diff'" >&5
+echo "$as_me: error: Please specify the location of diff with the option '--with-diff'" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+
+
+
+
+
+
+# Check whether --with-patch was given.
+if test "${with_patch+set}" = set; then
+ withval=$with_patch;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-patch" >&5
+echo "$as_me: error: Invalid configure argument. use --without-patch" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for patch" >&5
+echo $ECHO_N "checking for patch... $ECHO_C" >&6; }
+ PATCH="$withval"
+ if test -e "$PATCH"; then
+ if test ! -f "$PATCH" -a ! -h "$PATCH" || test ! -x "$PATCH"; then
+ { { echo "$as_me:$LINENO: error: $PATCH is not an executable file" >&5
+echo "$as_me: error: $PATCH is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $PATCH" >&5
+echo "${ECHO_T}$PATCH" >&6; }
+ if test ! -e "$PATCH"; then
+ { echo "$as_me:$LINENO: WARNING: $PATCH does not exist" >&5
+echo "$as_me: WARNING: $PATCH does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS patch"
+ fi
+
+else
+
+
+ # Extract the first word of "patch", so it can be a program name with args.
+set dummy patch; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_PATCH+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $PATCH in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_PATCH="$PATCH" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_PATCH="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+PATCH=$ac_cv_path_PATCH
+if test -n "$PATCH"; then
+ { echo "$as_me:$LINENO: result: $PATCH" >&5
+echo "${ECHO_T}$PATCH" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+
+fi
+
+ if test -z "$PATCH"; then
+
+ { { echo "$as_me:$LINENO: error: Please specify the location of patch with the option '--with-patch'" >&5
+echo "$as_me: error: Please specify the location of patch with the option '--with-patch'" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+
+
+
+# Sun diff and others will not work because GNU patch options are used.
+{ echo "$as_me:$LINENO: checking the version of $DIFF" >&5
+echo $ECHO_N "checking the version of $DIFF... $ECHO_C" >&6; }
+if $DIFF --version 2>/dev/null | grep GNU >/dev/null; then
+ set -- `$DIFF --version 2>/dev/null | $AWK '{ print $NF; exit }'`
+ diff_version=$1
+ { echo "$as_me:$LINENO: result: $diff_version" >&5
+echo "${ECHO_T}$diff_version" >&6; }
+ saved_IFS=$IFS; IFS='.'
+ set -- $diff_version
+ IFS=$saved_IFS
+ set -- `echo $1 | $TR -cd 0-9` `echo $2 | $TR -cd 0-9`
+ if test 0$1 -lt 2 || test 0$1 -eq 2 -a 0$2 -lt 7 ; then
+ diff_version=
+ fi
+else
+ { echo "$as_me:$LINENO: result: no GNU diff" >&5
+echo "${ECHO_T}no GNU diff" >&6; }
+fi
+if test -z "$diff_version" ; then
+ { { echo "$as_me:$LINENO: error:
+$PACKAGE_NAME requires at least version 2.7 of GNU diffutils. You can
+download a current version of patch from ftp.gnu.org, or if you already
+have GNU diff then you can supply its path with the '--with-diff=' option.
+" >&5
+echo "$as_me: error:
+$PACKAGE_NAME requires at least version 2.7 of GNU diffutils. You can
+download a current version of patch from ftp.gnu.org, or if you already
+have GNU diff then you can supply its path with the '--with-diff=' option.
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+# Sun's patch, and others, do not work because GNU patch options are used.
+{ echo "$as_me:$LINENO: checking the version of $PATCH" >&5
+echo $ECHO_N "checking the version of $PATCH... $ECHO_C" >&6; }
+if $PATCH --version 2> /dev/null | grep GNU >/dev/null; then
+ set -- `$PATCH --version 2> /dev/null`
+ patch_version=$2
+ { echo "$as_me:$LINENO: result: $patch_version" >&5
+echo "${ECHO_T}$patch_version" >&6; }
+ saved_IFS=$IFS; IFS='.'
+ set -- $patch_version
+ IFS=$saved_IFS
+ set -- `echo $1 | $TR -cd 0-9` `echo $2 | $TR -cd 0-9`
+ if test 0$1 -lt 2 || test 0$1 -eq 2 -a 0$2 -lt 4 ; then
+ patch_version=
+ fi
+else
+ { echo "$as_me:$LINENO: result: no GNU patch" >&5
+echo "${ECHO_T}no GNU patch" >&6; }
+fi
+if test -z "$patch_version" ; then
+ { { echo "$as_me:$LINENO: error:
+$PACKAGE_NAME requires at least version 2.4 of GNU patch. You can download a
+current version of patch from ftp.gnu.org, or if you already have GNU patch
+then you can supply its path with the '--with-patch=' option.
+" >&5
+echo "$as_me: error:
+$PACKAGE_NAME requires at least version 2.4 of GNU patch. You can download a
+current version of patch from ftp.gnu.org, or if you already have GNU patch
+then you can supply its path with the '--with-patch=' option.
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+
+
+
+# Check whether --with-find was given.
+if test "${with_find+set}" = set; then
+ withval=$with_find;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-find" >&5
+echo "$as_me: error: Invalid configure argument. use --without-find" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for find" >&5
+echo $ECHO_N "checking for find... $ECHO_C" >&6; }
+ FIND="$withval"
+ if test -e "$FIND"; then
+ if test ! -f "$FIND" -a ! -h "$FIND" || test ! -x "$FIND"; then
+ { { echo "$as_me:$LINENO: error: $FIND is not an executable file" >&5
+echo "$as_me: error: $FIND is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $FIND" >&5
+echo "${ECHO_T}$FIND" >&6; }
+ if test ! -e "$FIND"; then
+ { echo "$as_me:$LINENO: WARNING: $FIND does not exist" >&5
+echo "$as_me: WARNING: $FIND does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS find"
+ fi
+
+else
+
+
+ # Extract the first word of "find", so it can be a program name with args.
+set dummy find; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_FIND+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $FIND in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_FIND="$FIND" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_FIND="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+FIND=$ac_cv_path_FIND
+if test -n "$FIND"; then
+ { echo "$as_me:$LINENO: result: $FIND" >&5
+echo "${ECHO_T}$FIND" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+
+fi
+
+ if test -z "$FIND"; then
+
+ { { echo "$as_me:$LINENO: error: Please specify the location of find with the option '--with-find'" >&5
+echo "$as_me: error: Please specify the location of find with the option '--with-find'" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+
+
+
+{ echo "$as_me:$LINENO: checking whether $FIND -path works" >&5
+echo $ECHO_N "checking whether $FIND -path works... $ECHO_C" >&6; }
+if $FIND . -path '*' >/dev/null 2>&1; then
+ { echo "$as_me:$LINENO: result: yes" >&5
+echo "${ECHO_T}yes" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+ { { echo "$as_me:$LINENO: error:
+Sorry, you have a version of find which doesn't understand -path.
+$PACKAGE_NAME needs it. If you have access to a version of find which
+does understand -path, you can supply its path with the
+'--with-find=' option.
+" >&5
+echo "$as_me: error:
+Sorry, you have a version of find which doesn't understand -path.
+$PACKAGE_NAME needs it. If you have access to a version of find which
+does understand -path, you can supply its path with the
+'--with-find=' option.
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+
+# Check whether --with-diffstat was given.
+if test "${with_diffstat+set}" = set; then
+ withval=$with_diffstat;
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for diffstat" >&5
+echo $ECHO_N "checking for diffstat... $ECHO_C" >&6; }
+ DIFFSTAT="$withval"
+ if test -e "$DIFFSTAT"; then
+ if test ! -f "$DIFFSTAT" -a ! -h "$DIFFSTAT" || test ! -x "$DIFFSTAT"; then
+ { { echo "$as_me:$LINENO: error: $DIFFSTAT is not an executable file" >&5
+echo "$as_me: error: $DIFFSTAT is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $DIFFSTAT" >&5
+echo "${ECHO_T}$DIFFSTAT" >&6; }
+ if test ! -e "$DIFFSTAT"; then
+ { echo "$as_me:$LINENO: WARNING: $DIFFSTAT does not exist" >&5
+echo "$as_me: WARNING: $DIFFSTAT does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS diffstat"
+ fi
+
+else
+
+
+ # Extract the first word of "diffstat", so it can be a program name with args.
+set dummy diffstat; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_DIFFSTAT+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $DIFFSTAT in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_DIFFSTAT="$DIFFSTAT" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_DIFFSTAT="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+DIFFSTAT=$ac_cv_path_DIFFSTAT
+if test -n "$DIFFSTAT"; then
+ { echo "$as_me:$LINENO: result: $DIFFSTAT" >&5
+echo "${ECHO_T}$DIFFSTAT" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+ if test -z "$DIFFSTAT"; then
+ { echo "$as_me:$LINENO: WARNING: diffstat not found, some optional functionalities will be missing" >&5
+echo "$as_me: WARNING: diffstat not found, some optional functionalities will be missing" >&2;}
+ fi
+
+fi
+
+ if test -z "$DIFFSTAT"; then
+ DIFFSTAT=diffstat
+ fi
+
+
+
+if test "$DIFFSTAT" != "diffstat"; then
+ # We need diffstat version 1.32 or better, else quilt refresh --diffstat
+ # will show progress data we don't want to see. This is only a warning
+ # and we continue even if version is older, as this is only a minor
+ # annoyance.
+ { echo "$as_me:$LINENO: checking for diffstat version" >&5
+echo $ECHO_N "checking for diffstat version... $ECHO_C" >&6; }
+ diffstat_version=`$DIFFSTAT -V 2>/dev/null | \
+ sed 's/^[^0-9]*\([0-9]*\)\.\([0-9]*\).*/\1 \2/'`
+ eval set -- "$diffstat_version"
+ diffstat_major_version="$1"
+ diffstat_minor_version="$2"
+ if test -z "$diffstat_major_version" -o -z "$diffstat_minor_version"; then
+ { echo "$as_me:$LINENO: result: unknown" >&5
+echo "${ECHO_T}unknown" >&6; }
+ { echo "$as_me:$LINENO: WARNING:
+diffstat utility version couldn't be checked; chances are good that the
+--diffstat option of the refresh command will not work properly.
+" >&5
+echo "$as_me: WARNING:
+diffstat utility version couldn't be checked; chances are good that the
+--diffstat option of the refresh command will not work properly.
+" >&2;}
+ else
+ { echo "$as_me:$LINENO: result: $diffstat_major_version.$diffstat_minor_version" >&5
+echo "${ECHO_T}$diffstat_major_version.$diffstat_minor_version" >&6; }
+ if test "$diffstat_major_version" -lt 1 \
+ -o \( "$diffstat_major_version" -eq 1 -a "$diffstat_minor_version" -lt 32 \); then
+ { echo "$as_me:$LINENO: WARNING:
+diffstat utility is too old; the --diffstat option of the refresh command
+will not work correctly until a newer version (>= 1.32) is installed.
+" >&5
+echo "$as_me: WARNING:
+diffstat utility is too old; the --diffstat option of the refresh command
+will not work correctly until a newer version (>= 1.32) is installed.
+" >&2;}
+ fi
+ fi
+fi
+
+
+
+
+
+# Check whether --with-sendmail was given.
+if test "${with_sendmail+set}" = set; then
+ withval=$with_sendmail;
+ if test x"$withval" = xnone; then
+ { { echo "$as_me:$LINENO: error: Invalid configure argument. use --without-sendmail" >&5
+echo "$as_me: error: Invalid configure argument. use --without-sendmail" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for sendmail" >&5
+echo $ECHO_N "checking for sendmail... $ECHO_C" >&6; }
+ SENDMAIL="$withval"
+ if test -e "$SENDMAIL"; then
+ if test ! -f "$SENDMAIL" -a ! -h "$SENDMAIL" || test ! -x "$SENDMAIL"; then
+ { { echo "$as_me:$LINENO: error: $SENDMAIL is not an executable file" >&5
+echo "$as_me: error: $SENDMAIL is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $SENDMAIL" >&5
+echo "${ECHO_T}$SENDMAIL" >&6; }
+ if test ! -e "$SENDMAIL"; then
+ { echo "$as_me:$LINENO: WARNING: $SENDMAIL does not exist" >&5
+echo "$as_me: WARNING: $SENDMAIL does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS sendmail"
+ fi
+
+else
+
+
+ # Extract the first word of "sendmail", so it can be a program name with args.
+set dummy sendmail; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_SENDMAIL+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $SENDMAIL in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_SENDMAIL="$SENDMAIL" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:/usr/sbin"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_SENDMAIL="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+SENDMAIL=$ac_cv_path_SENDMAIL
+if test -n "$SENDMAIL"; then
+ { echo "$as_me:$LINENO: result: $SENDMAIL" >&5
+echo "${ECHO_T}$SENDMAIL" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+
+
+ if test -n "$SENDMAIL"; then
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+ for dir in "/usr/sbin"; do
+ if test "`dirname $SENDMAIL`" = "$dir"; then
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS sendmail"
+ break
+ fi
+ done
+ IFS="$as_save_IFS"
+ fi
+
+
+fi
+
+ if test -z "$SENDMAIL"; then
+
+ { echo "$as_me:$LINENO: WARNING: Using internal sendmail mechanism. Use option '--with-sendmail' to override" >&5
+echo "$as_me: WARNING: Using internal sendmail mechanism. Use option '--with-sendmail' to override" >&2;}
+ COMPAT_PROGRAMS="$COMPAT_PROGRAMS sendmail"
+ SENDMAIL=sendmail
+ INTERNAL_SENDMAIL=1
+
+ fi
+
+
+
+# Extract the first word of "msgmerge", so it can be a program name with args.
+set dummy msgmerge; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_MSGMERGE+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $MSGMERGE in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+MSGMERGE=$ac_cv_path_MSGMERGE
+if test -n "$MSGMERGE"; then
+ { echo "$as_me:$LINENO: result: $MSGMERGE" >&5
+echo "${ECHO_T}$MSGMERGE" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+# Extract the first word of "msgfmt", so it can be a program name with args.
+set dummy msgfmt; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_MSGFMT+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $MSGFMT in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+MSGFMT=$ac_cv_path_MSGFMT
+if test -n "$MSGFMT"; then
+ { echo "$as_me:$LINENO: result: $MSGFMT" >&5
+echo "${ECHO_T}$MSGFMT" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+# Extract the first word of "xgettext", so it can be a program name with args.
+set dummy xgettext; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_XGETTEXT+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $XGETTEXT in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+XGETTEXT=$ac_cv_path_XGETTEXT
+if test -n "$XGETTEXT"; then
+ { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
+echo "${ECHO_T}$XGETTEXT" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+# Extract the first word of "msguniq", so it can be a program name with args.
+set dummy msguniq; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_MSGUNIQ+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $MSGUNIQ in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_MSGUNIQ="$MSGUNIQ" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_MSGUNIQ="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+MSGUNIQ=$ac_cv_path_MSGUNIQ
+if test -n "$MSGUNIQ"; then
+ { echo "$as_me:$LINENO: result: $MSGUNIQ" >&5
+echo "${ECHO_T}$MSGUNIQ" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+# Extract the first word of "msgcat", so it can be a program name with args.
+set dummy msgcat; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_MSGCAT+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $MSGCAT in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_MSGCAT="$MSGCAT" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_MSGCAT="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+MSGCAT=$ac_cv_path_MSGCAT
+if test -n "$MSGCAT"; then
+ { echo "$as_me:$LINENO: result: $MSGCAT" >&5
+echo "${ECHO_T}$MSGCAT" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+if test -n "$MSGFMT" -a -n "$MSGMERGE" -a -n "$XGETTEXT" -a -n "$MSGUNIQ" -a -n "$MSGCAT" ; then
+ HAVE_NLS=yes
+else
+ HAVE_NLS=no
+fi
+
+USE_NLS=no
+# Check whether --enable-nls was given.
+if test "${enable_nls+set}" = set; then
+ enableval=$enable_nls; USE_NLS=$enableval
+else
+ USE_NLS=$HAVE_NLS
+fi
+
+
+if test $USE_NLS = yes -a $HAVE_NLS = no ; then
+ { { echo "$as_me:$LINENO: error:
+You do not appear to have msgfmt, which is part of the GNU Gettext package. It
+is a required package as you chose the '--enable-nls' option to configure.
+You can download GNU Gettext from ftp.gnu.org
+" >&5
+echo "$as_me: error:
+You do not appear to have msgfmt, which is part of the GNU Gettext package. It
+is a required package as you chose the '--enable-nls' option to configure.
+You can download GNU Gettext from ftp.gnu.org
+" >&2;}
+ { (exit 1); exit 1; }; }
+fi
+
+
+# Check whether --with-patch-wrapper was given.
+if test "${with_patch_wrapper+set}" = set; then
+ withval=$with_patch_wrapper;
+fi
+
+PATCH_WRAPPER=$withval
+
+
+if test $USE_NLS = no ; then
+ { echo "$as_me:$LINENO: Building without natural language support" >&5
+echo "$as_me: Building without natural language support" >&6;}
+fi
+
+
+if test -n "$RPM_DOC_DIR" ; then
+ docdir="$RPM_DOC_DIR"
+else
+ docdir='$(datadir)/doc'
+fi
+
+
+
+
+# Check whether --with-rpmbuild was given.
+if test "${with_rpmbuild+set}" = set; then
+ withval=$with_rpmbuild;
+ if test x"$withval" != xno; then
+ { echo "$as_me:$LINENO: checking for rpmbuild" >&5
+echo $ECHO_N "checking for rpmbuild... $ECHO_C" >&6; }
+ RPMBUILD="$withval"
+ if test -e "$RPMBUILD"; then
+ if test ! -f "$RPMBUILD" -a ! -h "$RPMBUILD" || test ! -x "$RPMBUILD"; then
+ { { echo "$as_me:$LINENO: error: $RPMBUILD is not an executable file" >&5
+echo "$as_me: error: $RPMBUILD is not an executable file" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+ fi
+ { echo "$as_me:$LINENO: result: $RPMBUILD" >&5
+echo "${ECHO_T}$RPMBUILD" >&6; }
+ if test ! -e "$RPMBUILD"; then
+ { echo "$as_me:$LINENO: WARNING: $RPMBUILD does not exist" >&5
+echo "$as_me: WARNING: $RPMBUILD does not exist" >&2;}
+ fi
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS rpmbuild"
+ fi
+
+else
+
+
+ for ac_prog in rpmbuild rpm
+do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+set dummy $ac_prog; ac_word=$2
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
+if test "${ac_cv_path_RPMBUILD+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ case $RPMBUILD in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_RPMBUILD="$RPMBUILD" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_RPMBUILD="$as_dir/$ac_word$ac_exec_ext"
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+RPMBUILD=$ac_cv_path_RPMBUILD
+if test -n "$RPMBUILD"; then
+ { echo "$as_me:$LINENO: result: $RPMBUILD" >&5
+echo "${ECHO_T}$RPMBUILD" >&6; }
+else
+ { echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6; }
+fi
+
+
+ test -n "$RPMBUILD" && break
+done
+
+ if test -n "$RPMBUILD" -a "`expr "$RPMBUILD" : '.*/\([^/]*\)$'`" != "rpmbuild"; then
+ COMPAT_SYMLINKS="$COMPAT_SYMLINKS rpmbuild"
+ fi
+
+
+ if test -z "$RPMBUILD"; then
+ { echo "$as_me:$LINENO: WARNING: rpmbuild not found, some optional functionalities will be missing" >&5
+echo "$as_me: WARNING: rpmbuild not found, some optional functionalities will be missing" >&2;}
+ fi
+
+fi
+
+ if test -z "$RPMBUILD"; then
+ RPMBUILD=rpmbuild
+ fi
+
+
+
+
+
+
+ac_config_files="$ac_config_files Makefile"
+
+cat >confcache <<\_ACEOF
+# This file is a shell script that caches the results of configure
+# tests run on this system so they can be shared between configure
+# scripts and configure runs, see configure's option --config-cache.
+# It is not useful on other systems. If it contains results you don't
+# want to keep, you may remove or edit it.
+#
+# config.status only pays attention to the cache file if you give it
+# the --recheck option to rerun configure.
+#
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
+# following values.
+
+_ACEOF
+
+# The following way of writing the cache mishandles newlines in values,
+# but we know of no workaround that is simple, portable, and efficient.
+# So, we kill variables containing newlines.
+# Ultrix sh set writes to stderr and can't be redirected directly,
+# and sets the high bit in the cache file unless we assign to the vars.
+(
+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
+ eval ac_val=\$$ac_var
+ case $ac_val in #(
+ *${as_nl}*)
+ case $ac_var in #(
+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
+ esac
+ case $ac_var in #(
+ _ | IFS | as_nl) ;; #(
+ *) $as_unset $ac_var ;;
+ esac ;;
+ esac
+ done
+
+ (set) 2>&1 |
+ case $as_nl`(ac_space=' '; set) 2>&1` in #(
+ *${as_nl}ac_space=\ *)
+ # `set' does not quote correctly, so add quotes (double-quote
+ # substitution turns \\\\ into \\, and sed turns \\ into \).
+ sed -n \
+ "s/'/'\\\\''/g;
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
+ ;; #(
+ *)
+ # `set' quotes correctly as required by POSIX, so do not add quotes.
+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
+ ;;
+ esac |
+ sort
+) |
+ sed '
+ /^ac_cv_env_/b end
+ t clear
+ :clear
+ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
+ t end
+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
+ :end' >>confcache
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
+ if test -w "$cache_file"; then
+ test "x$cache_file" != "x/dev/null" &&
+ { echo "$as_me:$LINENO: updating cache $cache_file" >&5
+echo "$as_me: updating cache $cache_file" >&6;}
+ cat confcache >$cache_file
+ else
+ { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
+ fi
+fi
+rm -f confcache
+
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
+# Let make expand exec_prefix.
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
+
+# Transform confdefs.h into DEFS.
+# Protect against shell expansion while executing Makefile rules.
+# Protect against Makefile macro expansion.
+#
+# If the first sed substitution is executed (which looks for macros that
+# take arguments), then branch to the quote section. Otherwise,
+# look for a macro that doesn't take arguments.
+ac_script='
+t clear
+:clear
+s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
+t quote
+s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
+t quote
+b any
+:quote
+s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
+s/\[/\\&/g
+s/\]/\\&/g
+s/\$/$$/g
+H
+:any
+${
+ g
+ s/^\n//
+ s/\n/ /g
+ p
+}
+'
+DEFS=`sed -n "$ac_script" confdefs.h`
+
+
+ac_libobjs=
+ac_ltlibobjs=
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
+ # 1. Remove the extension, and $U if already installed.
+ ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
+ ac_i=`echo "$ac_i" | sed "$ac_script"`
+ # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
+ # will be set to the directory where LIBOBJS objects are built.
+ ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
+ ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
+done
+LIBOBJS=$ac_libobjs
+
+LTLIBOBJS=$ac_ltlibobjs
+
+
+
+: ${CONFIG_STATUS=./config.status}
+ac_clean_files_save=$ac_clean_files
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
+{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
+cat >$CONFIG_STATUS <<_ACEOF
+#! $SHELL
+# Generated by $as_me.
+# Run this file to recreate the current configuration.
+# Compiler output produced by configure, useful for debugging
+# configure, is in config.log if it exists.
+
+debug=false
+ac_cs_recheck=false
+ac_cs_silent=false
+SHELL=\${CONFIG_SHELL-$SHELL}
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF
+## --------------------- ##
+## M4sh Initialization. ##
+## --------------------- ##
+
+# Be more Bourne compatible
+DUALCASE=1; export DUALCASE # for MKS sh
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
+ emulate sh
+ NULLCMD=:
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
+ # is contrary to our usage. Disable this feature.
+ alias -g '${1+"$@"}'='"$@"'
+ setopt NO_GLOB_SUBST
+else
+ case `(set -o) 2>/dev/null` in
+ *posix*) set -o posix ;;
+esac
+
+fi
+
+
+
+
+# PATH needs CR
+# Avoid depending upon Character Ranges.
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
+as_cr_digits='0123456789'
+as_cr_alnum=$as_cr_Letters$as_cr_digits
+
+# The user is always right.
+if test "${PATH_SEPARATOR+set}" != set; then
+ echo "#! /bin/sh" >conf$$.sh
+ echo "exit 0" >>conf$$.sh
+ chmod +x conf$$.sh
+ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
+ PATH_SEPARATOR=';'
+ else
+ PATH_SEPARATOR=:
+ fi
+ rm -f conf$$.sh
+fi
+
+# Support unset when possible.
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
+ as_unset=unset
+else
+ as_unset=false
+fi
+
+
+# IFS
+# We need space, tab and new line, in precisely that order. Quoting is
+# there to prevent editors from complaining about space-tab.
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
+# splitting by setting IFS to empty value.)
+as_nl='
+'
+IFS=" "" $as_nl"
+
+# Find who we are. Look in the path if we contain no directory separator.
+case $0 in
+ *[\\/]* ) as_myself=$0 ;;
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
+done
+IFS=$as_save_IFS
+
+ ;;
+esac
+# We did not find ourselves, most probably we were run as `sh COMMAND'
+# in which case we are not to be found in the path.
+if test "x$as_myself" = x; then
+ as_myself=$0
+fi
+if test ! -f "$as_myself"; then
+ echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
+ { (exit 1); exit 1; }
+fi
+
+# Work around bugs in pre-3.0 UWIN ksh.
+for as_var in ENV MAIL MAILPATH
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+done
+PS1='$ '
+PS2='> '
+PS4='+ '
+
+# NLS nuisances.
+for as_var in \
+ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
+ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
+ LC_TELEPHONE LC_TIME
+do
+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
+ eval $as_var=C; export $as_var
+ else
+ ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
+ fi
+done
+
+# Required to use basename.
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
+ as_basename=basename
+else
+ as_basename=false
+fi
+
+
+# Name of the executable.
+as_me=`$as_basename -- "$0" ||
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
+ X"$0" : 'X\(//\)$' \| \
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
+echo X/"$0" |
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\/\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+
+# CDPATH.
+$as_unset CDPATH
+
+
+
+ as_lineno_1=$LINENO
+ as_lineno_2=$LINENO
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
+
+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
+ # uniformly replaced by the line number. The first 'sed' inserts a
+ # line-number line after each line using $LINENO; the second 'sed'
+ # does the real work. The second script uses 'N' to pair each
+ # line-number line with the line containing $LINENO, and appends
+ # trailing '-' during substitution so that $LINENO is not a special
+ # case at line end.
+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
+ # scripts with optimization help from Paolo Bonzini. Blame Lee
+ # E. McMahon (1931-1989) for sed's syntax. :-)
+ sed -n '
+ p
+ /[$]LINENO/=
+ ' <$as_myself |
+ sed '
+ s/[$]LINENO.*/&-/
+ t lineno
+ b
+ :lineno
+ N
+ :loop
+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
+ t loop
+ s/-\n.*//
+ ' >$as_me.lineno &&
+ chmod +x "$as_me.lineno" ||
+ { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
+ { (exit 1); exit 1; }; }
+
+ # Don't try to exec as it changes $[0], causing all sort of problems
+ # (the dirname of $[0] is not the place where we might find the
+ # original and so on. Autoconf is especially sensitive to this).
+ . "./$as_me.lineno"
+ # Exit status is that of the last command.
+ exit
+}
+
+
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
+ as_dirname=dirname
+else
+ as_dirname=false
+fi
+
+ECHO_C= ECHO_N= ECHO_T=
+case `echo -n x` in
+-n*)
+ case `echo 'x\c'` in
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
+ *) ECHO_C='\c';;
+ esac;;
+*)
+ ECHO_N='-n';;
+esac
+
+if expr a : '\(a\)' >/dev/null 2>&1 &&
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
+ as_expr=expr
+else
+ as_expr=false
+fi
+
+rm -f conf$$ conf$$.exe conf$$.file
+if test -d conf$$.dir; then
+ rm -f conf$$.dir/conf$$.file
+else
+ rm -f conf$$.dir
+ mkdir conf$$.dir
+fi
+echo >conf$$.file
+if ln -s conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s='ln -s'
+ # ... but there are two gotchas:
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
+ # In both cases, we have to default to `cp -p'.
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
+ as_ln_s='cp -p'
+elif ln conf$$.file conf$$ 2>/dev/null; then
+ as_ln_s=ln
+else
+ as_ln_s='cp -p'
+fi
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
+rmdir conf$$.dir 2>/dev/null
+
+if mkdir -p . 2>/dev/null; then
+ as_mkdir_p=:
+else
+ test -d ./-p && rmdir ./-p
+ as_mkdir_p=false
+fi
+
+if test -x / >/dev/null 2>&1; then
+ as_test_x='test -x'
+else
+ if ls -dL / >/dev/null 2>&1; then
+ as_ls_L_option=L
+ else
+ as_ls_L_option=
+ fi
+ as_test_x='
+ eval sh -c '\''
+ if test -d "$1"; then
+ test -d "$1/.";
+ else
+ case $1 in
+ -*)set "./$1";;
+ esac;
+ case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
+ ???[sx]*):;;*)false;;esac;fi
+ '\'' sh
+ '
+fi
+as_executable_p=$as_test_x
+
+# Sed expression to map a string onto a valid CPP name.
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
+
+# Sed expression to map a string onto a valid variable name.
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
+
+
+exec 6>&1
+
+# Save the log message, to keep $[0] and so on meaningful, and to
+# report actual input values of CONFIG_FILES etc. instead of their
+# values after options handling.
+ac_log="
+This file was extended by quilt $as_me 0.48, which was
+generated by GNU Autoconf 2.61. Invocation command line was
+
+ CONFIG_FILES = $CONFIG_FILES
+ CONFIG_HEADERS = $CONFIG_HEADERS
+ CONFIG_LINKS = $CONFIG_LINKS
+ CONFIG_COMMANDS = $CONFIG_COMMANDS
+ $ $0 $@
+
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
+"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<_ACEOF
+# Files that config.status was made for.
+config_files="$ac_config_files"
+
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF
+ac_cs_usage="\
+\`$as_me' instantiates files from templates according to the
+current configuration.
+
+Usage: $0 [OPTIONS] [FILE]...
+
+ -h, --help print this help, then exit
+ -V, --version print version number and configuration settings, then exit
+ -q, --quiet do not print progress messages
+ -d, --debug don't remove temporary files
+ --recheck update $as_me by reconfiguring in the same conditions
+ --file=FILE[:TEMPLATE]
+ instantiate the configuration file FILE
+
+Configuration files:
+$config_files
+
+Report bugs to <bug-autoconf@gnu.org>."
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF
+ac_cs_version="\\
+quilt config.status 0.48
+configured by $0, generated by GNU Autoconf 2.61,
+ with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
+
+Copyright (C) 2006 Free Software Foundation, Inc.
+This config.status script is free software; the Free Software Foundation
+gives unlimited permission to copy, distribute and modify it."
+
+ac_pwd='$ac_pwd'
+srcdir='$srcdir'
+INSTALL='$INSTALL'
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF
+# If no file are specified by the user, then we need to provide default
+# value. By we need to know if files were specified by the user.
+ac_need_defaults=:
+while test $# != 0
+do
+ case $1 in
+ --*=*)
+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
+ ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
+ ac_shift=:
+ ;;
+ *)
+ ac_option=$1
+ ac_optarg=$2
+ ac_shift=shift
+ ;;
+ esac
+
+ case $ac_option in
+ # Handling of the options.
+ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
+ ac_cs_recheck=: ;;
+ --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
+ echo "$ac_cs_version"; exit ;;
+ --debug | --debu | --deb | --de | --d | -d )
+ debug=: ;;
+ --file | --fil | --fi | --f )
+ $ac_shift
+ CONFIG_FILES="$CONFIG_FILES $ac_optarg"
+ ac_need_defaults=false;;
+ --he | --h | --help | --hel | -h )
+ echo "$ac_cs_usage"; exit ;;
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
+ | -silent | --silent | --silen | --sile | --sil | --si | --s)
+ ac_cs_silent=: ;;
+
+ # This is an error.
+ -*) { echo "$as_me: error: unrecognized option: $1
+Try \`$0 --help' for more information." >&2
+ { (exit 1); exit 1; }; } ;;
+
+ *) ac_config_targets="$ac_config_targets $1"
+ ac_need_defaults=false ;;
+
+ esac
+ shift
+done
+
+ac_configure_extra_args=
+
+if $ac_cs_silent; then
+ exec 6>/dev/null
+ ac_configure_extra_args="$ac_configure_extra_args --silent"
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF
+if \$ac_cs_recheck; then
+ echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
+ CONFIG_SHELL=$SHELL
+ export CONFIG_SHELL
+ exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
+fi
+
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF
+exec 5>>config.log
+{
+ echo
+ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
+## Running $as_me. ##
+_ASBOX
+ echo "$ac_log"
+} >&5
+
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF
+
+# Handling of arguments.
+for ac_config_target in $ac_config_targets
+do
+ case $ac_config_target in
+ "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
+
+ *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
+ { (exit 1); exit 1; }; };;
+ esac
+done
+
+
+# If the user did not use the arguments to specify the items to instantiate,
+# then the envvar interface is used. Set only those that are not.
+# We use the long form for the default assignment because of an extremely
+# bizarre bug on SunOS 4.1.3.
+if $ac_need_defaults; then
+ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
+fi
+
+# Have a temporary directory for convenience. Make it in the build tree
+# simply because there is no reason against having it here, and in addition,
+# creating and moving files from /tmp can sometimes cause problems.
+# Hook for its removal unless debugging.
+# Note that there is a small window in which the directory will not be cleaned:
+# after its creation but before its name has been assigned to `$tmp'.
+$debug ||
+{
+ tmp=
+ trap 'exit_status=$?
+ { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
+' 0
+ trap '{ (exit 1); exit 1; }' 1 2 13 15
+}
+# Create a (secure) tmp directory for tmp files.
+
+{
+ tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
+ test -n "$tmp" && test -d "$tmp"
+} ||
+{
+ tmp=./conf$$-$RANDOM
+ (umask 077 && mkdir "$tmp")
+} ||
+{
+ echo "$me: cannot create a temporary directory in ." >&2
+ { (exit 1); exit 1; }
+}
+
+#
+# Set up the sed scripts for CONFIG_FILES section.
+#
+
+# No need to generate the scripts if there are no CONFIG_FILES.
+# This happens for instance when ./config.status config.h
+if test -n "$CONFIG_FILES"; then
+
+_ACEOF
+
+
+
+ac_delim='%!_!# '
+for ac_last_try in false false false false false :; do
+ cat >conf$$subs.sed <<_ACEOF
+SHELL!$SHELL$ac_delim
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
+exec_prefix!$exec_prefix$ac_delim
+prefix!$prefix$ac_delim
+program_transform_name!$program_transform_name$ac_delim
+bindir!$bindir$ac_delim
+sbindir!$sbindir$ac_delim
+libexecdir!$libexecdir$ac_delim
+datarootdir!$datarootdir$ac_delim
+datadir!$datadir$ac_delim
+sysconfdir!$sysconfdir$ac_delim
+sharedstatedir!$sharedstatedir$ac_delim
+localstatedir!$localstatedir$ac_delim
+includedir!$includedir$ac_delim
+oldincludedir!$oldincludedir$ac_delim
+docdir!$docdir$ac_delim
+infodir!$infodir$ac_delim
+htmldir!$htmldir$ac_delim
+dvidir!$dvidir$ac_delim
+pdfdir!$pdfdir$ac_delim
+psdir!$psdir$ac_delim
+libdir!$libdir$ac_delim
+localedir!$localedir$ac_delim
+mandir!$mandir$ac_delim
+DEFS!$DEFS$ac_delim
+ECHO_C!$ECHO_C$ac_delim
+ECHO_N!$ECHO_N$ac_delim
+ECHO_T!$ECHO_T$ac_delim
+LIBS!$LIBS$ac_delim
+build_alias!$build_alias$ac_delim
+host_alias!$host_alias$ac_delim
+target_alias!$target_alias$ac_delim
+PACKAGE_RELEASE!$PACKAGE_RELEASE$ac_delim
+CC!$CC$ac_delim
+CFLAGS!$CFLAGS$ac_delim
+LDFLAGS!$LDFLAGS$ac_delim
+CPPFLAGS!$CPPFLAGS$ac_delim
+ac_ct_CC!$ac_ct_CC$ac_delim
+EXEEXT!$EXEEXT$ac_delim
+OBJEXT!$OBJEXT$ac_delim
+CPP!$CPP$ac_delim
+GREP!$GREP$ac_delim
+EGREP!$EGREP$ac_delim
+LIBOBJS!$LIBOBJS$ac_delim
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
+INSTALL_DATA!$INSTALL_DATA$ac_delim
+BASH!$BASH$ac_delim
+CP!$CP$ac_delim
+DATE!$DATE$ac_delim
+PERL!$PERL$ac_delim
+TAIL!$TAIL$ac_delim
+TR!$TR$ac_delim
+SED!$SED$ac_delim
+AWK!$AWK$ac_delim
+POD2MAN!$POD2MAN$ac_delim
+COLUMN!$COLUMN$ac_delim
+GETOPT!$GETOPT$ac_delim
+MKTEMP!$MKTEMP$ac_delim
+DIFF!$DIFF$ac_delim
+PATCH!$PATCH$ac_delim
+FIND!$FIND$ac_delim
+DIFFSTAT!$DIFFSTAT$ac_delim
+SENDMAIL!$SENDMAIL$ac_delim
+MSGMERGE!$MSGMERGE$ac_delim
+MSGFMT!$MSGFMT$ac_delim
+XGETTEXT!$XGETTEXT$ac_delim
+MSGUNIQ!$MSGUNIQ$ac_delim
+MSGCAT!$MSGCAT$ac_delim
+PATCH_WRAPPER!$PATCH_WRAPPER$ac_delim
+USE_NLS!$USE_NLS$ac_delim
+RPMBUILD!$RPMBUILD$ac_delim
+COMPAT_SYMLINKS!$COMPAT_SYMLINKS$ac_delim
+COMPAT_PROGRAMS!$COMPAT_PROGRAMS$ac_delim
+LTLIBOBJS!$LTLIBOBJS$ac_delim
+_ACEOF
+
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 80; then
+ break
+ elif $ac_last_try; then
+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
+ { (exit 1); exit 1; }; }
+ else
+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
+ fi
+done
+
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
+if test -n "$ac_eof"; then
+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
+ ac_eof=`expr $ac_eof + 1`
+fi
+
+cat >>$CONFIG_STATUS <<_ACEOF
+cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
+_ACEOF
+sed '
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
+s/^/s,@/; s/!/@,|#_!!_#|/
+:n
+t n
+s/'"$ac_delim"'$/,g/; t
+s/$/\\/; p
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
+' >>$CONFIG_STATUS <conf$$subs.sed
+rm -f conf$$subs.sed
+cat >>$CONFIG_STATUS <<_ACEOF
+:end
+s/|#_!!_#|//g
+CEOF$ac_eof
+_ACEOF
+
+
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
+# trailing colons and then remove the whole line if VPATH becomes empty
+# (actually we leave an empty line to preserve line numbers).
+if test "x$srcdir" = x.; then
+ ac_vpsub='/^[ ]*VPATH[ ]*=/{
+s/:*\$(srcdir):*/:/
+s/:*\${srcdir}:*/:/
+s/:*@srcdir@:*/:/
+s/^\([^=]*=[ ]*\):*/\1/
+s/:*$//
+s/^[^=]*=[ ]*$//
+}'
+fi
+
+cat >>$CONFIG_STATUS <<\_ACEOF
+fi # test -n "$CONFIG_FILES"
+
+
+for ac_tag in :F $CONFIG_FILES
+do
+ case $ac_tag in
+ :[FHLC]) ac_mode=$ac_tag; continue;;
+ esac
+ case $ac_mode$ac_tag in
+ :[FHL]*:*);;
+ :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
+echo "$as_me: error: Invalid tag $ac_tag." >&2;}
+ { (exit 1); exit 1; }; };;
+ :[FH]-) ac_tag=-:-;;
+ :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
+ esac
+ ac_save_IFS=$IFS
+ IFS=:
+ set x $ac_tag
+ IFS=$ac_save_IFS
+ shift
+ ac_file=$1
+ shift
+
+ case $ac_mode in
+ :L) ac_source=$1;;
+ :[FH])
+ ac_file_inputs=
+ for ac_f
+ do
+ case $ac_f in
+ -) ac_f="$tmp/stdin";;
+ *) # Look for the file first in the build tree, then in the source tree
+ # (if the path is not absolute). The absolute path cannot be DOS-style,
+ # because $ac_f cannot contain `:'.
+ test -f "$ac_f" ||
+ case $ac_f in
+ [\\/$]*) false;;
+ *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
+ esac ||
+ { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
+echo "$as_me: error: cannot find input file: $ac_f" >&2;}
+ { (exit 1); exit 1; }; };;
+ esac
+ ac_file_inputs="$ac_file_inputs $ac_f"
+ done
+
+ # Let's still pretend it is `configure' which instantiates (i.e., don't
+ # use $as_me), people would be surprised to read:
+ # /* config.h. Generated by config.status. */
+ configure_input="Generated from "`IFS=:
+ echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
+ if test x"$ac_file" != x-; then
+ configure_input="$ac_file. $configure_input"
+ { echo "$as_me:$LINENO: creating $ac_file" >&5
+echo "$as_me: creating $ac_file" >&6;}
+ fi
+
+ case $ac_tag in
+ *:-:* | *:-) cat >"$tmp/stdin";;
+ esac
+ ;;
+ esac
+
+ ac_dir=`$as_dirname -- "$ac_file" ||
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$ac_file" : 'X\(//\)[^/]' \| \
+ X"$ac_file" : 'X\(//\)$' \| \
+ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
+echo X"$ac_file" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)[^/].*/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+ { as_dir="$ac_dir"
+ case $as_dir in #(
+ -*) as_dir=./$as_dir;;
+ esac
+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
+ as_dirs=
+ while :; do
+ case $as_dir in #(
+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
+ *) as_qdir=$as_dir;;
+ esac
+ as_dirs="'$as_qdir' $as_dirs"
+ as_dir=`$as_dirname -- "$as_dir" ||
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
+ X"$as_dir" : 'X\(//\)[^/]' \| \
+ X"$as_dir" : 'X\(//\)$' \| \
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
+echo X"$as_dir" |
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)[^/].*/{
+ s//\1/
+ q
+ }
+ /^X\(\/\/\)$/{
+ s//\1/
+ q
+ }
+ /^X\(\/\).*/{
+ s//\1/
+ q
+ }
+ s/.*/./; q'`
+ test -d "$as_dir" && break
+ done
+ test -z "$as_dirs" || eval "mkdir $as_dirs"
+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
+ { (exit 1); exit 1; }; }; }
+ ac_builddir=.
+
+case "$ac_dir" in
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
+*)
+ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
+ # A ".." for each directory in $ac_dir_suffix.
+ ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
+ case $ac_top_builddir_sub in
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
+ esac ;;
+esac
+ac_abs_top_builddir=$ac_pwd
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
+# for backward compatibility:
+ac_top_builddir=$ac_top_build_prefix
+
+case $srcdir in
+ .) # We are building in place.
+ ac_srcdir=.
+ ac_top_srcdir=$ac_top_builddir_sub
+ ac_abs_top_srcdir=$ac_pwd ;;
+ [\\/]* | ?:[\\/]* ) # Absolute name.
+ ac_srcdir=$srcdir$ac_dir_suffix;
+ ac_top_srcdir=$srcdir
+ ac_abs_top_srcdir=$srcdir ;;
+ *) # Relative name.
+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
+ ac_top_srcdir=$ac_top_build_prefix$srcdir
+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
+esac
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
+
+
+ case $ac_mode in
+ :F)
+ #
+ # CONFIG_FILE
+ #
+
+ case $INSTALL in
+ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
+ *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
+ esac
+_ACEOF
+
+cat >>$CONFIG_STATUS <<\_ACEOF
+# If the template does not know about datarootdir, expand it.
+# FIXME: This hack should be removed a few years after 2.60.
+ac_datarootdir_hack=; ac_datarootdir_seen=
+
+case `sed -n '/datarootdir/ {
+ p
+ q
+}
+/@datadir@/p
+/@docdir@/p
+/@infodir@/p
+/@localedir@/p
+/@mandir@/p
+' $ac_file_inputs` in
+*datarootdir*) ac_datarootdir_seen=yes;;
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
+ { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
+echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
+_ACEOF
+cat >>$CONFIG_STATUS <<_ACEOF
+ ac_datarootdir_hack='
+ s&@datadir@&$datadir&g
+ s&@docdir@&$docdir&g
+ s&@infodir@&$infodir&g
+ s&@localedir@&$localedir&g
+ s&@mandir@&$mandir&g
+ s&\\\${datarootdir}&$datarootdir&g' ;;
+esac
+_ACEOF
+
+# Neutralize VPATH when `$srcdir' = `.'.
+# Shell code in configure.ac might set extrasub.
+# FIXME: do we really want to maintain this feature?
+cat >>$CONFIG_STATUS <<_ACEOF
+ sed "$ac_vpsub
+$extrasub
+_ACEOF
+cat >>$CONFIG_STATUS <<\_ACEOF
+:t
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
+s&@configure_input@&$configure_input&;t t
+s&@top_builddir@&$ac_top_builddir_sub&;t t
+s&@srcdir@&$ac_srcdir&;t t
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
+s&@top_srcdir@&$ac_top_srcdir&;t t
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
+s&@builddir@&$ac_builddir&;t t
+s&@abs_builddir@&$ac_abs_builddir&;t t
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
+s&@INSTALL@&$ac_INSTALL&;t t
+$ac_datarootdir_hack
+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
+
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
+ { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
+ { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined. Please make sure it is defined." >&5
+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
+which seems to be undefined. Please make sure it is defined." >&2;}
+
+ rm -f "$tmp/stdin"
+ case $ac_file in
+ -) cat "$tmp/out"; rm -f "$tmp/out";;
+ *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
+ esac
+ ;;
+
+
+
+ esac
+
+done # for ac_tag
+
+
+{ (exit 0); exit 0; }
+_ACEOF
+chmod +x $CONFIG_STATUS
+ac_clean_files=$ac_clean_files_save
+
+
+# configure is writing to config.log, and then calls config.status.
+# config.status does its own redirection, appending to config.log.
+# Unfortunately, on DOS this fails, as config.log is still kept open
+# by configure, so config.status won't be able to write to it; its
+# output is simply discarded. So we exec the FD to /dev/null,
+# effectively closing config.log, so it can be properly (re)opened and
+# appended to by config.status. When coming back to configure, we
+# need to make the FD available again.
+if test "$no_create" != yes; then
+ ac_cs_success=:
+ ac_config_status_args=
+ test "$silent" = yes &&
+ ac_config_status_args="$ac_config_status_args --quiet"
+ exec 5>/dev/null
+ $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
+ exec 5>>config.log
+ # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+ # would make configure fail if this is the last instruction.
+ $ac_cs_success || { (exit 1); exit 1; }
+fi
+
+
+{ echo "$as_me:$LINENO: result: " >&5
+echo "${ECHO_T}" >&6; }
+{ echo "$as_me:$LINENO: result: $PACKAGE_NAME version $PACKAGE_VERSION configured." >&5
+echo "${ECHO_T}$PACKAGE_NAME version $PACKAGE_VERSION configured." >&6; }
+{ echo "$as_me:$LINENO: result: " >&5
+echo "${ECHO_T}" >&6; }
+{ echo "$as_me:$LINENO: result: Using '$prefix' for installation prefix." >&5
+echo "${ECHO_T}Using '$prefix' for installation prefix." >&6; }
+
+# we don't need to see this just for the backup-files command
+# but we may as well spec it for the future
+#AC_MSG_RESULT([Using '$CC' for C compiler.])
+#AC_MSG_RESULT([Building with '$CFLAGS' for C compiler flags.])
+#AC_MSG_RESULT([Building with '$LIBS' for linker flags.])
+
+{ echo "$as_me:$LINENO: result: " >&5
+echo "${ECHO_T}" >&6; }
+{ echo "$as_me:$LINENO: result: Report bugs to $PACKAGE_BUGREPORT" >&5
+echo "${ECHO_T}Report bugs to $PACKAGE_BUGREPORT" >&6; }
diff --git a/quilt.spec b/quilt.spec
new file mode 100644
index 0000000..6118fa6
--- /dev/null
+++ b/quilt.spec
@@ -0,0 +1,1862 @@
+#
+# spec file for quilt - patch management scripts
+#
+
+Name: quilt
+Summary: Scripts for working with series of patches
+License: GPL
+Group: Productivity/Text/Utilities
+Version: 0.48
+Release: 1
+Requires: coreutils diffutils patch gzip bzip2 perl mktemp gettext
+Autoreqprov: off
+Source: quilt-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+
+%description
+The scripts allow to manage a series of patches by keeping
+track of the changes each patch makes. Patches can be
+applied, un-applied, refreshed, etc.
+
+The scripts are heavily based on Andrew Morton's patch scripts
+found at http://www.zip.com.au/~akpm/linux/patches/.
+
+Authors:
+--------
+ Andrew Morton <akpm@digeo.com>
+ Andreas Gruenbacher <agruen@suse.de>
+
+%prep
+%setup
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" ./configure --mandir=%_mandir
+make prefix=/usr BUILD_ROOT=$RPM_BUILD_ROOT RELEASE=%release
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install prefix=/usr BUILD_ROOT=$RPM_BUILD_ROOT
+%{find_lang} %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(-, root, root)
+/usr/bin/guards
+/usr/bin/quilt
+/usr/share/quilt/
+/usr/share/emacs/
+/usr/lib/quilt/
+/etc/bash_completion.d/quilt
+%config(noreplace) /etc/quilt.quiltrc
+%doc %{_mandir}/man1/guards.1*
+%doc %{_mandir}/man1/quilt.1*
+%doc %{_docdir}/%{name}-%{version}/README
+%doc %{_docdir}/%{name}-%{version}/README.MAIL
+%doc %{_docdir}/%{name}-%{version}/quilt.pdf
+
+%changelog
+* Sun Feb 01 2009 - agruen@suse.de
+- push command: Add --fuzz=N option. Add experimental --merge
+ option. Fail pushes when GNU patch exits with a status > 1.
+ Some cleanups.
+* Sat Nov 29 2008 - agruen@suse.de
+- quilt setup: Define %__tar and %__patch to refer to the tar and
+ patch wrapper. (Patch from Jan Kratochvil, Savannah bug 24964).
+* Sun Nov 02 2008 - agruen@suse.de
+- To allow using 'procmail' (which contains 'formail') as weak
+ dependency in package managers, explicitely check for the
+ 'formail' binary when invoking 'quilt mail' so that the user
+ gets a clear error message when 'formail' is missing and knows
+ what to do. (From Bernhard Walle <bwalle@suse.de>.)
+* Sun Nov 02 2008 - agruen@suse.de
+- push command: Remove leftovers of the former interactive-option.
+ (From Wolfram Sang <w.sang@pengutronix.de>.)
+* Sun Nov 02 2008 - agruen@suse.de
+- mail command: don't word boundaries in awk; it's a GNU awk
+ extension. (From Wolfram Sang <w.sang@pengutronix.de>.)
+* Sun Nov 02 2008 - agruen@suse.de
+- From Wolfram Sang <w.sang@pengutronix.de>:
+ "The test for import did not always recreate a patches-dir
+ inside the temporary location, so it would fail if you
+ modified quilt using quilt."
+* Sun Nov 02 2008 - agruen@suse.de
+- Fix from Dean Roehrich <Dean.Roehrich@sun.com> for Solaris:
+ "I ran into a case solaris ON build 99 where configure found
+ ginstall, but the Makefile.in used something else, and that
+ led to things going a bit haywire."
+* Sun Nov 02 2008 - agruen@suse.de
+- Add a dual BSD/GPL license header to test/run.
+- Only run test/patch-wrapper.test if the --with-patch-wrapper
+ config option is used.
+* Wed Sep 03 2008 - agruen@suse.de
+- Bash completion fix for fold command from
+ Bernhard Walle <bwalle@suse.de>.
+* Thu Aug 21 2008 - agruen@suse.de
+- Bump version to 0.47.
+- Add a new "publish" makefile target for pushing releases to
+ savannah.nongnu.org.
+* Tue Jun 24 2008 - agruen@suse.de
+- quilt/scripts/patchfns.in (cat_series): Handle lines properly
+ that only contain whitespace.
+* Fri Jun 13 2008 - agruen@suse.de
+- quilt/import.in: When importing multiple patches at once, make
+ sure that they won't end up in the series file in reverse order.
+ This happened because each new patch was inserted before the
+ "next" patch, which made it the new "next" patch.
+* Tue May 20 2008 - agruen@suse.de
+- Stop using cp -l: it doesn't fall back to doing a regular copy
+ when hardlinks are not supported; on some types of filesystems
+ like AFS and in some situtions, this is annoying.
+* Tue Mar 25 2008 - agruen@suse.de
+- Assume patches are in unified format by default when applying
+ them. (For working with other patch formats, make sure to remove
+ "--unified" from QUILT_PATCH_OPTS in ~/.quiltrc or
+ /etc/quilt.quiltrc.)
+* Mon Nov 05 2007 - agruen@suse.de
+- quilt/mail.in: Remove the Recipient-* and Replace-* headers
+ used internally from the resulting emails; not sure how that
+ was missed so far.
+* Mon Oct 29 2007 - agruen@suse.de
+- Fix `make snapshot'.
+- Make the changelog file chronological again.
+* Mon Oct 29 2007 - agruen@suse.de
+- quilt/mail.in: Ran into a bash ``Broken pipe'' problem in
+ quilt_mail_patch_filter() which I cannot explain or cleanly
+ reproduce. Work around it by not using pipes and subshells as
+ extensively here.
+* Thu Oct 25 2007 - agruen@suse.de
+- quilt/mail.in: Make sure that shell meta-characters like * in
+ subjects won't get expanded by accident (this was broken). Add
+ test case.
+- quilt/mail.in: ``formail -x Foo'' will extract all Foo* headers,
+ so use ``formail -x Foo:'' instead.
+- quilt/mail.in: Recognize sequences of common subject prefixes
+ like Fwd:, Fw:, Re:, Aw:, Tr:, [foo] only at the beginning of
+ subjects.
+* Mon Oct 15 2007 - agruen@suse.de
+- quilt/mail.in: Add a --signature flag that allows to override
+ the signature used. (The test suite still depended on the
+ .signature file of the user runnig it; fixed now.)
+* Sat Oct 06 2007 - agruen@suse.de
+- Allow to define a MUA different from the one found at configure
+ time in .quiltrc (by setting QUILT_SENDMAIL).
+* Sat Sep 08 2007 - agruen@suse.de
+- quite refresh: Avoid a possible environment overflow with very,
+ very large patches (#19748).
+* Fri Aug 10 2007 - agruen@suse.de
+- quilt mail: only add a "-- " at the end of messages if it is
+ actually followed by a signature.
+* Fri Aug 10 2007 - agruen@suse.de
+- quilt mail: Add a --reply-to <message> option which adds the
+ appropriate Subject, Reply-To, and References headers to the
+ intro and patch messages.
+* Wed Aug 08 2007 - agruen@suse.de
+- quilt setup: replace the --path argument with --sourcedir for
+ specifying the location of the package sources. Pass the source
+ dir to inspect as well. Fix a test suite bug for quilt setup.
+ Minor cosmetic changes.
+- Fix a quilt mail test suite bug: specify a dummy --sender in
+ test.quiltrc.
+* Thu Aug 02 2007 - paul@pwsan.com
+- quilt mail: strip closing angle brackets from the mail sender
+ address before it is inserted into the message ID. (Changed
+ by agruen@suse.de.)
+* Thu Jul 26 2007 - agruen@suse.de
+- quilt diff: don't colorize the output when the --diff=... option
+ is used (allows diff utilities to use terminal IO).
+* Tue Jun 05 2007 - agruen@suse.de
+- Man page improvements from Ben Pfaff <blp@cs.stanford.edu>.
+- QUILT_SERIES and series file search algorithm bugfix.
+* Sun May 06 2007 - agruen@suse.de
+- Mail command: when only a single patch is specified, only mail
+ that one. Only mail all patches to the end of the series if the
+ last patch is '-', or no patches have been specified.
+- Revert command: change semantics to really revert the changes
+ relative to the patch instead of removing the file from the
+ patch. That's much more useful; the other behavior is available
+ as ``quilt diff <file> | patch -p1'', anyway.
+- Update German translation.
+* Thu May 03 2007 - agruen@suse.de
+- fold command: Add -R option.
+- Update German translation.
+* Fri Apr 27 2007 - agruen@suse.de
+- Try to clean up the force-apply and interactive-apply logic
+ in quilt push, and add a force option to quilt fold: Fold was
+ applying patches interactively and was restoring files if there
+ were rejects; this was very unexpected for users.
+* Fri Apr 27 2007 - agruen@suse.de
+- Rename the ``remove'' command to ``revert'': this removes
+ ambiguities with the delete command, and more closely matches
+ what the command does.
+* Sun Apr 22 2007 - khali@linux-fr.org
+- quilt mail: Document the possibility to specifiy a patch range.
+* Sun Apr 22 2007 - khali@linux-fr.org
+- Dependencies of quilt/* on quilt/scripts/* are run-time
+ dependencies for the test suite, not build-time dependencies.
+* Thu Apr 19 2007 - agruen@suse.de
+- quilt mail: Allow to specify a patch range.
+- Remove fuzzy German translations.
+* Thu Apr 19 2007 - agruen@suse.de
+- Make pod2man optional (./configure --without-pod2man).
+* Wed Apr 18 2007 - agruen@suse.de
+- Install quilt.el into $(datadir)/emacs/site-lisp/.
+* Mon Apr 16 2007 - agruen@suse.de
+- lib/backup-files.c: Do not modify the original file whenever
+ possible: previously, a ``quilt add'' usually linked the file
+ to the backup and then copied the backup over the file to ensure
+ a link count of one. Recognize this case, and create a copy in
+ the first place instead.
+* Sun Apr 15 2007 - agruen@suse.de
+- Add quilt.el and its README file. (The emacs mode is not being
+ installed properly, yet.)
+* Sun Apr 15 2007 - khali@linux-fr.org
+- quilt/refresh.in: Remove stray
+ in error message. Reported by
+ Randy Dunlap.
+* Mon Mar 26 2007 - agruen@suse.de
+- Quilt refresh: fix existing patch check.
+* Thu Feb 22 2007 - khali@linux-fr.org
+- quilt/scripts/patchfns.in: Fix an off-by-one error in
+ change_db_strip_level when inserting the strip level in the
+ patch argument list. Also cleanup this function a bit.
+* Wed Feb 21 2007 - khali@linux-fr.org
+- quilt/import.in, quilt/scripts/patchfns.in: Implement import -R
+ for reverse-applying a patch. Original patch contributed by
+ Randy Dunlap.
+* Tue Feb 20 2007 - khali@linux-fr.org
+- test/run: Don't attempt to remove comments from command lines.
+ We don't put such comments in our test cases, and it prevents
+ legitimate uses of the "#" character (e.g. in a string, inside
+ quotes) in commands.
+* Tue Feb 13 2007 - khali@linux-fr.org
+- Update the Japanese translation. Patch from Yasushi Shoji.
+* Wed Jan 31 2007 - agruen@suse.de
+- Update the German translation.
+* Thu Oct 19 2006 - agruen@suse.de
+- Refresh command: add -z option, which refreshes changes into a
+ new patch instead of modifying the existing patch.
+* Thu Oct 19 2006 - khali@linux-fr.org
+- Bump version to 0.46.
+* Tue Oct 10 2006 - khali@linux-fr.org
+- aclocal.m4: New helper for optional binaries.
+- configure.ac: Use the new helper for diffstat and rpmbuild.
+- compat/diffstat.in: Delete.
+- compat/rpmbuild.in: Delete.
+* Mon Oct 09 2006 - agruen@suse.de
+- Update the German translation.
+* Mon Oct 09 2006 - agruen@suse.de
+- quilt.spec.in: Pass %_mandir to --configure (fix from Anders
+ Larsen).
+* Fri Sep 22 2006 - khali@linux-fr.org
+- quilt/delete.in: Display the proper error message when using
+ "quilt delete" with no argument and no patch is applied.
+- test/delete.test: Add a test for this specific case.
+* Wed Sep 20 2006 - khali@linux-fr.org
+- po/ja.po: Update the Japanese translation, patch from
+ Yasushi Shoji.
+- po/fr.po: Update the French translation.
+* Tue Sep 19 2006 - khali@linux-fr.org
+- quilt/diff.in, quilt/refresh.in: Update usage line to mention
+ "-p ab".
+* Tue Sep 19 2006 - khali@linux-fr.org
+- quilt/scripts/patchfns.in: Drop support for "-pab" in series
+ file, for it breaks compatibility with previous versions of
+ quilt, and is inconsistent.
+- test/dir-a-b.test: Drop test case for "-pab" in series file.
+* Tue Sep 19 2006 - khali@linux-fr.org
+- test/*.test: Make sure that rm commands are non-interactive.
+* Tue Sep 19 2006 - khali@linux-fr.org
+- test/dir-a-b.test: Don't use diffstat in the regression test
+ suite, as it may or may not be available.
+* Mon Sep 18 2006 - khali@linux-fr.org
+- doc/quilt.1.in: Document the fact that per-patch comments are now
+ supported. Fix a typo.
+* Mon Sep 18 2006 - khali@linux-fr.org
+- Makefile.in: Set LC_ALL=C before running the regression tests,
+ setting LANG alone isn't sufficient because LC_ALL overrides LANG
+ when set.
+* Tue Sep 05 2006 - khali@linux-fr.org
+- quilt/mail.in, test/mail.test: Fix signature separator. Patch
+ from Ville Syrjala.
+* Tue Jun 27 2006 - agruen@suse.de
+- A few more `-p ab' fixes.
+* Tue Jun 27 2006 - agruen@suse.de
+- quilt/push.in: Fix a bug introduced with the -p ab support.
+- test/dir-a-b.test: Add a regression test case for this fix.
+* Tue Jun 27 2006 - agruen@suse.de
+- Remove some broken translations that slipped in on Jun 12.
+* Sat Jun 24 2006 - khali@linux-fr.org
+- configure.ac: Test for bash 3.1 quoting bug (#16763).
+* Sat Jun 24 2006 - khali@linux-fr.org
+- bin/quilt.in, doc/quilt.1.in: Document the --quiltrc=- feature
+ (#16727).
+* Mon Jun 12 2006 - agruen@suse.de
+- quilt/diff.in, quilt/refresh.in: Add `-p ab' options which
+ produce a/file and b/file filenams in headers instead of
+ dir.orig/file and dir/file, similar to BK, git, hg patches.
+- Only touch .pc/$patch/.timestamp when a path actually is being
+ refreshed.
+* Fri Jun 02 2006 - khali@linux-fr.org
+- doc/quilt.1.in: Mention the QUILT_PATCHES_PREFIX,
+ QUILT_NO_DIFF_INDEX and QUILT_NO_DIFF_TIMESTAMP variables, and
+ describe their effects.
+* Thu Jun 01 2006 - khali@linux-fr.org
+- quilt/import.in: Add some missing quotes. This makes it possible
+ to import a patch with unfriendly characters (say spaces) in its
+ name as long as it is renamed to something more friendly in the
+ process.
+* Thu Jun 01 2006 - agruen@suse.de
+- compat/rpmbuild.in: Add a version that tries to execute a
+ rpmbuild that may have been installed after building quilt.
+- compat/diffstat.in: Same as for compat/rpmbuild.in, try to
+ execute diffstat even though none was there at quilt build
+ time.
+- aclocal.m4: Fix a quoting error.
+* Wed May 31 2006 - agruen@suse.de
+- Fix the --with-rpmbuild option of configure.
+* Fri May 26 2006 - agruen@suse.de
+- quilt/scripts/patchfns.in: Fix bugs in basename() and dirname().
+* Thu May 25 2006 - khali@linux-fr.org
+- quilt/edit.in, quilt/header.in, quilt/mail.in: Run $EDITOR with
+ LANG=$ORIGINAL_LANG. Fallback to $ORIGINAL_LANG rather than
+ $LANG for charset detection. Patch from Thomas Petazzoni.
+* Tue May 23 2006 - khali@linux-fr.org
+- quilt/scripts/edmail.in: Declare option parameters as mandatory
+ rather than optional. This makes more sense as the parameters
+ are indeed not optional, and this also works around a bug in
+ Getopt::Long.
+* Wed Apr 26 2006 - khali@linux-fr.org
+- quilt/pop.in: Delete .pc/$patch directory when popping empty
+ patches. Report and original patch by Arnaud Patard.
+- quilt/push.in: Create .pc/$patch directory when pushing missing
+ or empty patches. If we don't, some commands such as rename can
+ fail later.
+- test/missing.test: Test rename command on missing patches.
+- test/empty.test: New test case similar to missing.test, but for
+ empty patches. Somewhat based on a contribution by Arnaud
+ Patard.
+* Mon Apr 24 2006 - agruen@suse.de
+- Add @datarootdir@ macro which future versions of Autoconf will
+ start to use in @datadir@ (bug 16155, patch from Ralf
+ Wildenhues).
+* Mon Apr 24 2006 - khali@linux-fr.org
+- Bump version to 0.45.
+* Wed Apr 19 2006 - khali@linux-fr.org
+- po/*.po: Delete obsolete translations.
+* Wed Apr 19 2006 - khali@linux-fr.org
+- compat/getopt.in: Ignore option -q, rather than failing on it.
+ This prevents the test suite from failing on patch-wrapper
+ when --without-getopt is used. Reported by Markus Oberhumer.
+* Sat Apr 15 2006 - khali@linux-fr.org
+- compat/getopt.in: Remove duplicate test.
+* Sat Apr 15 2006 - khali@linux-fr.org
+- quilt/scripts/patchfns.in: Fix broken return in function
+ find_applied_patch, which was causing a bogus error message
+ on failed pop.
+- test/three.test: Test failed pop.
+* Sun Mar 26 2006 - agruen@suse.de
+- test/mail.in: Test UTF-8 header encoding.
+* Sun Mar 26 2006 - khali@linux-fr.org
+- test/mail.in: Test for recipients with a dot in their name.
+* Sat Mar 25 2006 - agruen@suse.de
+- quilt/mail.in: Use -gt instead of > in [ ... ] expression.
+- quilt/scripts/edmail.in: Improve handling of quoting and
+ special characters in recipient addresses: Automatically quote
+ display names that contain quotable characters, and encode
+ special and eight-bit characters according to RFC 2047
+ (e.g., =?utf-8?q?Andreas=20Gr=C3=BCnbacher?=).
+* Sat Mar 25 2006 - khali@linux-fr.org
+- Makefile.in: configure depends on aclocal.m4 too.
+- configure.ac: Cleanup two QUILT_COMPAT_PROG_PATH calls, the
+ second parameter is not supposed to be a list.
+- aclocal.m4: Document the fourth (optional) parameter of
+ QUILT_COMPAT_PROG_PATH.
+- aclocal.m4: No need to check for binaries we were told not to
+ use.
+* Tue Mar 21 2006 - agruen@suse.de
+- quilt/edit.in: The last fix broke another way of using edit.
+* Mon Mar 20 2006 - khali@linux-fr.org
+- configure.ac: Fix a typo in a test expression which was breaking
+ configure on FreeBSD. Patch contributed by Dirk Jagdmann.
+* Mon Mar 20 2006 - khali@linux-fr.org
+- Makefile.in: Fix building with GNU make < 3.80.
+* Wed Mar 15 2006 - agruen@suse.de
+- quilt/edit.in: Fix for working in subdirectories.
+* Sun Mar 12 2006 - khali@linux-fr.org
+- Makefile.in: Fix pseudo-symlinks under compat not being removed
+ by "make clean".
+* Sun Mar 05 2006 - khali@linux-fr.org
+- quilt/import.in: Fix replacement of compressed patches.
+- test/import2.test: New test case for compressed patches.
+* Thu Feb 16 2006 - agruen@suse.de
+- quilt/scripts/inspect.in: Also recognize when tar is passed a
+ filename on the command line -- in this case, md5sum will add
+ a `*' in front of the filename, which indicates a binary file.
+* Thu Feb 16 2006 - agruen@suse.de
+- quilt/scripts/inspect.in: Add default value for QUILT_DIR so
+ that inspect can be used stand-alone as well.
+* Wed Feb 15 2006 - agruen@suse.de
+- quilt.spec.in: Use wildcards for matching manpage{,.gz,bz2}
+ (Thomas Petazzoni <thomas.petazzoni@enix.org>).
+* Tue Feb 14 2006 - agruen@suse.de
+- Stop using bash's =~ operator: older versions don't support it.
+- Bump version to 0.44.
+* Tue Feb 14 2006 - khali@linux-fr.org
+- po/fr.po: French translation update.
+* Tue Feb 14 2006 - khali@linux-fr.org
+- quilt/mail.in: Fix temporary file leak.
+* Tue Feb 14 2006 - agruen@suse.de
+- po/ja.po: Translation update from Yasushi.
+* Tue Feb 14 2006 - agruen@suse.de
+- Fix a critical bug in the push command that causes parts of
+ patches to end up half-reversed (introduced on 22 Jan).
+* Sat Feb 11 2006 - agruen@suse.de
+- lib/backup-files.c: Close files before rename; Windows won't
+ rename open files.
+* Sat Feb 11 2006 - agruen@suse.de
+- test/run: Avoid warnings with some versions of Perl.
+* Sat Feb 11 2006 - agruen@suse.de
+- Two bash 3.1 compatibility fixes from Arnaud Patard
+ <apatard@mandriva.com> -- thank you.
+* Sat Feb 11 2006 - agruen@suse.de
+- Some versions of mkdir screw up on `mkdir -p dir/.' when dir
+ does not already exist.
+* Sat Feb 11 2006 - agruen@suse.de
+- bin/patch-wrapper.in: Call GNU patch by absolute patch to avoid
+ recursion. Don't print an error message when a patch contains
+ no files.
+* Sat Feb 11 2006 - agruen@suse.de
+- quilt/setup.in: Add --path option for defining a tarball search
+ path. Fix a bug in check_for_existing_files. When a series file
+ is given as an argument, symlink to that series file in the
+ same way as we symlink to the patches. Improve the symlink
+ creation algorithm. Add testcase test/setup.test.
+* Sat Feb 11 2006 - agruen@suse.de
+- quilt/new.in: Try to explain how to choose another source tree
+ root directory when quilt chooses the wrong one.
+* Sat Feb 11 2006 - agruen@suse.de
+- quilt/scripts/patchfns.in: Fix bug in quilt_command when working
+ in subdirectories.
+- Add testcase test/edit.test to catch this kind of bug.
+* Wed Feb 08 2006 - agruen@suse.de
+- bin/patch-wrapper.in: Fix permissions of installed file.
+* Tue Feb 07 2006 - agruen@suse.de
+- quilt/scripts/inspect.in: Improve recognition of patch's -i and
+ --input options.
+* Tue Feb 07 2006 - agruen@suse.de
+- po/ja.po: Fix three errors: % used instead of %s (Yasushi Shoji).
+* Mon Feb 06 2006 - agruen@suse.de
+- Add --with-patch-wrapper configure argument, and optionally
+ install the wrapper as /usr/share/quilt/wrapper/patch.
+- bin/patch-wrapper.in: Minor cleanups.
+* Mon Feb 06 2006 - agruen@suse.de
+- bin/patch-wrapper.in: Add hack to follow pipes via /proc on
+ Linux (zcat patch.diff.gz | patch -p0, etc.).
+* Mon Feb 06 2006 - agruen@suse.de
+- bin/patch-wrapper.in: A wrapper to GNU patch that recognizes the
+ most common options and mimics GNU patch's behavior and output,
+ and creates the quilt metadata as if quilt push was used to
+ apply the patch. When options are used that this wrapper does
+ not recognize, GNU patch is used directly, and no quilt metadata
+ will get created.
+- lib/backup-files.c: Don't fail if a directory specified with
+ -B does not exist.
+* Sat Feb 04 2006 - agruen@suse.de
+- make dist: Add the missing aclocal.m4 to the tarball.
+* Fri Feb 03 2006 - khali@linux-fr.org
+- bash_completion: Code refactoring, indentation fixes.
+* Fri Feb 03 2006 - khali@linux-fr.org
+- quilt/mail.in: Strip "Tr:" from subject lines like we do with
+ "Re:" and "Fwd:".
+* Fri Feb 03 2006 - agruen@suse.de
+- quilt/mail.in: Disable broken patch header format check.
+* Fri Feb 03 2006 - jayvdb@gmail.com
+- configure.ac: Add check for GNU diff and use $GREP
+ in GNU patch check.
+* Wed Feb 01 2006 - agruen@suse.de
+- Bump version to 0.43.
+* Wed Feb 01 2006 - agruen@suse.de
+- compat/date.in: Fix GetOptions problem with options starting
+ with `+'.
+- test/run: Adjust $ENV{PWD} in cd command; add FIXME comment in
+ export command: in commands like `export foo=$var/bar', $var is
+ not evaluated.
+* Wed Feb 01 2006 - agruen@suse.de
+- quilt/mail.in: Documentation fix.
+* Wed Feb 01 2006 - agruen@suse.de
+- configure.ac: Remove uniq -D test; we no longer use it.
+* Wed Feb 01 2006 - jayvdb@gmail.com
+- compat/date.in: Compatibility wrapper that emulates the GNU
+ date features that quilt depends on (with minor cleanups from
+ Andreas Gruenbacher).
+- configure.ac: Add test for date --rfc-822.
+* Wed Feb 01 2006 - agruen@suse.de
+- bin/guards: Update to latest version (supports --with-guards
+ option).
+- doc/README.in: Update the description of the helper scripts.
+ Add Typical Usages section from Randy Dunlap
+ <rdunlap@xenotime.net>.
+- contrib/import.diff: Remove obsolete file.
+* Wed Feb 01 2006 - khali@linux-fr.org
+- po/fr.po: Add missing translation of quilt mail's --sender
+ option help. Thanks to Andreas Gruenbacher for pointing out.
+* Wed Feb 01 2006 - jayvdb@gmail.com
+- Filter duplicates with awk instead of using uniq -D.
+* Wed Feb 01 2006 - agruen@suse.de
+- Clean up quoting in messages. Add some spaces to the Japanese
+ translation for good measure.
+* Wed Feb 01 2006 - agruen@suse.de
+- Japanese translation update from Yasushi Shoji.
+* Tue Jan 31 2006 - agruen@suse.de
+- Check for GNU uniq, and test if uniq -D is supported (from Gary
+ V. Vaughan).
+* Tue Jan 31 2006 - agruen@suse.de
+- Make sure that the %changes section in the spec file will
+ contain POSIX dates (#15591).
+* Mon Jan 30 2006 - khali@linux-fr.org
+- quilt/mail.in: Don't use sed's Q command, old versions of
+ sed don't know about it.
+* Mon Jan 30 2006 - agruen@suse.de
+- quilt/mail.in: Use $(hostname) for the sender address for
+ platforms on which $(hostname -f) doesn't work.
+* Mon Jan 30 2006 - jayvdb@gmail.com
+- compat/getopt.in: Properly handle spaces in arguments to getopt.
+* Mon Jan 30 2006 - agruen@suse.de
+- Allow backup-files to build on windows using the MinGW compiler.
+* Mon Jan 30 2006 - jayvdb@gmail.com
+- Makefile.in: The trailing slash in `find compat/' is causing OSX
+ /usr/bin/find to print 'compat//sed', etc. As a result, they are
+ appearing in compat_leftover, being removed in the middle of the
+ build, causing errors during the construction of $(DOC).
+* Mon Jan 30 2006 - jayvdb@gmail.com
+- test/mail.test: /dev/stdin @CHANGELOG@ /dev/stdout dont exist on Tru64.
+* Mon Jan 30 2006 - agruen@suse.de
+- lib/backup-files.c: Tru64 does not have snprintf. (Reported by
+ John Vandenberg).
+* Mon Jan 30 2006 - khali@linux-fr.org
+- bash_completion: Update import and mail commands options.
+* Mon Jan 30 2006 - khali@linux-fr.org
+- po/fr.po: Update French translation.
+* Sun Jan 29 2006 - agruen@suse.de
+- Also strip any bracketed fields and Re:, Fwd:, Fw:, Aw: from
+ subject headers.
+* Sun Jan 29 2006 - agruen@suse.de
+- quilt/mail.in:
+ + Add -m and --prefix options so that the mail command can be
+ used without invoking an editor.
+ + Verify that each message generated will have a unique subject.
+ + Verify that the introduction has a subject header.
+ + Fix a bug in the heuristic for adding recipients.
+ + Add a heuristic for extracting subject headers
+ + Clarify some messages.
+ + Add a test case.
+ + Update the documentation.
+* Sun Jan 29 2006 - agruen@suse.de
+- Makefile.in: Add a missing dependency.
+* Sun Jan 29 2006 - khali@linux-fr.org
+- quilt/files.in, bash_completion: Command files only works on
+ applied patches.
+* Sun Jan 29 2006 - khali@linux-fr.org
+- quilt/patches.in, quilt/refresh.in: Update usage line.
+- bash_completion: Resync with quilt commands options.
+* Sun Jan 29 2006 - khali@linux-fr.org
+- quilt/push.in: Fix a temporary file leak and vulnerability.
+* Sun Jan 29 2006 - khali@linux-fr.org
+- quilt/scripts/patchfns.in: Drop an unused local variable in
+ function find_patch_file.
+- quilt/import.in: Add a missing print_patch call.
+- quilt/import.in: Fix several temporary file leaks.
+* Fri Jan 27 2006 - agruen@suse.de
+- po/ja.po: Translation update from Yasushi.
+* Fri Jan 27 2006 - agruen@suse.de
+- Stop using bash <(...) process substitution: it triggers bugs
+ on some platforms.
+- In source tree compat/ "virtual symlink" scripts, exec the
+ target binary instead of only calling it.
+* Fri Jan 27 2006 - agruen@suse.de
+- Unify existing -p and -n parameters that specify a patch:
+ always use -P as the option name. Update test suite and the
+ translations accordingly. Patch mostly from Gary V. Vaughan.
+* Thu Jan 26 2006 - khali@linux-fr.org
+- po/fr.po: Update French translation.
+* Thu Jan 26 2006 - khali@linux-fr.org
+- lib/backup-files.c: Fix usage line and help text.
+- lib/backup-files.c: Improve recursive processing by avoiding
+ repeated realloc and strlen calls. Hardly measurable though.
+* Thu Jan 26 2006 - khali@linux-fr.org
+- Makefile.in: Have Makefile depend on configure, so that the
+ user runs ./configure only once if both Makefile.in and
+ configure.ac have changed.
+* Thu Jan 26 2006 - agruen@suse.de
+- quilt/import.in: Add missing quoting, stop using diff -U for
+ portability.
+* Thu Jan 26 2006 - agruen@suse.de
+- aclocal.m4(QUILT_COMPAT_PROG_PATH): Create missing compat
+ symlinks for binaries that have a different basename than what
+ quilt expects (e.g., awk/gawk). Patch from Gary V. Vaughan.
+* Thu Jan 26 2006 - agruen@suse.de
+- Stop using find's -printf option: some versions of find don't
+ have it.
+* Thu Jan 26 2006 - agruen@suse.de
+- quilt/delete.in: Remove a superfluous message.
+* Thu Jan 26 2006 - agruen@suse.de
+- lib/backup-files.c: Stop using ftw and implement our own dir
+ walking: ftw is a portability nightmare. The foreachdir function
+ is based a proposal from Gary V. Vaughan <gary@gnu.org>, thanks!
+* Wed Jan 25 2006 - agruen@suse.de
+- quilt/import.in: Improve the help text.
+- Makefile.in: Make sure configure is up to date.
+* Wed Jan 25 2006 - agruen@suse.de
+- lib/backup-files.c: Fix memory leaks (markus@oberhumer.com).
+* Wed Jan 25 2006 - agruen@suse.de
+- lib/backup-files.c: Don't fail when link(1) returns ENOSYS, and
+ try to copy in that case.
+* Wed Jan 25 2006 - agruen@suse.de
+- lib/backup-files.c: Fix another missed optimization.
+* Wed Jan 25 2006 - agruen@suse.de
+- lib/backup-files.c: Cleanups by Markus F.X.J. Oberhumer
+ <markus@oberhumer.com>.
+- lib/backup-files.c: Several fixes from Markus as well.
+* Tue Jan 24 2006 - agruen@suse.de
+- quilt/scripts/parse-patch.in: files_in_patch improvement from
+ jayvdb@gmail.com.
+* Mon Jan 23 2006 - agruen@suse.de
+- configure.ac: Use $TR instead of tr.
+* Mon Jan 23 2006 - jayvdb@gmail.com
+- Fix make check-all and make check-*.
+* Mon Jan 23 2006 - agruen@suse.de
+- configure.ac: Require GNU patch 2.4+.
+- quilt/import.in: Don't use diff -U-1.
+- Test suite: Recognize output of old versions of patch (from
+ jayvdb@gmail.com).
+* Mon Jan 23 2006 - jayvdb@gmail.com
+- configure.ac: Check if awk supports sub().
+- quilt/scripts/patchfns.in: Syntax changes for Solaris
+ /usr/xpg4/bin/awk.
+* Mon Jan 23 2006 - agruen@suse.de
+- Stop using GNU awk's gensub.
+* Mon Jan 23 2006 - jayvdb@gmail.com
+- A better rule for test/.depend.
+- In order to run make check immediately after configure, a few
+ minor dependencies need to be added.
+- The test suite depends on the compat layer and backup-files.
+- quilt/refresh depends on remove-trailing-ws.
+* Mon Jan 23 2006 - agruen@suse.de
+- Remove unnecessary uses of diff's -N option.
+* Sun Jan 22 2006 - agruen@suse.de
+- Don't include any object files in LIBOBJS that we don't have.
+* Sun Jan 22 2006 - agruen@suse.de
+- Call $(CMD) instead of cmd in Makefile.in.
+* Sun Jan 22 2006 - agruen@suse.de
+- push command: when a patch doesn't apply, check if it reverse
+ applies, and inform the user.
+* Sun Jan 22 2006 - agruen@suse.de
+- When inserting new diffstat, put a "---" line above it.
+* Sat Jan 21 2006 - agruen@suse.de
+- Add fallback ftw implementation for systems that don't have it.
+* Sat Jan 21 2006 - agruen@suse.de
+- Use ftw instead of nftw (some platforms don't have nftw).
+* Sat Jan 21 2006 - jayvdb@gmail.com
+- lib/backup-files.c: Only create and remove parents that are
+ missing or empty. Report errors in nftw. (Minor changes by
+ agruen@suse.de).
+* Sat Jan 21 2006 - jayvdb@gmail.com
+- Don't use date -r for comparing file timestamps.
+* Sat Jan 21 2006 - jayvdb@gmail.com
+- GNU patch 2.5 messages differ slightly from the messages of more
+ recent versions. Recognize the old version's output when fixing
+ patch's output in the push command, and also accept the old
+ version's output in the test suite.
+* Sat Jan 21 2006 - jayvdb@gmail.com
+- test/run: Support regex matching in test scripts.
+* Sat Jan 21 2006 - jayvdb@gmail.com
+- Check whether cp -l works.
+* Sat Jan 21 2006 - jayvdb@gmail.com
+- Default to use NLS when NLS binaries are available (minor
+ changes by agruen@suse.de).
+* Sat Jan 21 2006 - agruen@suse.de
+- Split off strip_diffstat from header command.
+- import command: compare patch headers to prevent destruction;
+ add -d option to choose which header(s) to keep.
+* Sat Jan 21 2006 - jayvdb@gmail.com
+- import command: catch several error conditions. Patches in
+ QUILT_PATCHES can now be imported. A minor fix in the output.
+* Sat Jan 21 2006 - agruen@suse.de
+- Fix delete -n when no patches are applied.
+* Fri Jan 20 2006 - jayvdb@gmail.com
+- Tru64 /bin/sh complains when $(call ) is used without ; on each
+ line of the define.
+* Fri Jan 20 2006 - jayvdb@gmail.com
+- Clear up the internal make rules so make -d is not so verbose.
+* Fri Jan 20 2006 - agruen@suse.de
+- Check if arguments to --with-<prog> exist, warn if they do not,
+ and fail if they do but are no executables. (Based on a patch
+ from jayvdb@gmail.com).
+* Fri Jan 20 2006 - jayvdb@gmail.com
+- configure.in: Document to use --without-foo instead of
+ --with-foo=none.
+* Thu Jan 19 2006 - agruen@suse.de
+- Make sure quilt diff --snapshot visits files in a defined order.
+* Thu Jan 19 2006 - jayvdb@gmail.com
+- Move patch parameter checks into patchfns.in, adding quotes
+ around all patch parameters, and reporting 'No patches in series'
+- quilt/annonate.in: Fix case where no patches have been applied.
+* Mon Jan 16 2006 - jayvdb@gmail.com
+- test/three.test, test/import.test: Add various tests.
+* Mon Jan 16 2006 - jayvdb@gmail.com
+- Always use full command names in the test suite.
+* Mon Jan 16 2006 - jayvdb@gmail.com
+- doc/README and doc/quilt.1 depend on compat/getopt being built
+ prior to their generation. As the phony target 'compat' cant
+ be used as a prereq, except to other phony targets, $(COMPAT)
+ has been added to refer to all necessary compat/ objects.
+- bin/*.in should be regenerated after a change to Makefile.
+* Mon Jan 16 2006 - agruen@suse.de
+- Change the rules for splitting a patch into header and body so
+ that it will work for git extanded patches as well.
+* Sun Jan 15 2006 - agruen@suse.de
+- John Vandenberg <jayvdb@gmail.com>: Make check depends on
+ programs that have been configured with --with-<name>=<prog>.
+ Make dependencies would get confused by symlinks, so create
+ wrappers in compat/ for make check.
+- Remove binaries in compat/ that are not listed in COMPAT_PROGRAMS
+ or COMPAT_SYMLINKS.
+- configure.ac: use --without-$foo instead of --with-foo=none.
+- Fix processing of translations again, and update de.po.
+* Sat Jan 14 2006 - agruen@suse.de
+- Move scripts directory to quilt/scripts to simplify running quilt
+ directly from the source tree.
+- test/Makefile: merge into Makefile.in (target check).
+- Makefile.in: clean up.
+* Sat Jan 14 2006 - agruen@suse.de
+- Use the quilt version in the source tree instead of the
+ installed version for running the test suite.
+* Tue Jan 10 2006 - khali@linux-fr.org
+- test/null-bug.test: Fix the original directory creation so that
+ the test doesn't fail if any higher-level directory contains a
+ patches/ sub-directory.
+- test/*.test: Fix the test suite after the December 8th, 2005
+ change to quilt diff. Contributed by Markus Oberhumer.
+* Wed Jan 04 2006 - khali@linux-fr.org
+- po/quilt.pot, po/de.po: Resync with code.
+- po/ja.po: Update from Yasushi Shoji.
+- po/fr.po: Update from me.
+* Thu Dec 08 2005 - agruen@suse.de
+- scripts/inspect.in (setup command): add heuristic to check for
+ input files specified on the command line in the tar/patch
+ wrapper.
+- quilt/diff.in: Degrade the ``More recent patches modify files
+ in patch'' message to a warning.
+* Thu Dec 01 2005 - mquinson@debian.org
+- bin/guards.in: s/ocnfiguration/configuration/
+ (fixes Bug#341518 in Debian)
+- doc/quilt.1.in: Document common options to all commands
+ (fixes Bug#334408 in Debian)
+* Mon Nov 28 2005 - agruen@suse.de
+- quilt/diff.in, quilt/refresh.in: for -p0 style patches, when a
+ file is being deleted, use the real filename in the +++ line
+ instead of filename.orig: if we don't, the patch does not
+ contain the real filename anymore, and patch will fail. See
+ test/null-bug.test.
+- files command: remove a redundant find_patch().
+- Make top_patch() fail if there is no top patch.
+* Fri Nov 04 2005 - agruen@suse.de
+- Makefile.in: don't strip the backup-files binary in the install
+ target.
+- quilt.spec.in: set the CFLAGS to $RPM_OPT_FLAGS, and pass on
+ the RPM release number when building quilt.
+* Wed Oct 12 2005 - agruen@suse.de
+- scripts/inspect.in: remove unnecessary path_search() function
+ and let the shell search the path internally.
+* Tue Oct 04 2005 - khali@linux-fr.org
+- scripts/patchfns.in: Prevent patch_header and patch_body from
+ mistakenly considering "---" alone on its header line as the
+ beginning of the patch body.
+* Fri Sep 23 2005 - khali@linux-fr.org
+- configure.ac: Let the user select the find binary. Test that find
+ supports -path.
+* Fri Sep 23 2005 - khali@linux-fr.org
+- quilt/files.in: Sort the file names rather than respecting the
+ original order of the files in patches. This is slightly faster,
+ and we don't much care about the original order.
+* Fri Sep 23 2005 - khali@linux-fr.org
+- Fix the test suite so that directories leftover from a previously
+ interrupted test won't cause a test to fail.
+* Fri Sep 23 2005 - khali@linux-fr.org
+- Drop test/reorder.test, it duplicates test/sort.test but is
+ less complete.
+* Fri Sep 23 2005 - khali@linux-fr.org
+- test/run: Do not depend on Term::ReadKey.
+* Fri Sep 23 2005 - agruen@suse.de
+- Fix the test suite so that it doesn't fail if any higher-level
+ directory contains a patches/ sub-directory (iow, if quilt
+ itself is patched with quilt).
+* Thu Sep 22 2005 - khali@linux-fr.org
+- Makefile.in: Fix extra spaces in foreach command which were
+ causing "missing separator" errors. Patch from Gary V. Vaughan.
+* Thu Sep 22 2005 - khali@linux-fr.org
+- configure.ac: Test sed support for (foo|bar) constructs.
+* Wed Sep 21 2005 - khali@linux-fr.org
+- configure.ac, Makefile.in: Make the cp, date and tr binaries
+ user-selectable.
+- configure.ac: Test grep and tr features.
+* Wed Sep 21 2005 - khali@linux-fr.org
+- aclocal.m4: Fix typo causing binaries with alternative names not
+ to be properly handled.
+* Wed Sep 21 2005 - khali@linux-fr.org
+- quilt/files.in: Compute file status only when needed (that is,
+ when -v is used and -l isn't). This divides the execution time
+ by 5 in all other cases.
+* Wed Sep 21 2005 - khali@linux-fr.org
+- test/subdir.test: Test quilt files -v.
+* Wed Sep 21 2005 - khali@linux-fr.org
+- test/sort.test: Quote grep arguments, as some grep
+ implementations seem to otherwise choke on them. Original patch
+ from John Vandenberg.
+* Wed Sep 21 2005 - khali@linux-fr.org
+- quilt/diff.in: Add missing call to print_patch.
+* Tue Sep 20 2005 - khali@linux-fr.org
+- Makefile.in: Fix compat/tail symlink creation. Fix variable
+ exporting bashism.
+- configure.ac: Use grep >/dev/null instead of grep -q for
+ compatibility. Test for grep -q, some quilt scripts need it.
+- test/Makefile: Fix varible exporting and script sourcing
+ bashisms.
+* Mon Sep 19 2005 - agruen@suse.de
+- Makefile.in: Fix when COMPAT_PROGRAMS is empty.
+- Avoid spurious rebuilds because of unnecessary chmod.
+* Mon Sep 19 2005 - khali@linux-fr.org
+- Makefile.in: Fix harmless error message in reference rule.
+* Mon Sep 19 2005 - khali@linux-fr.org
+- aclocal.m4: Fix a bug causing user-selected binary names not
+ to be displayed properly.
+* Mon Sep 19 2005 - agruen@suse.de
+- Use compatibility m4 for diffstat. Correctly diagnose older
+ diffstat on OS X 10.3, which outputs '1.2 (patch 5)'. Update
+ configure warning message to reflect reality that quilt diff
+ does not accept --diffstat (John Vandenberg <jayvdb@gmail.com>).
+* Mon Sep 19 2005 - agruen@suse.de
+- quilt/mail.in: add a --sender option for specifying the envelope
+ sender address (defaults to ${LOGNAME:-`whoami`}@`hostname -f`).
+* Mon Sep 19 2005 - agruen@suse.de
+- Rename MTA program to SENDMAIL, and improve configure.ac
+ (from John Vandenberg again, as several other recent things --
+ thanks!)
+- Must build the compatibility programs before creating the
+ command reference (which extracts the help texts).
+* Mon Sep 19 2005 - agruen@suse.de
+- Fix mta check when sendmail is found.
+- Fix --disable-nls.
+- configure.ac: Don't run tests when using internal compatibility
+ programs.
+* Sun Sep 18 2005 - agruen@suse.de
+- Add a missing $(BUILD_ROOT) and fix compat-symlink dependencies.
+* Sun Sep 18 2005 - khali@linux-fr.org
+- configure.ac: Test for tail -n.
+* Sun Sep 18 2005 - agruen@suse.de
+- Makefile.in: Add a dependency of all to COMPAT_PROGRAMS which
+ was lost somewhere. Fix internal "mta" program.
+- Get rid of ``grep -E''.
+* Sun Sep 18 2005 - agruen@suse.de
+- Fix a few things in po/quilt.pot generation.
+- Always create the mta symlink in compat/. Replace "@MTA@" with
+ "mta" in scripts. Replace mta check in configure.ac with
+ QUILT_COMPAT_PROG_PATH.
+- quilt/mail.in: Add a User-Agent header.
+- Update the German translation.
+* Sun Sep 18 2005 - agruen@suse.de
+- Makefile.in: remove obsolete substitutions.
+* Sun Sep 18 2005 - agruen@suse.de
+- Get rid of ``grep -e''.
+* Sun Sep 18 2005 - agruen@suse.de
+- Remove config.h, and use @DEFS@ in Makefile.in instead
+ (Gary V. Vaughan <gary@gnu.org>).
+* Sun Sep 18 2005 - khali@linux-fr.org
+- configure.ac: Drop useless -e to grep.
+* Sun Sep 18 2005 - agruen@suse.de
+- Merge po/Makefile into Makefile.in. Add a lost @false to
+ Makefile.in.
+* Sun Sep 18 2005 - agruen@suse.de
+- lib/backup-files.c: add missing dependency on config.h. Check
+ for chmod and fchmod support. Remove two unnecessary chmod calls.
+- Makefile.in: fix cyclic dependency on Makefile.
+* Sun Sep 18 2005 - agruen@suse.de
+- lib/backup-files.c: use mktemp if mkstemp is not available
+ (Gary V. Vaughan <gary@gnu.org>). Add a config.h.
+* Sun Sep 18 2005 - agruen@suse.de
+- lib/backup-files.c: switch from alloca to malloc for portability.
+* Sun Sep 18 2005 - khali@linux-fr.org
+- configure.ac: Make the tail executable user-selectable.
+* Sun Sep 18 2005 - agruen@suse.de
+- Forgot to add new files to the repository.
+* Sun Sep 18 2005 - agruen@suse.de
+- Merge compatibility layer from John Vandenberg <jayvdb@gmail.com>.
+- Only add compat/ directory to PATH if it exists. Only create it
+ when necessary.
+- configure.ac: fail if getopt does not support --long.
+- Replace @INSTALL@ with $(INSTALL) and @BASH@ with $(BASH) in
+ Makefile.in.
+- Replace @FOO@ macros in scripts with foo command where possible.
+- Remove compatibility shell functions and convert them to
+ standalone scripts.
+* Fri Sep 16 2005 - khali@linux-fr.org
+- configure.ac: Fix a copy-n-paste bug which was causing perl to
+ be checked twice and awk not to be checked properly.
+* Fri Sep 16 2005 - khali@linux-fr.org
+- Make it possible to pass arbitrary options to diffstat, by
+ defining a QUILT_DIFFSTAT_OPTS variable in ~/.quiltrc.
+- Update documentation and sample configuration file accordingly.
+* Thu Sep 15 2005 - agruen@suse.de
+- Fix off-by-one error: it's not a good idea to edit $x instead
+ of $x.in.
+* Thu Sep 15 2005 - khali@linux-fr.org
+- Makefile.in: Add missing dependency of doc/README on quilt/*.
+- Makefile.in: Rewrite non-portable sed command in "reference"
+ rule.
+* Thu Sep 15 2005 - khali@linux-fr.org
+- Omitting the search directory in "find" is not portable; add
+ an explicit "." (Gary V. Vaughan, John Vandenberg).
+* Thu Sep 15 2005 - agruen@suse.de
+- Fix quilt.spec generation after the Sep 14 change.
+* Thu Sep 15 2005 - agruen@suse.de
+- quilt/pop.in: get rid of tac.
+* Wed Sep 14 2005 - agruen@suse.de
+- quilt/mail.in: Remove stray getopt line. If --subject is given,
+ actually fill in the subject in the message template.
+* Wed Sep 14 2005 - khali@linux-fr.org
+- Makefile.in: Use @BASH@ instead of bash (John Vandenberg).
+- Makefile.in: Use `foo` instead of $$(foo) for compatibility.
+- Makefile.in: Drop call to chmod --reference (Gary V. Vaughan).
+* Tue Sep 13 2005 - khali@linux-fr.org
+- quilt/annotate.in: Rework the annotation algorithm (Andreas
+ Gruenbacher). The new code is shorter and faster.
+- quilt/annotate.in: New option "-p patch" to stop checking for
+ changes at the specified rather than the topmost patch.
+- bash_completion: Support the new -p option.
+- test/annotation.test: Test the new -p option.
+* Sun Sep 11 2005 - khali@linux-fr.org
+- quilt/annotate.in: Update help text to mention that only applied
+ patches will show (Andreas Gruenbacher). Optimize by using
+ applied_patches() instead of cat_series().
+* Fri Sep 09 2005 - khali@linux-fr.org
+- test/*.test: Fix sed compatibility issues: do not use inplace
+ (-i); do not filter out tabs in patches, it's no more needed
+ now that --no-timestamps is used; do not use the "a" command.
+ Based on a patch by John Vandenberg.
+* Fri Sep 09 2005 - khali@linux-fr.org
+- scripts/patchfns.in: New quilt_command function for running
+ another quilt command. Patch from Joe Green.
+- quilt/delete.in, quilt/edit.in: Use the new quilt_command
+ function. Patch from Joe Green.
+* Wed Sep 07 2005 - khali@linux-fr.org
+- quilt/delete.in: Fix the quilt pop invocation when attempting
+ to delete the top patch (default). Patch by Joe Green.
+* Tue Sep 06 2005 - khali@linux-fr.org
+- Japanese translation update contributed by Satoru Takeuchi and
+ Yasushi Shoji.
+* Tue Sep 06 2005 - khali@linux-fr.org
+- It is now possible to set EDITOR in ~/.quiltrc in order to use
+ a different editor for quilt and for the other tasks.
+* Tue Sep 06 2005 - khali@linux-fr.org
+- doc/README needs the same $EDITOR filtering quirk we just added
+ for doc/quilt.1.
+* Tue Sep 06 2005 - khali@linux-fr.org
+- scripts/patchfns.in: Rewrite files_in_patch_ordered() so as to
+ not require the awk asort function, which is not available on
+ all versions of awk.
+- test/sort.test: Add more files to better test the ordering and
+ sorting issues. Original patch by John Vandenberg.
+* Tue Sep 06 2005 - khali@linux-fr.org
+- Merge doc/sample.quiltrc into quilt.quiltrc, and delete it.
+ It will be easier to maintain a single configuration file.
+* Tue Sep 06 2005 - khali@linux-fr.org
+- Makefile.in: Filter out expanded $EDITOR in quilt.1. This value
+ being set at installation time may be irrelevant at execution
+ time.
+* Tue Sep 06 2005 - agruen@suse.de
+- Fix test/perms.test for LANG=POSIX (from John Vandenberg
+ <jayvdb@gmail.com>), and always run the test cases with LANG set
+ to POSIX.
+* Sun Sep 04 2005 - khali@linux-fr.org
+- quilt/diff.in: Fix incorrect error message when incompatible
+ options are used. Fix direct call to awk.
+* Fri Sep 02 2005 - khali@linux-fr.org
+- scripts/patchfns.in: Fix permissions of .pc/applied-patches
+ being lost in remove_from_db() and rename_in_db().
+* Fri Sep 02 2005 - khali@linux-fr.org
+- quilt/refresh.in: Drop a useless line in the awk script
+ replacing the diffstat section in patch headers. Improve the
+ regular expression matching diffstat lines. Original patch from
+ John Vandenberg.
+* Sun Aug 28 2005 - khali@linux-fr.org
+- configure.ac, Makefile.in: Support GCC and other compilers.
+ Allow executable extensions (non-Unix.) Original patch from
+ John Vandenberg.
+* Fri Aug 26 2005 - khali@linux-fr.org
+- quilt/delete.in: Drop extra spaces in usage line.
+- quilt/graph.in: Add missing -T option to usage line.
+- quilt/push.in: Add missing --interactive and --color options to
+ usage line.
+* Fri Aug 26 2005 - khali@linux-fr.org
+- quilt/delete.in: Add options -r (remove patch file) and
+ --backup (backup rather than remove.) Patch from Joe Green.
+* Fri Aug 26 2005 - agruen@suse.de
+- scripts/patchfns.in: insert_in_series(): Insert new patches
+ before the following patch instead of after the top patch. When
+ no patch is in the series file, insert the new patch at the end
+ (i.e., after comments from setup, etc.) instead of at the top.
+* Fri Aug 26 2005 - khali@linux-fr.org
+- quilt/import.in: Fix error path when imported patch doesn't
+ exist.
+* Wed Aug 24 2005 - agruen@suse.de
+- quilt/edit.in: Check exit status after adding files, and fail
+ except when files have already been added.
+* Mon Aug 22 2005 - agruen@suse.de
+- quilt/fold.in: fold did not work when invoked from a
+ subdirectory; update test case.
+* Fri Aug 12 2005 - khali@linux-fr.org
+- configure.ac: Do not check for diffstat version if
+ --without-diffstat is used.
+* Thu Aug 11 2005 - mquinson@debian.org
+- bash_completion: add completion of the header command
+ [Joe Green].
+- improve description of the import command
+ [Joe Green].
+* Fri Jul 29 2005 - khali@linux-fr.org
+- test/delete.test: New test case for the delete command.
+* Fri Jul 29 2005 - khali@linux-fr.org
+- Makefile.in: add test/Makefile and test/test.quiltrc to SRC,
+ so that they get included into the tarball by make dist.
+* Wed Jul 27 2005 - agruen@suse.de
+- test/missing.test: Fix test case.
+* Tue Jul 26 2005 - khali@linux-fr.org
+- Bump version to 0.42.
+* Tue Jul 26 2005 - agruen@suse.de
+- Mike Fabian <mfabian@suse.de> fixed two fuzzy Japanese messages
+ for us -- thanks!
+* Mon Jul 25 2005 - khali@linux-fr.org
+- Fix one fuzzy message in French translation.
+* Mon Jul 25 2005 - agruen@suse.de
+- Japanese translation update from Yasushi SHOJI
+ <yashi@atmark-techno.com>.
+* Sun Jul 24 2005 - khali@linux-fr.org
+- Let the perl scripts (edmail, parse-patch and
+ remove-trailing-ws) work without Locale::gettext.
+* Fri Jul 22 2005 - khali@linux-fr.org
+- Makefile.in: Drop pointless dependency between quilt command
+ files and scripts.
+* Tue Jul 19 2005 - khali@linux-fr.org
+- Update French translation.
+* Tue Jul 19 2005 - agruen@suse.de
+- Fix a few translation bugs; update german translation.
+* Mon Jul 18 2005 - agruen@suse.de
+- Add internationalization support to Perl scripts as well.
+- Rename test/create-delete.diff to *.test and fix the test.
+* Mon Jul 18 2005 - khali@linux-fr.org
+- French translation unfuzzying.
+* Mon Jul 18 2005 - agruen@suse.de
+- uninstall target: remove $(LIB_DIR) as well.
+* Mon Jul 18 2005 - agruen@suse.de
+- Based on work done by several contributers, add a header
+ command.
+- Bump version to 0.41.
+* Mon Jul 18 2005 - agruen@suse.de
+- quilt/annotate.in: Fix case where the file is created/deleted
+ by a patch.
+- Makefile.in: add uninstall target.
+* Sun Jul 17 2005 - agruen@suse.de
+- bin/quilt.in: clean up helptext.
+* Thu Jul 14 2005 - khali@linux-fr.org
+- Update the French translation.
+* Thu Jul 14 2005 - agruen@suse.de
+- Use wildcard to generate the list of all commands in Makefile
+ instead of explicitly listing them.
+- Helptext improvements.
+* Thu Jul 07 2005 - khali@linux-fr.org
+- Makefile.in: Properly set LINGUAS before running "make all" in
+ subdirectory po. This ensures that all .mo files will actually
+ be built.
+- Makefile.in: Delete po/*.mo only once on "make clean".
+* Wed Jul 06 2005 - khali@linux-fr.org
+- quilt delete: Add option -n, which deletes the next patch
+ after topmost (rather than the specified or topmost patch).
+* Tue Jul 05 2005 - khali@linux-fr.org
+- fr.po: Add all missing translations.
+- de.po: Add one easy translation.
+* Tue Jul 05 2005 - khali@linux-fr.org
+- quilt delete: Display the name of the deleted patch on success.
+* Sat Jul 02 2005 - agruen@suse.de
+- Remove outdated BUGS file and references.
+- refresh command: don't write into existing patches but create
+ new files instead to avoid overwriting hardlinked copies.
+* Fri Jul 01 2005 - khali@linux-fr.org
+- configure.ac: Add a test on diffstat version. Versions prior
+ to 1.32 are known to behave in a confusing manner, so we warn
+ the user if such an old version is found.
+* Wed Jun 29 2005 - agruen@suse.de
+- po/de.po: Small update from Debian Bug #313827.
+* Wed Jun 29 2005 - khali@linux-fr.org
+- Fix a typo in diff.in's help.
+* Wed Jun 29 2005 - khali@linux-fr.org
+- French translation unfuzzying.
+* Mon Jun 27 2005 - khali@linux-fr.org
+- Fix a typo in quilt.changes.
+* Mon Jun 27 2005 - agruen@suse.de
+- quilt diff: Fix -z option if QUILT_PATCHES is an absolute path.
+* Sun Jun 26 2005 - agruen@suse.de
+- Jean Delvare:
+ + Add a --version option that prints the program version.
+ + patch_args: Fix comments parsing in series files.
+* Wed Jun 22 2005 - agruen@suse.de
+- annotate: temp file leak; add bash completions (Jean Delvare).
+* Tue Jun 21 2005 - agruen@suse.de
+- quilt/annotate.in: Add comment; remove some dead code.
+* Tue Jun 21 2005 - agruen@suse.de
+- add command: "File %s added to patch %s" message goes to stdout
+ and not to stderr (Jean Delvare).
+- Don't fail when popping missing patches (Jerome Lacoste, Jean
+ Delvare, I).
+* Sat Jun 18 2005 - agruen@suse.de
+- Add fix for refresh --strip-trailing-whitespace option: now
+ refresh always checks for trailing whitespace and reports it
+ per file and line number. With --strip-trailing-whitespace it
+ strips the whitespace from the patch and from the affected files
+ in the working tree.
+* Sat Jun 18 2005 - agruen@suse.de
+- Add new annotate command.
+* Thu Jun 16 2005 - agruen@suse.de
+- rpm build: add missing files to file list; remove percent-prep
+ string from changes file so that RPM doesn't choke on it.
+* Tue Jun 14 2005 - agruen@suse.de
+- refresh command: also touch .pc/$patch/.timestamp when a patch
+ is found to be up-to-date (Peter Williams,
+ <pwil3058@bigpond.net.au>).
+* Sun Jun 12 2005 - agruen@suse.de
+- Documentation update from Jerome Lacoste
+ <jerome.lacoste@gmail.com> and me.
+* Sun Jun 12 2005 - agruen@suse.de
+- Remove obsolete remnants of removed -n flag (Jean Delvare).
+* Thu Jun 09 2005 - agruen@suse.de
+- Additional fixes to the rename command.
+* Wed Jun 08 2005 - agruen@suse.de
+- Add rename command from Jean Delvare <khali@linux-fr.org>.
+* Wed Jun 08 2005 - agruen@suse.de
+- Add testcase for diff --no-index.
+* Mon Jun 06 2005 - agruen@suse.de
+- Add --no-index option to diff and refresh commands: Suppress
+ Index: lines in the patch. From Jean Delvare <khali@linux-fr.org>.
+* Wed Jun 01 2005 - agruen@suse.de
+- test/remove2.test: Test for remove + refresh interactions.
+* Mon May 23 2005 - agruen@suse.de
+- quilt.quiltrc: A minor cleanup in quilt_mail_patch_filter().
+* Sun May 22 2005 - agruen@suse.de
+- setup command: When a patch cannot be identified, scan all the
+ files in the build directory: the patch may have been created,
+ unpacked from an archive, etc.
+* Sun May 22 2005 - agruen@suse.de
+- refresh command: Fix temporary file leak (from Jean Delvare).
+* Wed May 18 2005 - agruen@suse.de
+- debian/changelog: Fix typo.
+* Thu May 12 2005 - agruen@suse.de
+- Quoting fix from Jean Delvare <khali@linux-fr.org>, and one more
+ from me.
+* Sun May 08 2005 - agruen@suse.de
+- doc/quilt.1.in: Fix some typos (mostly from Jean Delvare).
+* Sun May 01 2005 - agruen@suse.de
+- Fix misspelling in documentation (Nicolas Kaiser <nikai@nikai.net>).
+* Fri Apr 29 2005 - agruen@suse.de
+- Add trailing-whitespace check an --strip-trailing-whitespace
+ option to the refresh command.
+- Bump version to 0.40.
+* Tue Apr 19 2005 - agruen@suse.de
+- fork command help update (Jean Delvare <khali@linux-fr.org>).
+* Wed Apr 13 2005 - agruen@suse.de
+- Add --sort options to the diff and refresh commands which
+ sorts files by filename. The default is to keep files in their
+ original order whenever possible.
+- refresh command: add new files in sort order instead of the
+ filesystem order.
+- diff command: output files in the order in which they show up
+ in the patch instead of sorting them alphabetically.
+- Add sort testcase.
+* Wed Apr 13 2005 - agruen@suse.de
+- Fix typos in introduction.
+* Tue Apr 05 2005 - agruen@suse.de
+- doc/quilt.1.in: Remove an unnecessary 8-bit character.
+* Thu Mar 10 2005 - agruen@suse.de
+- Debian Bug #298785: Pass -p $opt_strip_level option to diffstat
+ in refresh command.
+* Mon Mar 07 2005 - agruen@suse.de
+- Another Japanese translation update from Yasushi SHOJI.
+* Sun Mar 06 2005 - agruen@suse.de
+- Add `graph', `grep' and `mail' to QUILT_IN in po/Makefile.
+- Fix typo and translation updates.
+- Add a missing ``exit 1'' to quilt/fold.in when no patches are
+ applied. (All except the German translation update from Yasushi
+ SHOJI -- thanks.)
+* Thu Feb 24 2005 - mquinson@debian.org
+- quilt add: Add check to ensure that no symlink will be added
+ since we fail to backup them properly (see #295913 in Debian).
+* Fri Feb 18 2005 - agruen@suse.de
+- quilt add: Add check to ensure that no files below patches/
+ or .pc/ will be added.
+* Thu Feb 10 2005 - agruen@suse.de
+- quilt remove: Update restored file's timestamp. Also, some uses
+ caused a subsequent ``quilt diff -z'' to fail: we must mark
+ the patch as dirty after removing files.
+- test/run: adjust to terminal width.
+- Bump version to 0.39.
+* Sun Feb 06 2005 - agruen@suse.de
+- Update of the Japanese translation from Yasushi SHOJI
+ <yashi@atmark-techno.com> -- thank you.
+- Don't leak so many temporary files in the push command.
+- Include command names in tempfile names to find leaks more
+ easily.
+* Wed Feb 02 2005 - agruen@suse.de
+- Fix date calculation bug with some versions of GNU date.
+* Wed Feb 02 2005 - agruen@suse.de
+- Use color defaults so that QUILT_COLORS can be used to only
+ override some colors.
+- When checking for remaining changes (refresh forgotten), use
+ $QUILT_PATCH_OPTS as in the push command to get identical
+ results. Don't generate the actually diff; it doesn't get
+ printed anyway. This should speed things up.
+* Thu Jan 27 2005 - agruen@suse.de
+- lib/backup-files.c: Remove unused command line option and
+ document the remaining options.
+- quilt/pop.in: Colorize this as well:
+ "Patch attempted to create file *, which already exists."
+ "can't find file to patch at input line *"
+ "* out of * hunk ignored"
+* Tue Jan 25 2005 - agruen@suse.de
+- Fix pop command for recent coreutils (cp dir dir2/ no longer
+ works if dir2 doesn't yet exist).
+* Sun Jan 23 2005 - agruen@suse.de
+- Add color support for push command output and allow to customize
+ colors via the QUILT_COLORS environment variable (for reverse
+ video, etc.).
+* Sun Jan 23 2005 - agruen@suse.de
+- Add mail command, doc/README.MAIL and example ``mail'' command
+ filter in quilt.quiltrc.
+- Bump version to 0.38.
+* Fri Jan 21 2005 - agruen@suse.de
+- Add a missing find_patch call in the files command.
+* Thu Jan 20 2005 - mquinson@debian.org
+- fix the bash completion file:
+ - does not complete on dir anymore, just files.
+ - use string comparison when dealing with BASH_VERSION, it may
+ contain letters.
+* Tue Jan 11 2005 - agruen@suse.de
+- Add a default /etc/quilt.quiltrc file that is sourced if no
+ ~/.quiltrc file exists.
+* Fri Nov 19 2004 - agruen@suse.de
+- Push command: Write out output of patch process immediately
+ instead of reading into a variable and then printing that
+ variable. This helps to see what's happening with large patches.
+* Mon Nov 15 2004 - agruen@suse.de
+- Get rid of the apatch and rpatch helper scripts: Integrate them
+ in the push and pop commands. This should bring a small
+ performance improvement.
+* Mon Nov 08 2004 - agruen@suse.de
+- Fix extra trailing space in series file after quilt refresh
+ (David Vrabel <dvrabel@arcom.com>).
+- Missing quotation in bash_completion
+ (Axel Grossklaus <ag@pre-secure.de>).
+- Fix patches command (Brent Casavant <bcasavan@sgi.com>).
+* Sun Oct 17 2004 - agruen@suse.de
+- When applying a patch with -q and without -f no (individual)
+ reject files are created, and the "patching file" comments
+ are missing as well. In that case, we don't know wich files the
+ "-- saving rejects to file /tmp/foo" comments belong to, and we
+ can't fix them up. Remove them, instead.
+- Pop command: Touch files after they are restored so that tools
+ like make don't get confused.
+- Add a missing print_patch call (cosmetic).
+- Bump to version 0.37.
+* Wed Sep 22 2004 - agruen@suse.de
+- scripts/patchfns.in: set the dotglob option so that dot files
+ will show up in file globs as well. Bug reported by James Rowe.
+- Add a missing tab to the patch header of files that are removed.
+ Bug reported by James Rowe.
+- Push command: Without -f or --leave-rejects, when applying a
+ patch failed, the *.rej files were not removed properly. Change
+ the code so that they won't be created in the working tree in
+ the first place in this case.
+- test/run script: Oops, the previous commit was not the latest
+ version.
+- Fix the version check in bash_completion for bash 3.
+- Bump version to 0.36.
+* Tue Sep 21 2004 - agruen@suse.de
+- Series command: add missing paths to patches if
+ $QUILT_PATCHES_PREFIX is set.
+- test/run script: Add export and unset statements.
+* Mon Sep 13 2004 - agruen@suse.de
+- bin/quilt.in: Add optional verbose modifier to --trace option
+ by request of Dean Roehrich <roehrich@sgi.com>.
+- Fix a message; took a while. Thanks Yasushi SHOJI
+ <yashi@atmark-techno.com>.
+* Sun Sep 12 2004 - agruen@suse.de
+- scripts/inspect.in: Run the RPM prep section in /var/tmp and
+ not in /tmp: the sources can become large.
+- The fork command at some point broke and did not insert the
+ "serial number" in the right place in patch names anymore.
+* Wed Aug 25 2004 - agruen@suse.de
+- Refresh command: recognize and ignore header lines generated by
+ ``cvs diff''.
+- Add a missing print_patch call (cosmetic).
+* Sat Aug 14 2004 - agruen@suse.de
+- Add Japanese translation from
+ Yasushi SHOJI <yashi@atmark-techno.com>. Thank you.
+* Fri Aug 13 2004 - agruen@suse.de
+- setup command: detect errors when running ``rpm -bp'' and
+ improve the messages of ``quilt setup''.
+* Wed Aug 11 2004 - agruen@suse.de
+- Merge improvement to files command from Dean Roehrich: Allow to
+ list all files modified, or all files modified by a range of
+ patches.
+- Fix pop command help.
+* Wed Aug 11 2004 - agruen@suse.de
+- Working in sub-directories: `quilt new' so far did always
+ create patches in the current directory, even if the current
+ directory appeared to be a sub-directory of the working tree.
+ This was confusing for several people now. Make `quilt new'
+ behave like all other commands, and thus allow it to be used
+ from within sub-directories.
+* Sat Aug 07 2004 - mquinson@fuxfamily.org
+- Small fix by Yasushi SHOJI: display the name of the patch which
+ is not applied in the error message.
+* Thu Jul 22 2004 - mquinson@tuxfamily.org
+- repharse the output of rpatch when patch does not remove properly:
+ refreshing the patch is another way to fix it
+- sync french translation.
+* Thu Jul 15 2004 - mquinson@tuxfamily.org
+- patch from Joe Green to "Complete options for a partial command
+ as long as it's unique. quilt will accept such a partial command
+ as valid."
+* Thu Jul 15 2004 - agruen@suse.de
+- Add test case for permissions.
+- Very minor translation updates.
+- Convert timestamps in changes file into UTC when generating
+ the RPM changelog: the changelog does not understand
+ timestamps.
+- Bump version to 0.35.
+* Tue Jul 13 2004 - mquinson@tuxfamily.org
+- Fix a typo (s/prinf/printf/) reported by Dean Roehrich.
+- Track down two variable expensions in printf $"" constructs.
+- update the french translation accordingly
+* Mon Jul 12 2004 - agruen@suse.de
+- refresh command: Fix --diffstat option; it did swap lines. Also
+ remove stray dollar sign.
+- Also set TEXTDOMAINDIR in the wrapper script (bin/quilt.in).
+- Fix stripping of the path to $QUILT_PATCHES when working in
+ sub-dirextories. (This could be fixed more flexibly later...)
+* Mon Jul 12 2004 - mquinson@tuxfamily.org
+- Sync french translation after the recent butchery ;)
+- Commit patch from Joe Green to make the completion file usable on
+ non-debian systems.
+* Mon Jul 12 2004 - agruen@suse.de
+- Some more QUILT_PATCHES_PREFIX fixes.
+- Disable CDPATH within quilt (Joe Green writes: I've seen some
+ cases where having CDPATH set results in the path being printed
+ by cd, and I suppose it's possible that the wrong destination
+ might be selected in some cases.)
+* Fri Jul 09 2004 - agruen@suse.de
+- Switch from echo to printf for all translations: This is more
+ stable than having expansions in messages that might change
+ independent of the message.
+- Add print_patch function and always use it when printing patch
+ names. Remove -n options from various scripts and use a global
+ switch QUILT_PATCHES_PREFIX in .quiltrc to decide between patch
+ names with and without directory prefix. Depending on user
+ experience this switch may eventually go away.
+- Add --diffstat option to refresh command: If given, this option
+ inserts diffstat statistics at the end of the patch header, or
+ refreshes the existing diffstat output. No special tags in the
+ path file (%diffstat or the like) are needed.
+- Minor fix inserting changelog into RPM specfile.
+* Wed Jul 07 2004 - mquinson@tuxfamily.org
+- Fix the bash_completion by not using quilt internals, but the
+ external commands [Joe Green].
+* Sun Jul 04 2004 - agruen@suse.de
+- Add common GNU diff format options to diff and refresh commands:
+ -u, -U num, -c, -C num. Rename old -c option (combine patches)
+ of diff command to --combine.
+- Extend the function that splits comments from patches and
+ syntax coloring to handle combined diff format.
+- Honor the LANG environment variable again; this got broken at
+ some point.
+- Set TEXTDOMAINDIR to where the translations are put so that
+ Messages are found even when not installing into /usr.
+* Fri Jul 02 2004 - agruen@suse.de
+- Several Fixes from Joe Green <jgreen@mvista.com>:
+ + Another sed problem, in Makefile.in
+ + Bad error message on "quilt delete" of non-existent patch
+ + "import" doesn't remove all leading components on patch file
+ + Misspelling in "import" help text
+- With using the GNU diff --label option, file timestamps
+ disappeared. Specify the timestamps in --label by hand: This
+ gives us added flexibility when generating patches; we may
+ some day want to support diff styles other than unified.
+ Also reported by Joe Green.
+- Add --backup option to quilt refresh.
+- Update documentation to QUILT_${COMMAND}_ARGS in .quiltrc.
+ (The old settings still work but they are no longer documented.)
+- Update German translation.
+* Thu Jul 01 2004 - agruen@suse.de
+- Allow passing of default options to commands by defining
+ QUILT_${COMMAND}_ARGS in .quiltrc. This should eventually get
+ us rid of some of the mess in .quiltrc.
+* Wed Jun 30 2004 - agruen@suse.de
+- Quilt diff: add --color option for optionally colorizing the
+ output.
+* Sat Jun 26 2004 - agruen@suse.de
+- Quilt import: when importing patches with their original file
+ name, strip path prefixes from the patch names.
+* Sat Jun 12 2004 - agruen@suse.de
+- Fix another upgrade bug: The series file may optionally contain
+ a strip level argument (-pN) which must be stripped off when
+ determining the patch name.
+- A minor correction in the doumentation; some whitespace fixes.
+- Translation update.
+* Fri Jun 11 2004 - mquinson@tuxfamily.org
+- Fix the man page generation
+- Add a --no-timestamps option to diff and refresh doing what
+ QUILT_NO_DIFF_TIMESTAMPS does. This should make more visible a
+ feature I was about reimplementing ;)
+- Document all options from the pdf into the man page.
+- update the bash completion stuff so that :
+ - it does not kill the shell when completing in a tree not
+ matching the meta data version.
+ - it does not move the current directory around, seeking for
+ patches/
+ - it completes on the new commands (grep graph upgrade)
+- Various output messages polishing (and translation fuzzying)
+- French translation unfuzzying
+* Thu Jun 10 2004 - agruen@suse.de
+- Add meta-data version check/upgrade code from Martin Quinson and
+ me; new `quilt upgrade' command.
+- Handle new/removed files correctly in generated patches: If the
+ old or new file is missing, the file name in the patch should
+ be /dev/null. Fix test suite accordingly, and add
+ test/create-delete.diff. GNU patch recognizes this, and does
+ additional file existance tests when a patch creates/deletes a
+ file. Also use the --label option of GNU diff instead of
+ hand-editing file name headers.
+- Add test/Makefile for running the test suite. Note: The tests
+ run against the installed version of quilt!
+- Bump version to 0.34.
+* Sun Jun 06 2004 - agruen@suse.de
+- Preserve the order of files in patches in the diff and refresh
+ commands. Files added to a patch appear at the end of a patch.
+ The files command also lists the files in the order in which
+ they appear in patches.
+- Update to version 0.33.
+* Sun Jun 06 2004 - agruen@suse.de
+- dependency-graph: Fix for --lines option in patcher mode;
+ restrict to applied patches.
+* Sun Jun 06 2004 - agruen@suse.de
+- import: Create patches/ and parent directories to patch to be
+ imported. Insert the correct patch name in the series file.
+* Sun Jun 06 2004 - agruen@suse.de
+- backup-file.c: Add code to recursively search .pc directories.
+ Add a "no-op" mode as default, and allow to just unlink files.
+- apatch/rpatch: let backup-files search .pc directories instead
+ of generating temporary file lists.
+- rpatch/pop: unlink files of topmost patch after popping instead
+ of unlinking at each step.
+- If QUILTRC is set in the environment, use this as the
+ configuration file.
+* Sat Jun 05 2004 - agruen@suse.de
+- Return exit status 2 when commands go beyond the series (top
+ with no series, push/next when all patches are applied, pop/
+ previous when no patches are applied).
+- From John Lenz <jelenz@students.wisc.edu>: Add compatibility
+ code to the dependency-graph script for reading the meta-data
+ of Holger Schurig's patcher tool,
+ http://www.holgerschurig.de/patcher.html.
+- Update German translation.
+* Tue Jun 01 2004 - agruen@suse.de
+- Fix from Dean Roehrich <roehrich@sgi.com>: Preserve file mode
+ of original file when creating backup files.
+* Tue Jun 01 2004 - mquinson@tuxfamily.org
+- document common options to all scripts (--trace and --quiltrc)
+- update french translation
+* Mon May 31 2004 - agruen@suse.de
+- Rewrite spec2series to return what the new `quilt setup' needs,
+ and rename it to inspect.
+- `quilt setup': Rewrite so that it supports multiple archives
+ per spec file. Always make the patches directory a symlink to
+ the original patch files instead of copying the patches.
+- Update German translation.
+* Sun May 16 2004 - agruen@suse.de
+- Clarify help text of `quilt add' (thanks to Tom Rini
+ <trini@mvista.com>). Update translations.
+* Sat May 15 2004 - agruen@suse.de
+- Add `quilt grep': Grep over all files, recursively, skipping
+ the $QUILT_PATCHES and $QUILT_PC directories.
+* Tue Apr 27 2004 - agruen@suse.de
+- Fix `quilt fork': It destroys .pc/applied patches; that bug got
+ introduced when reverting it to its previous semantics.
+* Wed Apr 21 2004 - agruen@suse.de
+- Replace two occurrences of in sed regular expressions
+ with bash $' ': Some older versions of sed don't understand
+ . Thanks to Randy Dunlap <rddunlap@osdl.org> and Greg Edwards
+ <edwardsg@sgi.com> for reporting.
+* Sat Mar 20 2004 - agruen@suse.de
+- Fix an algorithmic bug in `quilt graph --lines': Edges were
+ sometimes lost.
+- A few minor cleanups.
+* Sun Mar 14 2004 - agruen@suse.de
+- Extend `quilt graph' to also support checking for overlapping
+ changes in patches.
+- Export QUILT_PATCHES QUILT_PC SUBDIR SERIES DB for use in
+ non-shell components of quilt.
+* Sat Mar 13 2004 - agruen@suse.de
+- Change `quilt import' to allow importing multiple patches
+ at once.
+- Fix a bug in backup-files.c (introduced just before).
+- Update to version 0.32.
+* Sat Mar 13 2004 - agruen@suse.de
+- Add `quilt graph' command for generating a dependency graph
+ between patches. This requires the graphviz package for
+ removing transitive edges (optional) and for rendering the
+ graph. Please note that the graph command itself is minimal,
+ while the underlying scripts/dependency-graph is more flexible.
+- Complete one more detail in scripts/dependency-graph.
+- Revert `quilt fork' to how it originally worked: fork the
+ *topmost* patch, not the next unapplied patch. Adapt the
+ test suite accordingly.
+- Add flag to backup-files.c to make sure that files in the
+ working tree have a link count of at most one. Use this where
+ appropriate.
+- Fix a bug in `quilt snapshot': Taking snapshots caused files
+ to get link counts bigger than one, so modifying them could
+ cause multiple files to get modified. Speed up the command,
+ too.
+- Update the documentation. Add example1.test from the
+ documentation.
+* Wed Mar 10 2004 - agruen@suse.de
+- Quilt push/pop: exit with a non-zero status when beyond series.
+- Ignore empty lines in series file.
+- Add man page to tarball and to spec file; add make dependencies.
+- Sort the commands in the man page command reference.
+* Tue Mar 09 2004 - agruen@suse.de
+- Make files writeable in `quilt add' (and `quilt edit') for
+ working with read-only trees.
+* Wed Feb 25 2004 - martin.quinson@tuxfamily.org
+- Add completion to the edit command in bash
+* Sun Feb 22 2004 - martin.quinson@tuxfamily.org
+- Add a man page (generated automatically from -h)
+* Sat Feb 21 2004 - agruen@suse.de
+- Sub-directory support: `quilt setup' could get confused, too.
+* Fri Feb 20 2004 - agruen@suse.de
+- Sub-directory support:
+ + Fix another bug that triggers when /patches exists.
+ + Working in sub-directories: Force `quilt new' to always create
+ the new patch in the current working directory even if there
+ is a patches/ sub-directory further up the directory tree.
+ This should restore the behavior from before Jan 28 very well.
+- quilt files, diff, refresh: Sort the files in the patch
+ alphabetically.
+* Sun Feb 15 2004 - agruen@suse.de
+- Never fail when patching temporary files in `quilt diff -z',
+ only warn.
+* Thu Feb 05 2004 - agruen@suse.de
+- Add some fixes from Manuel Estrada Sainz <ranty@debian.org>.
+- Add QUILT_SERIES setting: Override the location of the series
+ file to use.
+- Don't print an empty line for `quilt top' if no patches are
+ applied.
+* Tue Feb 03 2004 - agruen@suse.de
+- Add --quiltrc={rcfile|-} option. Remove some superfluous quoting
+ from quilt wrapper.
+- Extra tests in `quilt refresh' did not check if the old patch
+ was missing.
+* Mon Feb 02 2004 - agruen@suse.de
+- Fix test for bash in configure.ac.
+- Add `--trace' option to quilt wrapper (runs commands with -x,
+ which prints an execution trace).
+- Add QUILT_BACKUP setting in .quiltrc (creates backup copies
+ when refreshing patches).
+- Fix `quilt next'.
+* Sat Jan 31 2004 - agruen@suse.de
+- Also fix `quilt import' after patch name mangling removal.
+* Sat Jan 31 2004 - agruen@suse.de
+- No longer remove common extensions (.dif, .diff, .patch, .gz,
+ .bz2) from patch names. This allows patches in the same series
+ that only differ by extension, and cleans up the scripts a
+ little. Also don't remove extensions when printing patch names.
+- Remove unused diffstat code.
+- Fix generating doc/README after subdirectory support broke it.
+- Remove excessive newlines in -h messages.
+* Wed Jan 28 2004 - agruen@suse.de
+- Fix bugs introduced while merging Chris's patch.
+- Add more test cases for subdirectory support.
+- Fix `make dist': Some files in debian/ did not exist.
+- Update to version 0.30.
+* Wed Jan 28 2004 - agruen@suse.de
+- Patch from Chris Mason <mason@suse.de>: Add support for working
+ in subdirectories of the base directory that contains patches/
+ and .pc/. In the unlikely case that quilt shall operate in the
+ sub-directory itself, it is sufficient to create a patches/
+ directory there.
+- Add a small testcase for subdirectory support.
+* Sat Jan 24 2004 - agruen@suse.de
+- Add QUILT_NO_DIFF_TIMESTAMPS option in .quiltrc.
+- Add QUILT_PATCH_OPTS setting to allow passing options to
+ GNU patch.
+- Fix help for `quilt diff'.
+* Thu Jan 08 2004 - agruen@suse.de
+- Also accept `quilt diff -z ./file' (ignore the ./ prefix that
+ is often produced by find etc.)
+* Thu Nov 27 2003 - agruen@suse.de
+- `quilt fold' did not create directories for additional files,
+ and the code for recovering from failures was wrong.
+* Tue Nov 25 2003 - agruen@suse.de
+- Update quilt paper.
+* Mon Nov 24 2003 - agruen@suse.de
+- Error check for `quilt diff -z filelist' was too strict; relax.
+* Mon Nov 17 2003 - agruen@suse.de
+- Add new command `quilt fold' to fold one patch into another.
+- Fix bug in `quilt files': Files that are neither present in the
+ working directory and have an empty backup copy sometimes were
+ still listed.
+- Some minor cleanups in apatch.
+- Add test/fold.test, and fix a now-useless check in one.test.
+* Sat Nov 15 2003 - agruen@suse.de
+- Merge some changes from wangdi:
+ + Use -f (force) option of GNU patch in `quilt diff -z'.
+ + Build source and binary RPMs in `make rpm' target.
+ + Simplify sed expression in Makefile.in.
+* Wed Nov 12 2003 - agruen@suse.de
+- Add introductory paper to CVS repository.
+- Remove obsolete documentation.
+- Bump version number to 0.29 (cvs tag VER_0_29).
+* Tue Nov 04 2003 - agruen@suse.de
+- Add failpop.test that checks if modified patches are recognized.
+- Fix the check for modified patches: That broke with the .pc file
+ removal.
+- `quilt setup' sometimes forgot to create the patches sub-dir.
+- Fix the timestamp check in scripts/rpatch.in for missing files.
+* Fri Oct 31 2003 - agruen@suse.de
+- Bump version number to 0.28 (cvs tag VER_0_28).
+* Fri Oct 31 2003 - agruen@suse.de
+- No longer verify if patches remove cleanly by reverse applying
+ them: This doesn't always succeed, and the the equivalent of
+ `quilt diff -z' should suffice, anyway.
+- Add `touch .pc/$patch' after successful refresh: Speeds up
+ `quilt pop' after a refresh.
+- Update test suite.
+- apatch was printing a spurious newline.
+* Wed Oct 29 2003 - agruen@suse.de
+- If a patch does not apply cleanly and `quilt push' removes
+ rejects files it GNU patch left behind, change the output from
+ ``saving rejects to file x.rej'' to ``rejects in file x''.
+* Tue Oct 28 2003 - agruen@suse.de
+- Remove .pc/*/.pc files, and adjust various scripts accordingly.
+- Run test/one.test inside sub-directory.
+- Bump version number to 0.27 (cvs tag VER_0_27).
+* Tue Oct 28 2003 - agruen@suse.de
+- Change name and semantics of PATCHSCRIPTS variable: Before, if
+ PATCHSCRIPTS was set, the patches were in $PATCHSCRIPTS/patches.
+ Now, if QUILT_PATCHES is set, the patches are in $QUILT_PATCHES.
+ QUILT_PATCHES defaults to "patches", like before.
+* Sun Oct 26 2003 - agruen@suse.de
+- Get rid of patches_per cache_in `quilt patches'. Remove
+ patches_per_file and associated functions. `quilt patches'
+ now is a bit slow for unapplied patches.
+* Sun Oct 26 2003 - agruen@suse.de
+- Rename snapshot directory from ".snap0" to ".snap".
+- `quilt diff: Speed up file list generation in `quilt diff'.
+ Don't use modified_files anymore. Instead, add first_modified_by
+ function. I want to get rid of the patches_per_file cache;
+ it sometimes was not brought up to date. Some cleanups.
+- Add test/snapshot.test.
+- Fix two errors in the date format in quilt.changes.
+* Thu Oct 23 2003 - agruen@suse.de
+- `quilt add': Return exit code 2 when a file has already been
+ added.
+- Add `quilt edit' command: Does a `quilt add' and then invokes
+ $EDITOR (fallback is `vi'). Files that don't exist after editing
+ are again removed from the patch.
+* Tue Oct 21 2003 - agruen@suse.de
+- `Quilt fork' should better fork the next patch instead of the
+ topmost one. Also fix a bug in updating the series file when
+ forking. The rename_in_db() function is no longer needed.
+* Tue Oct 21 2003 - agruen@suse.de
+- Add `quilt fork' command.
+- Add `quilt snapshot' command and `quilt diff --snapshot' option.
+- Bump the version number to 0.26.
+* Tue Sep 09 2003 - martin.quinson@tuxfamily.org
+- fix LC_ALL to C during building the reference so that the
+ documentation comes to english and not to french when build
+ on my box.
+- Update the french translation
+- Bump the version number to 0.25
+* Tue Sep 02 2003 - agruen@suse.de
+- Pipe rpmbuild output to /dev/null in spec2series (seems to be
+ necessary since rpm4).
+* Sun Jul 27 2003 - agruen@suse.de
+- Use %{find_lang} macro in spec file.
+* Sat Jul 26 2003 - agruen@suse.de
+- Pushing is only possible if the topmost file is found in the
+ series file. Fix from Tom Wang <wangdi@clusterfs.com>.
+* Sat Jul 26 2003 - agruen@suse.de
+- When popping files, go through the list of applied patches
+ instead of looking at the series file: The series file may
+ have changed.
+* Sat Jul 26 2003 - agruen@suse.de
+- Install package documentation into $RPM_DOC_DIR if this
+ environment variable is set. On RedHat 9 $RPM_DOC_DIR points to
+ /usr/share/doc/packages, but documentation lives in
+ /usr/share/doc. This is a bug in RedHat's RPM configuration;
+ working around it would break other distributions.
+* Wed Jul 23 2003 - agruen@suse.de
+- Add Autoconf test for rpmbuild vs. rpm (needed for `make rpm').
+- Update spec2series accordingly.
+* Sat Jul 19 2003 - agruen@suse.de
+- lib/backup-files.c: Copy files if hard linking is not possible,
+ e.g., because the backups go to a ram disc, etc.
+* Thu Jun 26 2003 - martin.quinson@tuxfamily.org
+- Add what needed to have inteligent bash completion when using quilt
+- Bump version to 0.24
+* Wed Jun 25 2003 - martin.quinson@tuxfamily.org
+- Make clean before dist to avoid to put cruft in tarballs
+- remove po/*mo on make clean
+- update fr.po
+- Fix a typo in push.in help message about --interactive
+* Tue May 20 2003 - agruen@suse.de
+- Preserve permissions of files added with `quilt add'.
+* Sun May 18 2003 - agruen@suse.de
+- Do not add the whole /usr/share/locale directory to the RPM
+ file list, but only the quilt message catalogs: Otherwise RPM
+ complains when uninstalling.
+* Fri May 16 2003 - agruen@suse.de
+- Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTS
+- Add ~/.quiltrc resource file (this file is sourced from
+ the patchfsn file, which is used by all commands).
+* Fri Apr 11 2003 - agruen@suse.de
+- Apply patches with `patch -f' by default. Add --interactive
+ option top `quilt push' to allow applying patches without
+ `patch -f'.
+* Wed Apr 09 2003 - agruen@suse.de
+- Remove awk hacks in Makefile.in with shell loop and sed hack:
+ The awk hack(s) didn't work for Martin Quinson.
+* Wed Apr 09 2003 - agruen@suse.de
+- Never reorder files in patches. (Previously the file list
+ was run through (sort | uniq) to remove duplicate entries.)
+- Update test script to new format, and add regression test
+ cases.
+* Wed Apr 09 2003 - agruen@suse.de
+- The change from Mar 24 caused empty lines to be removed in
+ patch descriptions.
+* Mon Apr 07 2003 - agruen@suse.de
+- `head -1' and `tail -1' is non-standard and deprecated, and
+ does not work with coreutils-5.0 any longer.
+* Sat Apr 05 2003 - agruen@suse.de
+- Improve error checking of `quilt diff'.
+* Mon Mar 24 2003 - agruen@suse.de
+- Update patch_description function used in `quilt refresh' to
+ recognize `====' lines. Without that, quilt thinks these
+ lines are part of the comments before the actual patch starts,
+ so those lines will accumulate.
+* Sun Mar 23 2003 - agruen@suse.de
+- Update test script to reflect recent patch format changes.
+* Sat Mar 22 2003 - agruen@suse.de
+- Also substitute @SED@ and @AWK@.
+- Some versions of sed don't like ' '. Expand those in the
+ shell instead.
+* Fri Mar 21 2003 - agruen@suse.de
+- Bump version number to 0.23 (CVS tag VER_0_23).
+* Fri Feb 14 2003 - agruen@suse.de
+- A couple more I18N fixes, minor cleanups in status messages.
+- Remove "quilt guidiff" (obsolete).
+* Fri Feb 14 2003 - martin.quinson@tuxfamily.org
+- Implement i18n, along with the french l10n.
+- It was long enough that we didn't release, so bump the version
+ number.
+* Sat Feb 08 2003 - agruen@suse.de
+- Merge James Rowe <Jay@jnrowe.uklinux.net>'s quilt-help.diff
+ patch that fixes several help messages.
+* Thu Feb 06 2003 - agruen@suse.de
+- Quilt refresh: Create sub-directories in patches directory
+ so that new patches in sub-directories can be added easily.
+* Wed Feb 05 2003 - agruen@suse.de
+- Quilt diff: If a patch has been force applied, quilt diff -z
+ will also have failures when generating the temporary files.
+ Ignore these failures in this case.
+- Add -R option to quilt diff to generate a a reverse patch.
+- Fix deleting the temporary directory (by using an absolute
+ instead of a relative path).
+* Sun Feb 02 2003 - agruen@suse.de
+- Make quilt setup recognize the "# Sourcedir:" directive.
+- Fix bug with spurious `Index:' lines in diff/refresh output.
+- Add --diff option to quilt diff that allows to specify a
+ different utility that diff to run files through. (That utility
+ is only called for files that contain differences, not for
+ files that are in a patches' file list but jave not been
+ changed.)
+* Sat Feb 01 2003 - agruen@suse.de
+- Integrate James Rowe's Autoconf setup (with a comple of
+ additional changes/fixes).
+- Add some messages in configure.ac.
+- Make distclean removes autoconf garbage. The configure script is
+ no source file. Add rule to create it when necessary.
+- Invoke configure in the RPM spec file.
+- Merge James Rowe's guidiff.
+* Fri Jan 31 2003 - agruen@suse.de
+- Add syntax highlighting tags for emacs and vim.
+- Move all scripts from lib/ to scripts/. Install lib/backup-files
+ in /usr/lib/quilt/, and install the scripts in
+ /usr/share/quilt/scripts/, so that no binaries are installed
+ under /usr/share.
+- Fix quoting strings for inclusion in regular expressions.
+- Change literal '@SUBST@' strings in Makefile to '@SUBST''@',
+ so that Autoconf won't mess them up later.
+* Fri Jan 31 2003 - Martin.Quinson@ens-lyon.fr
+- Change '#!@BASH@' to '#! @BASH@'. It can look a bit stupid, but
+ it's needed for maximal portability.
+* Fri Jan 31 2003 - Martin.Quinson@ens-lyon.fr
+- Fight lintian warnings (lintian is a tool to check debian
+ packages):
+- Remove the dependencies on essential packages diff, gzip,
+ debianutils
+- Format the copyright file properly
+- Remove the #! /bin/bash header from patchfns, since it's not an
+ executable script, but a stuff to be sourced by others.
+* Thu Jan 30 2003 - agruen@suse.de
+- Also substitute @MKTEMP@.
+- For improved scripting support, add -n option to scripts that
+ print patch names prints the patch file name instead. This
+ is useful for selecting which patches to grep, etc.
+* Thu Jan 30 2003 - agruen@suse.de
+- Allow a file list to be diffed to be passed to quilt diff. Add
+ -P option for specifying a patch different from the topmost
+ patch,
+* Thu Jan 30 2003 - Martin.Quinson@ens-lyon.fr
+- Remove useless oldies. Missing functionnalities needs to be
+ reimplemented almost from the scratch due to the bunch of
+ changes to the core since those scripts were written.
+* Thu Jan 30 2003 - agruen@suse.de
+- Fix some regex quoting; use grep -E because we quote for extended
+ regexps. Filenames with "+^$" in it did not work in some places.
+- Prepare for GNU Autoconf: substitute @PERL@, @BASH@, @DIFF@,
+ @PATCH@ in scripts.
+- Some cleanups in Makefile.
+- Move documentation to doc/.
+- Forgot to mention that the patches produced now contain
+ `Index: dir/filename' just before the diff output for each file.
+ This is required by POSIX, and is also used by diffstat.
+- Adjust patch_description documentation extraction function to
+ check for Index: lines.
+- Quilt refresh looses text before actual patch due to bug in
+ patch_description function.
+* Tue Jan 28 2003 - agruen@suse.de
+- Add --leave-rejects option to quilt push and apatch, to
+ leave reject files around for inspection even if a patch
+ does not apply.
+* Tue Jan 28 2003 - agruen@suse.de
+- Restart change log at quilt-0.21. Let orderly development
+ begin :)