summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore1
-rw-r--r--ChangeLog74
-rw-r--r--Makefile.in20
-rw-r--r--NEWS4
-rw-r--r--THANKS5
-rw-r--r--TODO34
-rw-r--r--config.h.in9
-rwxr-xr-xconfigure1480
-rw-r--r--debian/TODO1
-rw-r--r--debian/changelog59
-rw-r--r--debian/control2
-rw-r--r--debian/copyright8
-rw-r--r--debian/doc-base10
-rwxr-xr-xdebian/postinst12
-rwxr-xr-xdebian/prerm11
-rw-r--r--debian/substvars2
-rw-r--r--find/Makefile.in7
-rw-r--r--find/testsuite/Makefile.in6
-rw-r--r--lib/Makefile.in7
-rw-r--r--lib/posix/Makefile.in212
-rw-r--r--locate/Makefile.in114
-rw-r--r--locate/testsuite/Makefile.in262
-rw-r--r--m4/Makefile.in2
-rw-r--r--po/.cvsignore1
-rw-r--r--xargs/Makefile.in7
-rw-r--r--xargs/testsuite/Makefile.in6
26 files changed, 1594 insertions, 762 deletions
diff --git a/.cvsignore b/.cvsignore
index 2af76e8a..15e7980b 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,5 +1,6 @@
Makefile
config.cache
+config.guess
config.h
config.log
config.status
diff --git a/ChangeLog b/ChangeLog
index 2fb8b43c..e0d7091b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,77 @@
+2000-10-09 Kevin Dalley <kevin@seti.org>
+
+ * locate/testsuite/config/unix.exp: dejagnu unix.exp
+
+ * xargs/testsuite/config/unix.exp: remove temporary file
+
+ * xargs/xargs.c: spelling correction
+
+ * m4/prereq.m4: updated and changed some macros
+
+ * m4/jm-macros.m4: replaced jm_FUNC_FNMATCH with
+ kd_FUNC_FNMATCH_CASE_REPL
+
+ * m4/timespec.m4, m4/strerror_r.m4, m4/mbstate_t.m4,
+ m4/largefile.m4, m4/gettext.m4, m4/fnmatchcase.m4, m4/d-type.m4,
+ m4/d-ino.m4, m4/c-bs-a.m4: new m4 macros.
+
+ * m4/Makefile.am: add fnmatchcase.m4 and mbstate_t.m4
+
+ * locate/testsuite/locate.gnu/ignore_case3.xo,
+ locate/testsuite/locate.gnu/ignore_case3.exp,
+ locate/testsuite/locate.gnu/ignore_case2.xo,
+ locate/testsuite/locate.gnu/ignore_case2.exp,
+ locate/testsuite/locate.gnu/ignore_case1.xo,
+ locate/testsuite/locate.gnu/ignore_case1.exp,
+ locate/testsuite/config/unix.exp: tests related to "--ignore-case"
+ option.
+
+ * locate/testsuite/locate.gnu: testsuite directory
+
+ * locate/testsuite/Makefile.am (Repository):
+
+ * locate/testsuite: add directory for locate testsuite
+
+ * po/findutils.pot: updated file
+
+ * po/sv.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po,
+ po/it.po, po/gl.po, po/fr.po, po/et.po, po/es.po, po/de.po:
+ updated various po files.
+
+ * locate/updatedb.sh: export TMPDIR, which is used by child
+ processes.
+
+ * locate/locate.1, locate/locate.c: add "--ignore-case" option.
+
+ * locate/Makefile.am: add testsuite subdirectory
+
+ * find/testsuite/find.gnu/perm.xo,
+ find/testsuite/find.gnu/perm.exp,
+ find/testsuite/find.gnu/name-opt.xo,
+ find/testsuite/find.gnu/name-opt.exp: added test suites
+
+ * configure.in: add locate/testsuite/Makefile
+
+ * doc/find.info*: removed from repository
+
+ * doc/find.texi: add documentation for "-i" option.
+
+ * aclocal.m4: removed from repository, as it is generated.
+
+ * find/pred.c: fixes problem with "find -perm -0100".
+
+ * lib/lstat.c, lib/stat.c: removed from repository. These files
+ are generated from lib/xstat.in.
+
+2000-08-24 Kevin Dalley <kevin@seti.org>
+
+ * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s}.
+
2000-05-13 Kevin Dalley <kevind@rahul.net>
+ * find/tree.c (opt_expr): move iname and ipath to the front of the
+ list of arguments.
+
* doc/find.texi (Directories): changed wording for "-prune".
* find/parser.c (parse_prune): set side_effects to true, to
@@ -379,7 +451,7 @@
* find/fstype.c (filesystem_type_uncached): fixes bug described as
follows: When 'find' looks for a fstype, it parses the /etc/mtab
until it finds the good line. But, if there is, before the good
- line, a line whose the mountpoint is unreachable, it fails.
+ line, a line whose mountpoint is unreachable, it fails.
* doc/texinfo.tex: updated to newer version
diff --git a/Makefile.in b/Makefile.in
index 427d54e8..d9c30b86 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -139,12 +139,13 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
$(ACLOCAL_M4): configure.in m4/afs.m4 m4/assert.m4 m4/c-bs-a.m4 \
m4/check-decl.m4 m4/d-ino.m4 m4/d-type.m4 m4/error.m4 \
- m4/fnmatch.m4 m4/fstypename.m4 m4/getline.m4 \
- m4/gettext.m4 m4/glibc.m4 m4/inttypes_h.m4 \
- m4/isc-posix.m4 m4/jm-glibc-io.m4 m4/jm-macros.m4 \
- m4/jm-mktime.m4 m4/largefile.m4 m4/lcmessage.m4 \
- m4/link-follow.m4 m4/ls-mntd-fs.m4 m4/lstat-slash.m4 \
- m4/lstat.m4 m4/malloc.m4 m4/memcmp.m4 m4/prereq.m4 \
+ m4/fnmatch.m4 m4/fnmatchcase.m4 m4/fstypename.m4 \
+ m4/getline.m4 m4/gettext.m4 m4/glibc.m4 \
+ m4/inttypes_h.m4 m4/isc-posix.m4 m4/jm-glibc-io.m4 \
+ m4/jm-macros.m4 m4/jm-mktime.m4 m4/largefile.m4 \
+ m4/lcmessage.m4 m4/link-follow.m4 m4/ls-mntd-fs.m4 \
+ m4/lstat-slash.m4 m4/lstat.m4 m4/malloc.m4 \
+ m4/mbstate_t.m4 m4/memcmp.m4 m4/prereq.m4 \
m4/progtest.m4 m4/readdir.m4 m4/realloc.m4 m4/regex.m4 \
m4/st_dm_mode.m4 m4/st_mtim.m4 m4/stat.m4 \
m4/strerror_r.m4 m4/strftime.m4 m4/timespec.m4 \
@@ -221,10 +222,11 @@ maintainer-clean-recursive:
@set fnord $(MAKEFLAGS); amf=$$2; \
dot_seen=no; \
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
- rev="$$subdir $$rev"; \
- if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
+ if test "$$subdir" = "."; then :; else \
+ rev="$$subdir $$rev"; \
+ fi; \
done; \
- test "$$dot_seen" = "no" && rev=". $$rev"; \
+ rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
diff --git a/NEWS b/NEWS
index 0474bfaf..85a135d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
+* Major changes in release 4.1.6:
+correct bug in prune.
+added --ignore-case option for locate
+
* Major changes in release 4.1.5:
Add support for large files
diff --git a/THANKS b/THANKS
index 27d37a43..9cc56729 100644
--- a/THANKS
+++ b/THANKS
@@ -5,3 +5,8 @@ Jonathan R. Ferro <jferro@corwin.ece.cmu.edu>
Mark Kettenis <kettenis@gnu.org>
Jesus Bravo Alvarez <jba@pobox.com>
"John David Anglin" <dave@hiauly1.hia.nrc.ca>
+Paul Slootman <paul@murphy.nl>
+
+Suggestion for locate's ignore-case code:
+Matt Mueller <donut@azstarnet.com>
+"Stephane Barizien" <sba@ocegr.fr>
diff --git a/TODO b/TODO
index 5da7f765..a9fc72d7 100644
--- a/TODO
+++ b/TODO
@@ -13,6 +13,7 @@ items, and add the unfixed problems below.
** Should translated long options be offered in locate and xargs?
** updatedb.sh should be internationalized as well
+** the Solaris door files are partially supported (e.g. not by -type)
* new standards with Austin group
** "-H" and "-L" options to find were added by Austin group standards.
@@ -42,6 +43,20 @@ be optionally included, or is it mandatory?
* man pages for frcode, bigram, and code
Perhaps a better description in texi pages as well.
+* Add option for find to sort output in lexical order for use for updatedb
+olarsac@airfrance.fr (Olivier) made the following suggestion:
+
+As I was running thru the code looking for the bug I wondered why the updatedb
+has to use sort...
+why not add an option to find that sorts the output in lexical order?
+my point is:
+- sort on a big list is costly (here we do locate on big big file system)
+- find may (in theory) sort incrementally very easily by sorting only the current
+directory entries before recursion
+- it would also solve the lack of \0 sort that prevents you to use the -print0
+to handle \n in file names properly
+
+
* large file problems
depcomp gets added by automake
strncasecmp is needed
@@ -51,9 +66,26 @@ remove getline.o from LIBOBJS
remove extra AM_FUNC_GETLINE
+* xargs: allow newline or arbitrary character to separate arguments
+Tyler 'Crackerjack' MacDonald <yi@yi.org> suggested that it would be
+nice if newlines could separate arguments to xargs. This would allow
+a single line to be used as an argument, regardless of white space,
+quotes, and backslash. A function similar to read_string in xargs.c
+can be written which replaces the line:
+
+ if (c == '\0')
+
+with the appropriate character.
+
+* investigate _LIBC when used with TOLOWER and TOUPPER
+_LIBC is used to determine whether TOLOWER should check isupper first.
+Is there something better to check? Alternatively, can tolower be
+checked at run time to determine whether isupper should be called first.
+
--//--
This is used by Emacs' spell checker ispell.el:
LocalWords: ansi knr strftime xargs updatedb sh fnmatch hin strcpy
LocalWords: lib getstr getline frcode bigram texi depcomp automake
-LocalWords: strncasecmp strcasecmp LIBOBJS FUNC
+LocalWords: strncasecmp strcasecmp LIBOBJS FUNC findutils Solaris
+LocalWords: Crackerjack LIBC TOLOWER TOUPPER tolower isupper
diff --git a/config.h.in b/config.h.in
index fa23eec4..74e7270b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -184,7 +184,8 @@
/* Define if you have the <float.h> header file. */
#undef HAVE_FLOAT_H
-/* Define if your system has a working `fnmatch' function. */
+/* Define if your system has a working `fnmatch' function with case folding.
+ */
#undef HAVE_FNMATCH
/* Define if you have the <fnmatch.h> header file. */
@@ -245,6 +246,9 @@
/* Define if you have the `isascii' function. */
#undef HAVE_ISASCII
+/* Define if you have the `iswprint' function. */
+#undef HAVE_ISWPRINT
+
/* Define if your locale.h file contains LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
@@ -313,6 +317,9 @@
/* Define if you have the `mbrtowc' function. */
#undef HAVE_MBRTOWC
+/* Define if mbstate_t is an object type. */
+#undef HAVE_MBSTATE_T_OBJECT
+
/* Define if you have the `memcmp' function. */
#undef HAVE_MEMCMP
diff --git a/configure b/configure
index b257feac..4374fc56 100755
--- a/configure
+++ b/configure
@@ -845,6 +845,7 @@ test "$program_transform_name" = "" && program_transform_name="s,x,x,"
test x"${MISSING+set}" = xset || \
MISSING="\${SHELL} `CDPATH=: && cd $ac_aux_dir && pwd`/missing"
+# Use eval to expand $SHELL
if eval "$MISSING --run :"; then
am_missing_run="$MISSING --run "
else
@@ -858,7 +859,7 @@ 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 $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:760: checking for $ac_word" 1>&5
+echo "configure:761: checking for $ac_word" 1>&5
if test "${ac_cv_prog_AWK+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -891,7 +892,7 @@ test -n "$AWK" && break
done
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" 1>&6
-echo "configure:791: checking whether ${MAKE-make} sets \${MAKE}" 1>&5
+echo "configure:792: checking whether ${MAKE-make} sets \${MAKE}" 1>&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
@@ -945,14 +946,15 @@ else
DEPDIR=_deps
fi
-PACKAGE=findutils
-
-VERSION=4.1.5
-
+# test to see if srcdir already configured
if test "`CDPATH=: && cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
fi
+
+# Define the identity of the package.
+PACKAGE=findutils
+VERSION=4.1.6
#
cat >>confdefs.h <<EOF
@@ -965,6 +967,8 @@ cat >>confdefs.h <<EOF
#define VERSION "$VERSION"
EOF
+# Some tools Automake needs.
+
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal"}
AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
@@ -984,6 +988,9 @@ if test -z "$install_sh"; then
install_sh="`echo $install_sh | sed -e 's/\${SHELL}//'`"
fi
+# We need awk for the "check" target. The system "awk" is bad on
+# some platforms.
+
# Check whether --enable-id-cache or --disable-id-cache was given.
if test "${enable_id_cache+set}" = set; then
enableval="$enable_id_cache"
@@ -1003,7 +1010,7 @@ esac
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:881: checking for $ac_word" 1>&5
+echo "configure:887: checking for $ac_word" 1>&5
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -1036,7 +1043,7 @@ fi
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:913: checking for $ac_word" 1>&5
+echo "configure:919: checking for $ac_word" 1>&5
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -1090,7 +1097,7 @@ 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 $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:966: checking for $ac_word" 1>&5
+echo "configure:972: checking for $ac_word" 1>&5
if test "${ac_cv_prog_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -1128,7 +1135,7 @@ done
test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
echo $ECHO_N "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works... $ECHO_C" 1>&6
-echo "configure:1000: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works" 1>&5
+echo "configure:1006: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) works" 1>&5
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
@@ -1137,11 +1144,11 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a
cross_compiling=$ac_cv_prog_cc_cross
cat >conftest.$ac_ext <<EOF
-#line 1008 "configure"
+#line 1014 "configure"
#include "confdefs.h"
int main(){return(0);}
EOF
-if { (eval echo configure:1012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
@@ -1166,12 +1173,12 @@ if test $ac_cv_prog_cc_works = no; then
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 77; }
fi
echo $ECHO_N "checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler... $ECHO_C" 1>&6
-echo "configure:1037: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler" 1>&5
+echo "configure:1043: checking whether the C compiler ($CC $CFLAGS $CPPFLAGS $LDFLAGS) is a cross-compiler" 1>&5
echo "$ECHO_T""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross
echo $ECHO_N "checking whether we are using GNU C... $ECHO_C" 1>&6
-echo "configure:1041: checking whether we are using GNU C" 1>&5
+echo "configure:1047: checking whether we are using GNU C" 1>&5
if test "${ac_cv_prog_gcc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -1180,7 +1187,7 @@ else
yes;
#endif
EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1050: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1056: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gcc=yes
else
ac_cv_prog_gcc=no
@@ -1198,7 +1205,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ECHO_N "checking whether ${CC-cc} accepts -g... $ECHO_C" 1>&6
-echo "configure:1066: checking whether ${CC-cc} accepts -g" 1>&5
+echo "configure:1072: checking whether ${CC-cc} accepts -g" 1>&5
if test "${ac_cv_prog_cc_g+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -1229,7 +1236,7 @@ else
fi
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" 1>&6
-echo "configure:1095: checking how to run the C preprocessor" 1>&5
+echo "configure:1101: checking how to run the C preprocessor" 1>&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
@@ -1245,13 +1252,13 @@ else
# not just through cpp.
cat >conftest.$ac_ext <<EOF
-#line 1110 "configure"
+#line 1116 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1122: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1262,13 +1269,13 @@ else
CPP="${CC-cc} -E -traditional-cpp"
cat >conftest.$ac_ext <<EOF
-#line 1126 "configure"
+#line 1132 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1132: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1138: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1279,13 +1286,13 @@ else
CPP="${CC-cc} -nologo -E"
cat >conftest.$ac_ext <<EOF
-#line 1142 "configure"
+#line 1148 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1148: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1154: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1311,7 +1318,7 @@ echo "$ECHO_T""$CPP" 1>&6
depcc="$CC"
depcpp="$CPP"
echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" 1>&6
-echo "configure:1173: checking dependency style of $depcc" 1>&5
+echo "configure:1179: checking dependency style of $depcc" 1>&5
if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -1334,10 +1341,13 @@ if test -z "$AMDEP"; then
;;
none) break ;;
esac
+ # We check with `-c' and `-o' for the sake of the "dashmstdout"
+ # mode. It turns out that the SunPro C++ compiler does not properly
+ # handle `-M -o', and we need to detect this.
if depmode="$depmode" \
source=conftest.c object=conftest.o \
depfile=conftest.Po tmpdepfile=conftest.TPo \
- $SHELL $am_depcomp $depcc -c conftest.c 2>/dev/null &&
+ $SHELL $am_depcomp $depcc -c conftest.c -o conftest.o 2>/dev/null &&
grep conftest.h conftest.Po > /dev/null 2>&1; then
am_cv_CC_dependencies_compiler_type="$depmode"
break
@@ -1355,7 +1365,7 @@ echo "$ECHO_T""$am_cv_CC_dependencies_compiler_type" 1>&6
CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type"
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" 1>&6
-echo "configure:1211: checking how to run the C preprocessor" 1>&5
+echo "configure:1220: checking how to run the C preprocessor" 1>&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
@@ -1371,13 +1381,13 @@ else
# not just through cpp.
cat >conftest.$ac_ext <<EOF
-#line 1226 "configure"
+#line 1235 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1232: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1241: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1388,13 +1398,13 @@ else
CPP="${CC-cc} -E -traditional-cpp"
cat >conftest.$ac_ext <<EOF
-#line 1242 "configure"
+#line 1251 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1248: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1257: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1405,13 +1415,13 @@ else
CPP="${CC-cc} -nologo -E"
cat >conftest.$ac_ext <<EOF
-#line 1258 "configure"
+#line 1267 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1264: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1273: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -1437,10 +1447,10 @@ echo "$ECHO_T""$CPP" 1>&6
#
echo $ECHO_N "checking for AIX... $ECHO_C" 1>&6
-echo "configure:1288: checking for AIX" 1>&5
+echo "configure:1297: checking for AIX" 1>&5
cat >conftest.$ac_ext <<EOF
-#line 1290 "configure"
+#line 1299 "configure"
#include "confdefs.h"
#ifdef _AIX
yes
@@ -1460,19 +1470,19 @@ fi
rm -f conftest*
echo $ECHO_N "checking for minix/config.h... $ECHO_C" 1>&6
-echo "configure:1307: checking for minix/config.h" 1>&5
+echo "configure:1316: checking for minix/config.h" 1>&5
if test "${ac_cv_header_minix_config_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 1312 "configure"
+#line 1321 "configure"
#include "confdefs.h"
#include <minix/config.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1317: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1326: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_minix_config_h=yes
@@ -1515,14 +1525,14 @@ fi
#
echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" 1>&6
-echo "configure:1351: checking for strerror in -lcposix" 1>&5
+echo "configure:1360: checking for strerror in -lcposix" 1>&5
if test "${ac_cv_lib_cposix_strerror+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lcposix $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 1358 "configure"
+#line 1367 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -1540,7 +1550,7 @@ strerror ();
return 0;
}
EOF
-if { (eval echo configure:1375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_cposix_strerror=yes
else
echo "configure: failed program was:" >&5
@@ -1556,7 +1566,7 @@ if test $ac_cv_lib_cposix_strerror = yes; then
fi
echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" 1>&6
-echo "configure:1390: checking for ${CC-cc} option to accept ANSI C" 1>&5
+echo "configure:1399: checking for ${CC-cc} option to accept ANSI C" 1>&5
if test "${ac_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -1573,7 +1583,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC="$ac_save_CC $ac_arg"
cat >conftest.$ac_ext <<EOF
-#line 1407 "configure"
+#line 1416 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -1611,7 +1621,7 @@ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
return 0;
}
EOF
-if { (eval echo configure:1445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1454: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_prog_cc_stdc="$ac_arg"; break
else
echo "configure: failed program was:" >&5
@@ -1632,7 +1642,7 @@ case "x$ac_cv_prog_cc_stdc" in
esac
echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" 1>&6
-echo "configure:1463: checking for ${CC-cc} option to accept ANSI C" 1>&5
+echo "configure:1472: checking for ${CC-cc} option to accept ANSI C" 1>&5
if test "${am_cv_prog_cc_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -1649,7 +1659,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
do
CC="$ac_save_CC $ac_arg"
cat >conftest.$ac_ext <<EOF
-#line 1480 "configure"
+#line 1489 "configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
@@ -1690,7 +1700,7 @@ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
return 0;
}
EOF
-if { (eval echo configure:1518: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1527: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
am_cv_prog_cc_stdc="$ac_arg"; break
else
echo "configure: failed program was:" >&5
@@ -1713,7 +1723,7 @@ case "x$am_cv_prog_cc_stdc" in
esac
echo $ECHO_N "checking for function prototypes... $ECHO_C" 1>&6
-echo "configure:1538: checking for function prototypes" 1>&5
+echo "configure:1547: checking for function prototypes" 1>&5
if test "$am_cv_prog_cc_stdc" != no; then
echo "$ECHO_T""yes" 1>&6
#
@@ -1729,13 +1739,13 @@ else
# Ensure some checks needed by ansi2knr itself.
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" 1>&6
-echo "configure:1551: checking for ANSI C header files" 1>&5
+echo "configure:1560: checking for ANSI C header files" 1>&5
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 1556 "configure"
+#line 1565 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -1744,7 +1754,7 @@ cat >conftest.$ac_ext <<EOF
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1564: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1573: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_stdc=yes
@@ -1760,7 +1770,7 @@ if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<EOF
-#line 1578 "configure"
+#line 1587 "configure"
#include "confdefs.h"
#include <string.h>
@@ -1779,7 +1789,7 @@ 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 <<EOF
-#line 1593 "configure"
+#line 1602 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -1800,7 +1810,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<EOF
-#line 1611 "configure"
+#line 1620 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -1825,7 +1835,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:1635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:1644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
:
else
@@ -1854,19 +1864,19 @@ for ac_header in string.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:1659: checking for $ac_header" 1>&5
+echo "configure:1668: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 1664 "configure"
+#line 1673 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:1669: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:1678: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -1901,7 +1911,7 @@ fi
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" 1>&6
-echo "configure:1701: checking for a BSD compatible install" 1>&5
+echo "configure:1710: checking for a BSD compatible install" 1>&5
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
@@ -1960,7 +1970,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:1755: checking for $ac_word" 1>&5
+echo "configure:1764: checking for $ac_word" 1>&5
if test "${ac_cv_prog_RANLIB+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -1991,7 +2001,7 @@ else
fi
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" 1>&6
-echo "configure:1785: checking whether ${MAKE-make} sets \${MAKE}" 1>&5
+echo "configure:1794: checking whether ${MAKE-make} sets \${MAKE}" 1>&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
@@ -2018,7 +2028,7 @@ else
fi
echo $ECHO_N "checking build system type... $ECHO_C" 1>&6
-echo "configure:1811: checking build system type" 1>&5
+echo "configure:1820: checking build system type" 1>&5
if test "x$ac_cv_build" = "x" || (test "x$build" != "xNONE" && test "x$build" != "x$ac_cv_build_alias"); then
# Make sure we can run config.sub.
@@ -2068,7 +2078,7 @@ fi
# Extract the first word of "${ac_tool_prefix}getconf", so it can be a program name with args.
set dummy ${ac_tool_prefix}getconf; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:1852: checking for $ac_word" 1>&5
+echo "configure:1861: checking for $ac_word" 1>&5
if test "${ac_cv_prog_GETCONF+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -2099,7 +2109,7 @@ else
fi
echo $ECHO_N "checking for CFLAGS value to request large file support... $ECHO_C" 1>&6
-echo "configure:1882: checking for CFLAGS value to request large file support" 1>&5
+echo "configure:1891: checking for CFLAGS value to request large file support" 1>&5
if test "${ac_cv_sys_largefile_CFLAGS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -2125,7 +2135,7 @@ else
ac_save_CC="$CC"
CC="$CC $ac_cv_sys_largefile_CFLAGS"
cat >conftest.$ac_ext <<EOF
-#line 1908 "configure"
+#line 1917 "configure"
#include "confdefs.h"
int
@@ -2136,7 +2146,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:1917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:1926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
:
else
echo "configure: failed program was:" >&5
@@ -2151,7 +2161,7 @@ rm -f conftest*
fi
echo "$ECHO_T""$ac_cv_sys_largefile_CFLAGS" 1>&6
echo $ECHO_N "checking for LDFLAGS value to request large file support... $ECHO_C" 1>&6
-echo "configure:1932: checking for LDFLAGS value to request large file support" 1>&5
+echo "configure:1941: checking for LDFLAGS value to request large file support" 1>&5
if test "${ac_cv_sys_largefile_LDFLAGS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -2166,7 +2176,7 @@ else
fi
echo "$ECHO_T""$ac_cv_sys_largefile_LDFLAGS" 1>&6
echo $ECHO_N "checking for LIBS value to request large file support... $ECHO_C" 1>&6
-echo "configure:1947: checking for LIBS value to request large file support" 1>&5
+echo "configure:1956: checking for LIBS value to request large file support" 1>&5
if test "${ac_cv_sys_largefile_LIBS+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -2224,7 +2234,7 @@ echo "$ECHO_T""$ac_cv_sys_largefile_LIBS" 1>&6
esac ;;
esac
echo $ECHO_N "checking for _FILE_OFFSET_BITS... $ECHO_C" 1>&6
-echo "configure:2004: checking for _FILE_OFFSET_BITS" 1>&5
+echo "configure:2013: checking for _FILE_OFFSET_BITS" 1>&5
if test "${ac_cv_sys_file_offset_bits+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -2254,7 +2264,7 @@ EOF
fi
echo $ECHO_N "checking for _LARGEFILE_SOURCE... $ECHO_C" 1>&6
-echo "configure:2031: checking for _LARGEFILE_SOURCE" 1>&5
+echo "configure:2040: checking for _LARGEFILE_SOURCE" 1>&5
if test "${ac_cv_sys_largefile_source+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -2284,7 +2294,7 @@ EOF
fi
echo $ECHO_N "checking for _LARGE_FILES... $ECHO_C" 1>&6
-echo "configure:2058: checking for _LARGE_FILES" 1>&5
+echo "configure:2067: checking for _LARGE_FILES" 1>&5
if test "${ac_cv_sys_large_files+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -2316,12 +2326,12 @@ EOF
fi
echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" 1>&6
-echo "configure:2086: checking whether time.h and sys/time.h may both be included" 1>&5
+echo "configure:2095: checking whether time.h and sys/time.h may both be included" 1>&5
if test "${ac_cv_header_time+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2091 "configure"
+#line 2100 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
@@ -2335,7 +2345,7 @@ struct tm *tp;
return 0;
}
EOF
-if { (eval echo configure:2104: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2113: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_header_time=yes
else
echo "configure: failed program was:" >&5
@@ -2355,13 +2365,13 @@ EOF
fi
echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" 1>&6
-echo "configure:2121: checking for uid_t in sys/types.h" 1>&5
+echo "configure:2130: checking for uid_t in sys/types.h" 1>&5
if test "${ac_cv_type_uid_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2126 "configure"
+#line 2135 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -2392,12 +2402,12 @@ EOF
fi
echo $ECHO_N "checking for inttypes.h... $ECHO_C" 1>&6
-echo "configure:2150: checking for inttypes.h" 1>&5
+echo "configure:2159: checking for inttypes.h" 1>&5
if test "${jm_ac_cv_header_inttypes_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2155 "configure"
+#line 2164 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <inttypes.h>
@@ -2409,7 +2419,7 @@ uintmax_t i = (uintmax_t) -1;
return 0;
}
EOF
-if { (eval echo configure:2167: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2176: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
jm_ac_cv_header_inttypes_h=yes
else
echo "configure: failed program was:" >&5
@@ -2429,12 +2439,12 @@ EOF
fi
echo $ECHO_N "checking for unsigned long long... $ECHO_C" 1>&6
-echo "configure:2184: checking for unsigned long long" 1>&5
+echo "configure:2193: checking for unsigned long long" 1>&5
if test "${ac_cv_type_unsigned_long_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2189 "configure"
+#line 2198 "configure"
#include "confdefs.h"
unsigned long long ull = 1; int i = 63;
int
@@ -2446,7 +2456,7 @@ unsigned long long ullmax = (unsigned long long) -1;
return 0;
}
EOF
-if { (eval echo configure:2201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_type_unsigned_long_long=yes
else
echo "configure: failed program was:" >&5
@@ -2466,14 +2476,14 @@ EOF
fi
echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" 1>&6
-echo "configure:2218: checking whether byte ordering is bigendian" 1>&5
+echo "configure:2227: checking whether byte ordering is bigendian" 1>&5
if test "${ac_cv_c_bigendian+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_cv_c_bigendian=unknown
# See if sys/param.h defines the BYTE_ORDER macro.
cat >conftest.$ac_ext <<EOF
-#line 2225 "configure"
+#line 2234 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@@ -2489,10 +2499,10 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:2239: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2248: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
# It does; now see whether it defined to BIG_ENDIAN or not.
cat >conftest.$ac_ext <<EOF
-#line 2242 "configure"
+#line 2251 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
@@ -2508,7 +2518,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:2256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2265: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_c_bigendian=yes
else
echo "configure: failed program was:" >&5
@@ -2526,7 +2536,7 @@ if test "$cross_compiling" = yes; then
{ echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
else
cat >conftest.$ac_ext <<EOF
-#line 2274 "configure"
+#line 2283 "configure"
#include "confdefs.h"
int
main ()
@@ -2541,7 +2551,7 @@ main ()
exit (u.c[sizeof (long) - 1] == 1);
}
EOF
-if { (eval echo configure:2289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:2298: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
ac_cv_c_bigendian=no
else
@@ -2565,12 +2575,12 @@ EOF
fi
echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" 1>&6
-echo "configure:2309: checking for an ANSI C-conforming const" 1>&5
+echo "configure:2318: checking for an ANSI C-conforming const" 1>&5
if test "${ac_cv_c_const+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2314 "configure"
+#line 2323 "configure"
#include "confdefs.h"
int
@@ -2627,7 +2637,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:2368: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2377: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_c_const=yes
else
echo "configure: failed program was:" >&5
@@ -2647,12 +2657,12 @@ EOF
fi
echo $ECHO_N "checking for working volatile... $ECHO_C" 1>&6
-echo "configure:2385: checking for working volatile" 1>&5
+echo "configure:2394: checking for working volatile" 1>&5
if test "${ac_cv_c_volatile+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2390 "configure"
+#line 2399 "configure"
#include "confdefs.h"
int
@@ -2665,7 +2675,7 @@ int * volatile y;
return 0;
}
EOF
-if { (eval echo configure:2401: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2410: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_c_volatile=yes
else
echo "configure: failed program was:" >&5
@@ -2685,14 +2695,14 @@ EOF
fi
echo $ECHO_N "checking for inline... $ECHO_C" 1>&6
-echo "configure:2418: checking for inline" 1>&5
+echo "configure:2427: checking for inline" 1>&5
if test "${ac_cv_c_inline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat >conftest.$ac_ext <<EOF
-#line 2425 "configure"
+#line 2434 "configure"
#include "confdefs.h"
int
@@ -2706,7 +2716,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:2437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2446: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_c_inline=$ac_kw; break
else
echo "configure: failed program was:" >&5
@@ -2732,7 +2742,7 @@ EOF
esac
echo $ECHO_N "checking for long double... $ECHO_C" 1>&6
-echo "configure:2460: checking for long double" 1>&5
+echo "configure:2469: checking for long double" 1>&5
if test "${ac_cv_c_long_double+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -2743,7 +2753,7 @@ if test "$cross_compiling" = yes; then
{ echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
else
cat >conftest.$ac_ext <<EOF
-#line 2471 "configure"
+#line 2480 "configure"
#include "confdefs.h"
int
main ()
@@ -2755,7 +2765,7 @@ main ()
exit (sizeof (long double) < sizeof (double));
}
EOF
-if { (eval echo configure:2483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:2492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
ac_cv_c_long_double=yes
else
@@ -2791,12 +2801,12 @@ for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" 1>&6
-echo "configure:2511: checking for $ac_hdr that defines DIR" 1>&5
+echo "configure:2520: checking for $ac_hdr that defines DIR" 1>&5
if eval "test \"\${ac_cv_header_dirent_$ac_safe+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2516 "configure"
+#line 2525 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_hdr>
@@ -2809,7 +2819,7 @@ DIR *dirp = 0;
return 0;
}
EOF
-if { (eval echo configure:2528: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
eval "ac_cv_header_dirent_$ac_safe=yes"
else
echo "configure: failed program was:" >&5
@@ -2834,14 +2844,14 @@ if test $ac_header_dirent = dirent.h; then
#
echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" 1>&6
-echo "configure:2552: checking for opendir in -ldir" 1>&5
+echo "configure:2561: checking for opendir in -ldir" 1>&5
if test "${ac_cv_lib_dir_opendir+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-ldir $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 2559 "configure"
+#line 2568 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -2859,7 +2869,7 @@ opendir ();
return 0;
}
EOF
-if { (eval echo configure:2576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_dir_opendir=yes
else
echo "configure: failed program was:" >&5
@@ -2878,14 +2888,14 @@ else
#
echo $ECHO_N "checking for opendir in -lx... $ECHO_C" 1>&6
-echo "configure:2593: checking for opendir in -lx" 1>&5
+echo "configure:2602: checking for opendir in -lx" 1>&5
if test "${ac_cv_lib_x_opendir+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lx $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 2600 "configure"
+#line 2609 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -2903,7 +2913,7 @@ opendir ();
return 0;
}
EOF
-if { (eval echo configure:2617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_x_opendir=yes
else
echo "configure: failed program was:" >&5
@@ -2921,12 +2931,12 @@ fi
fi
echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" 1>&6
-echo "configure:2633: checking for struct stat.st_blocks" 1>&5
+echo "configure:2642: checking for struct stat.st_blocks" 1>&5
if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2638 "configure"
+#line 2647 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
@@ -2940,7 +2950,7 @@ foo.st_blocks;
return 0;
}
EOF
-if { (eval echo configure:2651: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2660: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_member_struct_stat_st_blocks=yes
else
echo "configure: failed program was:" >&5
@@ -2969,12 +2979,12 @@ else
fi
echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" 1>&6
-echo "configure:2674: checking whether struct tm is in sys/time.h or time.h" 1>&5
+echo "configure:2683: checking whether struct tm is in sys/time.h or time.h" 1>&5
if test "${ac_cv_struct_tm+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2679 "configure"
+#line 2688 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
@@ -2987,7 +2997,7 @@ struct tm *tp; tp->tm_sec;
return 0;
}
EOF
-if { (eval echo configure:2691: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2700: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_struct_tm=time.h
else
echo "configure: failed program was:" >&5
@@ -3007,12 +3017,12 @@ EOF
fi
echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" 1>&6
-echo "configure:2708: checking for struct tm.tm_zone" 1>&5
+echo "configure:2717: checking for struct tm.tm_zone" 1>&5
if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2713 "configure"
+#line 2722 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_cv_struct_tm>
@@ -3026,7 +3036,7 @@ foo.tm_zone;
return 0;
}
EOF
-if { (eval echo configure:2726: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2735: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_member_struct_tm_tm_zone=yes
else
echo "configure: failed program was:" >&5
@@ -3054,12 +3064,12 @@ EOF
else
echo $ECHO_N "checking for tzname... $ECHO_C" 1>&6
-echo "configure:2749: checking for tzname" 1>&5
+echo "configure:2758: checking for tzname" 1>&5
if test "${ac_cv_var_tzname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2754 "configure"
+#line 2763 "configure"
#include "confdefs.h"
#include <time.h>
#ifndef tzname /* For SGI. */
@@ -3074,7 +3084,7 @@ atoi(*tzname);
return 0;
}
EOF
-if { (eval echo configure:2768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_var_tzname=yes
else
echo "configure: failed program was:" >&5
@@ -3095,13 +3105,13 @@ EOF
fi
echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" 1>&6
-echo "configure:2786: checking whether stat file-mode macros are broken" 1>&5
+echo "configure:2795: checking whether stat file-mode macros are broken" 1>&5
if test "${ac_cv_header_stat_broken+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2791 "configure"
+#line 2800 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
@@ -3151,7 +3161,7 @@ EOF
fi
echo $ECHO_N "checking for nanoseconds member of struct stat.st_mtim... $ECHO_C" 1>&6
-echo "configure:2832: checking for nanoseconds member of struct stat.st_mtim" 1>&5
+echo "configure:2841: checking for nanoseconds member of struct stat.st_mtim" 1>&5
if test "${ac_cv_struct_st_mtim_nsec+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -3165,7 +3175,7 @@ else
for ac_val in tv_nsec _tv_nsec st__tim.tv_nsec; do
CPPFLAGS="$ac_save_CPPFLAGS -DST_MTIM_NSEC=$ac_val"
cat >conftest.$ac_ext <<EOF
-#line 2846 "configure"
+#line 2855 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
@@ -3177,7 +3187,7 @@ struct stat s; s.st_mtim.ST_MTIM_NSEC;
return 0;
}
EOF
-if { (eval echo configure:2858: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2867: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_struct_st_mtim_nsec=$ac_val; break
else
echo "configure: failed program was:" >&5
@@ -3199,12 +3209,12 @@ EOF
fi
echo $ECHO_N "checking for st_dm_mode in struct stat... $ECHO_C" 1>&6
-echo "configure:2876: checking for st_dm_mode in struct stat" 1>&5
+echo "configure:2885: checking for st_dm_mode in struct stat" 1>&5
if test "${ac_cv_struct_st_dm_mode+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2881 "configure"
+#line 2890 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
@@ -3216,7 +3226,7 @@ struct stat s; s.st_dm_mode;
return 0;
}
EOF
-if { (eval echo configure:2893: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2902: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_struct_st_dm_mode=yes
else
echo "configure: failed program was:" >&5
@@ -3237,12 +3247,12 @@ EOF
fi
echo $ECHO_N "checking for struct timespec... $ECHO_C" 1>&6
-echo "configure:2910: checking for struct timespec" 1>&5
+echo "configure:2919: checking for struct timespec" 1>&5
if test "${fu_cv_sys_struct_timespec+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 2915 "configure"
+#line 2924 "configure"
#include "confdefs.h"
# if TIME_WITH_SYS_TIME
@@ -3264,7 +3274,7 @@ static struct timespec x; x.tv_sec = x.tv_nsec;
return 0;
}
EOF
-if { (eval echo configure:2935: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:2944: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
fu_cv_sys_struct_timespec=yes
else
echo "configure: failed program was:" >&5
@@ -3286,7 +3296,7 @@ EOF
fi
echo $ECHO_N "checking type of array argument to getgroups... $ECHO_C" 1>&6
-echo "configure:2952: checking type of array argument to getgroups" 1>&5
+echo "configure:2961: checking type of array argument to getgroups" 1>&5
if test "${ac_cv_type_getgroups+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -3294,7 +3304,7 @@ else
ac_cv_type_getgroups=cross
else
cat >conftest.$ac_ext <<EOF
-#line 2960 "configure"
+#line 2969 "configure"
#include "confdefs.h"
/* Thanks to Mike Rendell for this test. */
#include <sys/types.h>
@@ -3318,7 +3328,7 @@ main ()
exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
}
EOF
-if { (eval echo configure:2983: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:2992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
ac_cv_type_getgroups=gid_t
else
@@ -3332,7 +3342,7 @@ fi
if test $ac_cv_type_getgroups = cross; then
cat >conftest.$ac_ext <<EOF
-#line 2995 "configure"
+#line 3004 "configure"
#include "confdefs.h"
#include <unistd.h>
@@ -3355,12 +3365,12 @@ cat >>confdefs.h <<EOF
EOF
echo $ECHO_N "checking for mode_t... $ECHO_C" 1>&6
-echo "configure:3014: checking for mode_t" 1>&5
+echo "configure:3023: checking for mode_t" 1>&5
if test "${ac_cv_type_mode_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3019 "configure"
+#line 3028 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -3374,7 +3384,7 @@ if (sizeof (mode_t))
return 0;
}
EOF
-if { (eval echo configure:3033: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_mode_t=yes
else
echo "configure: failed program was:" >&5
@@ -3396,12 +3406,12 @@ EOF
fi
echo $ECHO_N "checking for off_t... $ECHO_C" 1>&6
-echo "configure:3052: checking for off_t" 1>&5
+echo "configure:3061: checking for off_t" 1>&5
if test "${ac_cv_type_off_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3057 "configure"
+#line 3066 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -3415,7 +3425,7 @@ if (sizeof (off_t))
return 0;
}
EOF
-if { (eval echo configure:3071: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3080: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_off_t=yes
else
echo "configure: failed program was:" >&5
@@ -3437,12 +3447,12 @@ EOF
fi
echo $ECHO_N "checking for pid_t... $ECHO_C" 1>&6
-echo "configure:3090: checking for pid_t" 1>&5
+echo "configure:3099: checking for pid_t" 1>&5
if test "${ac_cv_type_pid_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3095 "configure"
+#line 3104 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -3456,7 +3466,7 @@ if (sizeof (pid_t))
return 0;
}
EOF
-if { (eval echo configure:3109: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3118: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_pid_t=yes
else
echo "configure: failed program was:" >&5
@@ -3478,12 +3488,12 @@ EOF
fi
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" 1>&6
-echo "configure:3128: checking return type of signal handlers" 1>&5
+echo "configure:3137: checking return type of signal handlers" 1>&5
if test "${ac_cv_type_signal+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3133 "configure"
+#line 3142 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
@@ -3504,7 +3514,7 @@ int i;
return 0;
}
EOF
-if { (eval echo configure:3153: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3162: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_signal=void
else
echo "configure: failed program was:" >&5
@@ -3521,12 +3531,12 @@ cat >>confdefs.h <<EOF
EOF
echo $ECHO_N "checking for size_t... $ECHO_C" 1>&6
-echo "configure:3168: checking for size_t" 1>&5
+echo "configure:3177: checking for size_t" 1>&5
if test "${ac_cv_type_size_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3173 "configure"
+#line 3182 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -3540,7 +3550,7 @@ if (sizeof (size_t))
return 0;
}
EOF
-if { (eval echo configure:3187: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3196: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_size_t=yes
else
echo "configure: failed program was:" >&5
@@ -3575,12 +3585,12 @@ EOF
fi
echo $ECHO_N "checking whether sys/types.h defines makedev... $ECHO_C" 1>&6
-echo "configure:3215: checking whether sys/types.h defines makedev" 1>&5
+echo "configure:3224: checking whether sys/types.h defines makedev" 1>&5
if test "${ac_cv_header_sys_types_h_makedev+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3220 "configure"
+#line 3229 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -3592,7 +3602,7 @@ return makedev(0, 0);
return 0;
}
EOF
-if { (eval echo configure:3231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3240: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_header_sys_types_h_makedev=yes
else
echo "configure: failed program was:" >&5
@@ -3606,19 +3616,19 @@ echo "$ECHO_T""$ac_cv_header_sys_types_h_makedev" 1>&6
if test $ac_cv_header_sys_types_h_makedev = no; then
echo $ECHO_N "checking for sys/mkdev.h... $ECHO_C" 1>&6
-echo "configure:3243: checking for sys/mkdev.h" 1>&5
+echo "configure:3252: checking for sys/mkdev.h" 1>&5
if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3248 "configure"
+#line 3257 "configure"
#include "confdefs.h"
#include <sys/mkdev.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3253: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3262: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_sys_mkdev_h=yes
@@ -3642,19 +3652,19 @@ fi
if test $ac_cv_header_sys_mkdev_h = no; then
echo $ECHO_N "checking for sys/sysmacros.h... $ECHO_C" 1>&6
-echo "configure:3274: checking for sys/sysmacros.h" 1>&5
+echo "configure:3283: checking for sys/sysmacros.h" 1>&5
if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3279 "configure"
+#line 3288 "configure"
#include "confdefs.h"
#include <sys/sysmacros.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3284: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3293: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_sys_sysmacros_h=yes
@@ -3680,12 +3690,12 @@ fi
fi
echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" 1>&6
-echo "configure:3306: checking for struct stat.st_blksize" 1>&5
+echo "configure:3315: checking for struct stat.st_blksize" 1>&5
if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3311 "configure"
+#line 3320 "configure"
#include "confdefs.h"
$ac_includes_default
#include <sys/stat.h>
@@ -3699,7 +3709,7 @@ foo.st_blksize;
return 0;
}
EOF
-if { (eval echo configure:3324: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3333: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_member_struct_stat_st_blksize=yes
else
echo "configure: failed program was:" >&5
@@ -3719,12 +3729,12 @@ EOF
fi
echo $ECHO_N "checking for ino_t... $ECHO_C" 1>&6
-echo "configure:3341: checking for ino_t" 1>&5
+echo "configure:3350: checking for ino_t" 1>&5
if test "${ac_cv_type_ino_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3346 "configure"
+#line 3355 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -3738,7 +3748,7 @@ if (sizeof (ino_t))
return 0;
}
EOF
-if { (eval echo configure:3360: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_ino_t=yes
else
echo "configure: failed program was:" >&5
@@ -3760,12 +3770,12 @@ EOF
fi
echo $ECHO_N "checking for ssize_t... $ECHO_C" 1>&6
-echo "configure:3379: checking for ssize_t" 1>&5
+echo "configure:3388: checking for ssize_t" 1>&5
if test "${ac_cv_type_ssize_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3384 "configure"
+#line 3393 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -3779,7 +3789,7 @@ if (sizeof (ssize_t))
return 0;
}
EOF
-if { (eval echo configure:3398: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3407: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_ssize_t=yes
else
echo "configure: failed program was:" >&5
@@ -3803,14 +3813,14 @@ fi
#
echo $ECHO_N "checking for getpwnam in -lsun... $ECHO_C" 1>&6
-echo "configure:3418: checking for getpwnam in -lsun" 1>&5
+echo "configure:3427: checking for getpwnam in -lsun" 1>&5
if test "${ac_cv_lib_sun_getpwnam+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lsun $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 3425 "configure"
+#line 3434 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -3828,7 +3838,7 @@ getpwnam ();
return 0;
}
EOF
-if { (eval echo configure:3442: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_sun_getpwnam=yes
else
echo "configure: failed program was:" >&5
@@ -3862,19 +3872,19 @@ for ac_header in fcntl.h string.h limits.h unistd.h errno.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:3468: checking for $ac_header" 1>&5
+echo "configure:3477: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3473 "configure"
+#line 3482 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3478: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3487: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -3896,13 +3906,13 @@ fi
done
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" 1>&6
-echo "configure:3498: checking for ANSI C header files" 1>&5
+echo "configure:3507: checking for ANSI C header files" 1>&5
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3503 "configure"
+#line 3512 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -3911,7 +3921,7 @@ cat >conftest.$ac_ext <<EOF
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3511: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3520: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_stdc=yes
@@ -3927,7 +3937,7 @@ if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<EOF
-#line 3525 "configure"
+#line 3534 "configure"
#include "confdefs.h"
#include <string.h>
@@ -3946,7 +3956,7 @@ 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 <<EOF
-#line 3540 "configure"
+#line 3549 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -3967,7 +3977,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<EOF
-#line 3558 "configure"
+#line 3567 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -3992,7 +4002,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:3582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:3591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
:
else
@@ -4016,12 +4026,12 @@ EOF
fi
echo $ECHO_N "checking whether sys/types.h defines makedev... $ECHO_C" 1>&6
-echo "configure:3602: checking whether sys/types.h defines makedev" 1>&5
+echo "configure:3611: checking whether sys/types.h defines makedev" 1>&5
if test "${ac_cv_header_sys_types_h_makedev+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3607 "configure"
+#line 3616 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -4033,7 +4043,7 @@ return makedev(0, 0);
return 0;
}
EOF
-if { (eval echo configure:3618: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3627: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_header_sys_types_h_makedev=yes
else
echo "configure: failed program was:" >&5
@@ -4047,19 +4057,19 @@ echo "$ECHO_T""$ac_cv_header_sys_types_h_makedev" 1>&6
if test $ac_cv_header_sys_types_h_makedev = no; then
echo $ECHO_N "checking for sys/mkdev.h... $ECHO_C" 1>&6
-echo "configure:3630: checking for sys/mkdev.h" 1>&5
+echo "configure:3639: checking for sys/mkdev.h" 1>&5
if test "${ac_cv_header_sys_mkdev_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3635 "configure"
+#line 3644 "configure"
#include "confdefs.h"
#include <sys/mkdev.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3640: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3649: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_sys_mkdev_h=yes
@@ -4083,19 +4093,19 @@ fi
if test $ac_cv_header_sys_mkdev_h = no; then
echo $ECHO_N "checking for sys/sysmacros.h... $ECHO_C" 1>&6
-echo "configure:3661: checking for sys/sysmacros.h" 1>&5
+echo "configure:3670: checking for sys/sysmacros.h" 1>&5
if test "${ac_cv_header_sys_sysmacros_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3666 "configure"
+#line 3675 "configure"
#include "confdefs.h"
#include <sys/sysmacros.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3671: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_sys_sysmacros_h=yes
@@ -4133,12 +4143,12 @@ for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" 1>&6
-echo "configure:3701: checking for $ac_hdr that defines DIR" 1>&5
+echo "configure:3710: checking for $ac_hdr that defines DIR" 1>&5
if eval "test \"\${ac_cv_header_dirent_$ac_safe+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3706 "configure"
+#line 3715 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_hdr>
@@ -4151,7 +4161,7 @@ DIR *dirp = 0;
return 0;
}
EOF
-if { (eval echo configure:3718: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
eval "ac_cv_header_dirent_$ac_safe=yes"
else
echo "configure: failed program was:" >&5
@@ -4176,14 +4186,14 @@ if test $ac_header_dirent = dirent.h; then
#
echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" 1>&6
-echo "configure:3742: checking for opendir in -ldir" 1>&5
+echo "configure:3751: checking for opendir in -ldir" 1>&5
if test "${ac_cv_lib_dir_opendir+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-ldir $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 3749 "configure"
+#line 3758 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -4201,7 +4211,7 @@ opendir ();
return 0;
}
EOF
-if { (eval echo configure:3766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_dir_opendir=yes
else
echo "configure: failed program was:" >&5
@@ -4220,14 +4230,14 @@ else
#
echo $ECHO_N "checking for opendir in -lx... $ECHO_C" 1>&6
-echo "configure:3783: checking for opendir in -lx" 1>&5
+echo "configure:3792: checking for opendir in -lx" 1>&5
if test "${ac_cv_lib_x_opendir+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lx $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 3790 "configure"
+#line 3799 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -4245,7 +4255,7 @@ opendir ();
return 0;
}
EOF
-if { (eval echo configure:3807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_x_opendir=yes
else
echo "configure: failed program was:" >&5
@@ -4263,13 +4273,13 @@ fi
fi
echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" 1>&6
-echo "configure:3823: checking whether stat file-mode macros are broken" 1>&5
+echo "configure:3832: checking whether stat file-mode macros are broken" 1>&5
if test "${ac_cv_header_stat_broken+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3828 "configure"
+#line 3837 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
@@ -4319,12 +4329,12 @@ EOF
fi
echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" 1>&6
-echo "configure:3869: checking for sys/wait.h that is POSIX.1 compatible" 1>&5
+echo "configure:3878: checking for sys/wait.h that is POSIX.1 compatible" 1>&5
if test "${ac_cv_header_sys_wait_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 3874 "configure"
+#line 3883 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/wait.h>
@@ -4344,7 +4354,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:3894: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3903: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_header_sys_wait_h=yes
else
echo "configure: failed program was:" >&5
@@ -4364,18 +4374,18 @@ EOF
fi
echo $ECHO_N "checking how to get filesystem type... $ECHO_C" 1>&6
-echo "configure:3911: checking how to get filesystem type" 1>&5
+echo "configure:3920: checking how to get filesystem type" 1>&5
fstype=no
# The order of these tests is important.
cat >conftest.$ac_ext <<EOF
-#line 3915 "configure"
+#line 3924 "configure"
#include "confdefs.h"
#include <sys/statvfs.h>
#include <sys/fstyp.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3930: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
#
@@ -4394,13 +4404,13 @@ rm -f conftest*
if test $fstype = no; then
cat >conftest.$ac_ext <<EOF
-#line 3937 "configure"
+#line 3946 "configure"
#include "confdefs.h"
#include <sys/statfs.h>
#include <sys/fstyp.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3943: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3952: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
#
@@ -4420,13 +4430,13 @@ fi
if test $fstype = no; then
cat >conftest.$ac_ext <<EOF
-#line 3960 "configure"
+#line 3969 "configure"
#include "confdefs.h"
#include <sys/statfs.h>
#include <sys/vmount.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3966: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3975: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
#
@@ -4446,12 +4456,12 @@ fi
if test $fstype = no; then
cat >conftest.$ac_ext <<EOF
-#line 3983 "configure"
+#line 3992 "configure"
#include "confdefs.h"
#include <mntent.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3988: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3997: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
#
@@ -4471,7 +4481,7 @@ fi
if test $fstype = no; then
cat >conftest.$ac_ext <<EOF
-#line 4005 "configure"
+#line 4014 "configure"
#include "confdefs.h"
#include <sys/mount.h>
@@ -4491,13 +4501,13 @@ fi
if test $fstype = no; then
cat >conftest.$ac_ext <<EOF
-#line 4021 "configure"
+#line 4030 "configure"
#include "confdefs.h"
#include <sys/mount.h>
#include <sys/fs_types.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4027: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4036: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
#
@@ -4517,13 +4527,13 @@ fi
echo "$ECHO_T""$fstype" 1>&6
echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" 1>&6
-echo "configure:4044: checking for uid_t in sys/types.h" 1>&5
+echo "configure:4053: checking for uid_t in sys/types.h" 1>&5
if test "${ac_cv_type_uid_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4049 "configure"
+#line 4058 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -4554,12 +4564,12 @@ EOF
fi
echo $ECHO_N "checking for size_t... $ECHO_C" 1>&6
-echo "configure:4073: checking for size_t" 1>&5
+echo "configure:4082: checking for size_t" 1>&5
if test "${ac_cv_type_size_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4078 "configure"
+#line 4087 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -4573,7 +4583,7 @@ if (sizeof (size_t))
return 0;
}
EOF
-if { (eval echo configure:4092: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4101: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_size_t=yes
else
echo "configure: failed program was:" >&5
@@ -4595,12 +4605,12 @@ EOF
fi
echo $ECHO_N "checking for ssize_t... $ECHO_C" 1>&6
-echo "configure:4111: checking for ssize_t" 1>&5
+echo "configure:4120: checking for ssize_t" 1>&5
if test "${ac_cv_type_ssize_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4116 "configure"
+#line 4125 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -4614,7 +4624,7 @@ if (sizeof (ssize_t))
return 0;
}
EOF
-if { (eval echo configure:4130: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4139: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_ssize_t=yes
else
echo "configure: failed program was:" >&5
@@ -4636,12 +4646,12 @@ EOF
fi
echo $ECHO_N "checking for pid_t... $ECHO_C" 1>&6
-echo "configure:4149: checking for pid_t" 1>&5
+echo "configure:4158: checking for pid_t" 1>&5
if test "${ac_cv_type_pid_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4154 "configure"
+#line 4163 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -4655,7 +4665,7 @@ if (sizeof (pid_t))
return 0;
}
EOF
-if { (eval echo configure:4168: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4177: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_pid_t=yes
else
echo "configure: failed program was:" >&5
@@ -4677,12 +4687,12 @@ EOF
fi
echo $ECHO_N "checking for ino_t... $ECHO_C" 1>&6
-echo "configure:4187: checking for ino_t" 1>&5
+echo "configure:4196: checking for ino_t" 1>&5
if test "${ac_cv_type_ino_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4192 "configure"
+#line 4201 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -4696,7 +4706,7 @@ if (sizeof (ino_t))
return 0;
}
EOF
-if { (eval echo configure:4206: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4215: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_ino_t=yes
else
echo "configure: failed program was:" >&5
@@ -4718,12 +4728,12 @@ EOF
fi
echo $ECHO_N "checking for dev_t... $ECHO_C" 1>&6
-echo "configure:4225: checking for dev_t" 1>&5
+echo "configure:4234: checking for dev_t" 1>&5
if test "${ac_cv_type_dev_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4230 "configure"
+#line 4239 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -4737,7 +4747,7 @@ if (sizeof (dev_t))
return 0;
}
EOF
-if { (eval echo configure:4244: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4253: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_dev_t=yes
else
echo "configure: failed program was:" >&5
@@ -4759,12 +4769,12 @@ EOF
fi
echo $ECHO_N "checking for mode_t... $ECHO_C" 1>&6
-echo "configure:4263: checking for mode_t" 1>&5
+echo "configure:4272: checking for mode_t" 1>&5
if test "${ac_cv_type_mode_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4268 "configure"
+#line 4277 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -4778,7 +4788,7 @@ if (sizeof (mode_t))
return 0;
}
EOF
-if { (eval echo configure:4282: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4291: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_type_mode_t=yes
else
echo "configure: failed program was:" >&5
@@ -4813,12 +4823,12 @@ EOF
fi
echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" 1>&6
-echo "configure:4310: checking for struct stat.st_blocks" 1>&5
+echo "configure:4319: checking for struct stat.st_blocks" 1>&5
if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4315 "configure"
+#line 4324 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
@@ -4832,7 +4842,7 @@ foo.st_blocks;
return 0;
}
EOF
-if { (eval echo configure:4328: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4337: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_member_struct_stat_st_blocks=yes
else
echo "configure: failed program was:" >&5
@@ -4861,12 +4871,12 @@ else
fi
echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" 1>&6
-echo "configure:4351: checking for struct stat.st_rdev" 1>&5
+echo "configure:4360: checking for struct stat.st_rdev" 1>&5
if test "${ac_cv_member_struct_stat_st_rdev+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4356 "configure"
+#line 4365 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -4878,7 +4888,7 @@ foo.st_rdev;
return 0;
}
EOF
-if { (eval echo configure:4368: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4377: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_member_struct_stat_st_rdev=yes
else
echo "configure: failed program was:" >&5
@@ -4898,12 +4908,12 @@ EOF
fi
echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" 1>&6
-echo "configure:4385: checking whether struct tm is in sys/time.h or time.h" 1>&5
+echo "configure:4394: checking whether struct tm is in sys/time.h or time.h" 1>&5
if test "${ac_cv_struct_tm+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4390 "configure"
+#line 4399 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
@@ -4916,7 +4926,7 @@ struct tm *tp; tp->tm_sec;
return 0;
}
EOF
-if { (eval echo configure:4402: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4411: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_struct_tm=time.h
else
echo "configure: failed program was:" >&5
@@ -4936,12 +4946,12 @@ EOF
fi
echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" 1>&6
-echo "configure:4419: checking for struct tm.tm_zone" 1>&5
+echo "configure:4428: checking for struct tm.tm_zone" 1>&5
if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4424 "configure"
+#line 4433 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_cv_struct_tm>
@@ -4955,7 +4965,7 @@ foo.tm_zone;
return 0;
}
EOF
-if { (eval echo configure:4437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4446: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_member_struct_tm_tm_zone=yes
else
echo "configure: failed program was:" >&5
@@ -4983,12 +4993,12 @@ EOF
else
echo $ECHO_N "checking for tzname... $ECHO_C" 1>&6
-echo "configure:4460: checking for tzname" 1>&5
+echo "configure:4469: checking for tzname" 1>&5
if test "${ac_cv_var_tzname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4465 "configure"
+#line 4474 "configure"
#include "confdefs.h"
#include <time.h>
#ifndef tzname /* For SGI. */
@@ -5003,7 +5013,7 @@ atoi(*tzname);
return 0;
}
EOF
-if { (eval echo configure:4479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4488: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_var_tzname=yes
else
echo "configure: failed program was:" >&5
@@ -5024,12 +5034,12 @@ EOF
fi
echo $ECHO_N "checking for strftime... $ECHO_C" 1>&6
-echo "configure:4497: checking for strftime" 1>&5
+echo "configure:4506: checking for strftime" 1>&5
if test "${ac_cv_func_strftime+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4502 "configure"
+#line 4511 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strftime(); below. */
@@ -5060,7 +5070,7 @@ f = strftime;
return 0;
}
EOF
-if { (eval echo configure:4530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_func_strftime=yes
else
echo "configure: failed program was:" >&5
@@ -5082,14 +5092,14 @@ else
#
echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" 1>&6
-echo "configure:4549: checking for strftime in -lintl" 1>&5
+echo "configure:4558: checking for strftime in -lintl" 1>&5
if test "${ac_cv_lib_intl_strftime+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lintl $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 4556 "configure"
+#line 4565 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -5107,7 +5117,7 @@ strftime ();
return 0;
}
EOF
-if { (eval echo configure:4573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_intl_strftime=yes
else
echo "configure: failed program was:" >&5
@@ -5155,12 +5165,12 @@ for ac_func in memcmp memset stpcpy strdup strftime strspn strstr \
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:4607: checking for $ac_func" 1>&5
+echo "configure:4616: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4612 "configure"
+#line 4621 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -5191,7 +5201,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:4640: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -5227,19 +5237,19 @@ for ac_header in memory.h string.h strings.h stdlib.h unistd.h sys/time.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:4668: checking for $ac_header" 1>&5
+echo "configure:4677: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4673 "configure"
+#line 4682 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4678: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4687: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -5268,19 +5278,19 @@ for ac_header in sys/time.h unistd.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:4703: checking for $ac_header" 1>&5
+echo "configure:4712: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4708 "configure"
+#line 4717 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4713: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4722: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -5307,12 +5317,12 @@ for ac_func in alarm
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:4737: checking for $ac_func" 1>&5
+echo "configure:4746: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 4742 "configure"
+#line 4751 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -5343,7 +5353,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:4770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -5362,7 +5372,7 @@ fi
done
echo $ECHO_N "checking for working mktime... $ECHO_C" 1>&6
-echo "configure:4787: checking for working mktime" 1>&5
+echo "configure:4796: checking for working mktime" 1>&5
if test "${ac_cv_func_working_mktime+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -5370,7 +5380,7 @@ else
ac_cv_func_working_mktime=no
else
cat >conftest.$ac_ext <<EOF
-#line 4795 "configure"
+#line 4804 "configure"
#include "confdefs.h"
/* Test program from Paul Eggert and Tony Leneis. */
#if TIME_WITH_SYS_TIME
@@ -5518,7 +5528,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:4927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:4936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
ac_cv_func_working_mktime=yes
else
@@ -5536,7 +5546,7 @@ if test $ac_cv_func_working_mktime = no; then
fi
echo $ECHO_N "checking for working memcmp... $ECHO_C" 1>&6
-echo "configure:4943: checking for working memcmp" 1>&5
+echo "configure:4952: checking for working memcmp" 1>&5
if test "${jm_cv_func_memcmp_working+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -5544,7 +5554,7 @@ else
jm_cv_func_memcmp_working=no
else
cat >conftest.$ac_ext <<EOF
-#line 4951 "configure"
+#line 4960 "configure"
#include "confdefs.h"
int
main ()
@@ -5574,7 +5584,7 @@ main ()
}
}
EOF
-if { (eval echo configure:4980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:4989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
jm_cv_func_memcmp_working=yes
else
@@ -5591,13 +5601,13 @@ test $jm_cv_func_memcmp_working = no \
&& LIBOBJS="$LIBOBJS memcmp.$ac_objext"
echo $ECHO_N "checking whether we are using the GNU C Library... $ECHO_C" 1>&6
-echo "configure:4995: checking whether we are using the GNU C Library" 1>&5
+echo "configure:5004: checking whether we are using the GNU C Library" 1>&5
if test "${ac_cv_gnu_library+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5000 "configure"
+#line 5009 "configure"
#include "confdefs.h"
#include <features.h>
@@ -5617,13 +5627,13 @@ rm -f conftest*
fi
echo "$ECHO_T""$ac_cv_gnu_library" 1>&6
echo $ECHO_N "checking for version 2 of the GNU C Library... $ECHO_C" 1>&6
-echo "configure:5018: checking for version 2 of the GNU C Library" 1>&5
+echo "configure:5027: checking for version 2 of the GNU C Library" 1>&5
if test "${ac_cv_glibc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5023 "configure"
+#line 5032 "configure"
#include "confdefs.h"
#include <features.h>
@@ -5644,7 +5654,7 @@ fi
echo "$ECHO_T""$ac_cv_glibc" 1>&6
echo $ECHO_N "checking whether to enable assertions... $ECHO_C" 1>&6
-echo "configure:5041: checking whether to enable assertions" 1>&5
+echo "configure:5050: checking whether to enable assertions" 1>&5
# Check whether --enable-assert or --disable-assert was given.
if test "${enable_assert+set}" = set; then
enableval="$enable_assert"
@@ -5661,12 +5671,12 @@ else
fi
echo $ECHO_N "checking for d_type member in directory struct... $ECHO_C" 1>&6
-echo "configure:5054: checking for d_type member in directory struct" 1>&5
+echo "configure:5063: checking for d_type member in directory struct" 1>&5
if test "${jm_cv_struct_dirent_d_type+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5059 "configure"
+#line 5068 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -5693,7 +5703,7 @@ struct dirent dp; dp.d_type = 0;
return 0;
}
EOF
-if { (eval echo configure:5084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
jm_cv_struct_dirent_d_type=yes
else
echo "configure: failed program was:" >&5
@@ -5714,12 +5724,12 @@ EOF
fi
echo $ECHO_N "checking for d_ino member in directory struct... $ECHO_C" 1>&6
-echo "configure:5101: checking for d_ino member in directory struct" 1>&5
+echo "configure:5110: checking for d_ino member in directory struct" 1>&5
if test "${jm_cv_struct_dirent_d_ino+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5106 "configure"
+#line 5115 "configure"
#include "confdefs.h"
#include <sys/types.h>
@@ -5746,7 +5756,7 @@ struct dirent dp; dp.d_ino = 0;
return 0;
}
EOF
-if { (eval echo configure:5131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
jm_cv_struct_dirent_d_ino=yes
else
echo "configure: failed program was:" >&5
@@ -5799,12 +5809,12 @@ EOF
'
echo $ECHO_N "checking whether free is declared... $ECHO_C" 1>&6
-echo "configure:5178: checking whether free is declared" 1>&5
+echo "configure:5187: checking whether free is declared" 1>&5
if test "${ac_cv_have_decl_free+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5183 "configure"
+#line 5192 "configure"
#include "confdefs.h"
$headers
@@ -5819,7 +5829,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:5196: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_have_decl_free=yes
else
echo "configure: failed program was:" >&5
@@ -5843,12 +5853,12 @@ EOF
fi
echo $ECHO_N "checking whether getenv is declared... $ECHO_C" 1>&6
-echo "configure:5217: checking whether getenv is declared" 1>&5
+echo "configure:5226: checking whether getenv is declared" 1>&5
if test "${ac_cv_have_decl_getenv+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5222 "configure"
+#line 5231 "configure"
#include "confdefs.h"
$headers
@@ -5863,7 +5873,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:5235: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5244: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_have_decl_getenv=yes
else
echo "configure: failed program was:" >&5
@@ -5887,12 +5897,12 @@ EOF
fi
echo $ECHO_N "checking whether geteuid is declared... $ECHO_C" 1>&6
-echo "configure:5256: checking whether geteuid is declared" 1>&5
+echo "configure:5265: checking whether geteuid is declared" 1>&5
if test "${ac_cv_have_decl_geteuid+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5261 "configure"
+#line 5270 "configure"
#include "confdefs.h"
$headers
@@ -5907,7 +5917,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:5274: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5283: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_have_decl_geteuid=yes
else
echo "configure: failed program was:" >&5
@@ -5931,12 +5941,12 @@ EOF
fi
echo $ECHO_N "checking whether getlogin is declared... $ECHO_C" 1>&6
-echo "configure:5295: checking whether getlogin is declared" 1>&5
+echo "configure:5304: checking whether getlogin is declared" 1>&5
if test "${ac_cv_have_decl_getlogin+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5300 "configure"
+#line 5309 "configure"
#include "confdefs.h"
$headers
@@ -5951,7 +5961,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:5313: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5322: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_have_decl_getlogin=yes
else
echo "configure: failed program was:" >&5
@@ -5975,12 +5985,12 @@ EOF
fi
echo $ECHO_N "checking whether lseek is declared... $ECHO_C" 1>&6
-echo "configure:5334: checking whether lseek is declared" 1>&5
+echo "configure:5343: checking whether lseek is declared" 1>&5
if test "${ac_cv_have_decl_lseek+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5339 "configure"
+#line 5348 "configure"
#include "confdefs.h"
$headers
@@ -5995,7 +6005,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:5352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5361: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_have_decl_lseek=yes
else
echo "configure: failed program was:" >&5
@@ -6019,12 +6029,12 @@ EOF
fi
echo $ECHO_N "checking whether malloc is declared... $ECHO_C" 1>&6
-echo "configure:5373: checking whether malloc is declared" 1>&5
+echo "configure:5382: checking whether malloc is declared" 1>&5
if test "${ac_cv_have_decl_malloc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5378 "configure"
+#line 5387 "configure"
#include "confdefs.h"
$headers
@@ -6039,7 +6049,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:5391: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5400: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_have_decl_malloc=yes
else
echo "configure: failed program was:" >&5
@@ -6063,12 +6073,12 @@ EOF
fi
echo $ECHO_N "checking whether realloc is declared... $ECHO_C" 1>&6
-echo "configure:5412: checking whether realloc is declared" 1>&5
+echo "configure:5421: checking whether realloc is declared" 1>&5
if test "${ac_cv_have_decl_realloc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5417 "configure"
+#line 5426 "configure"
#include "confdefs.h"
$headers
@@ -6083,7 +6093,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:5430: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5439: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_have_decl_realloc=yes
else
echo "configure: failed program was:" >&5
@@ -6107,12 +6117,12 @@ EOF
fi
echo $ECHO_N "checking whether stpcpy is declared... $ECHO_C" 1>&6
-echo "configure:5451: checking whether stpcpy is declared" 1>&5
+echo "configure:5460: checking whether stpcpy is declared" 1>&5
if test "${ac_cv_have_decl_stpcpy+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5456 "configure"
+#line 5465 "configure"
#include "confdefs.h"
$headers
@@ -6127,7 +6137,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:5469: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5478: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_have_decl_stpcpy=yes
else
echo "configure: failed program was:" >&5
@@ -6151,12 +6161,12 @@ EOF
fi
echo $ECHO_N "checking whether strstr is declared... $ECHO_C" 1>&6
-echo "configure:5490: checking whether strstr is declared" 1>&5
+echo "configure:5499: checking whether strstr is declared" 1>&5
if test "${ac_cv_have_decl_strstr+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5495 "configure"
+#line 5504 "configure"
#include "confdefs.h"
$headers
@@ -6171,7 +6181,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:5508: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5517: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_have_decl_strstr=yes
else
echo "configure: failed program was:" >&5
@@ -6195,12 +6205,12 @@ EOF
fi
echo $ECHO_N "checking whether strtoul is declared... $ECHO_C" 1>&6
-echo "configure:5529: checking whether strtoul is declared" 1>&5
+echo "configure:5538: checking whether strtoul is declared" 1>&5
if test "${ac_cv_have_decl_strtoul+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5534 "configure"
+#line 5543 "configure"
#include "confdefs.h"
$headers
@@ -6215,7 +6225,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:5547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5556: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_have_decl_strtoul=yes
else
echo "configure: failed program was:" >&5
@@ -6239,12 +6249,12 @@ EOF
fi
echo $ECHO_N "checking whether strtoull is declared... $ECHO_C" 1>&6
-echo "configure:5568: checking whether strtoull is declared" 1>&5
+echo "configure:5577: checking whether strtoull is declared" 1>&5
if test "${ac_cv_have_decl_strtoull+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5573 "configure"
+#line 5582 "configure"
#include "confdefs.h"
$headers
@@ -6259,7 +6269,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:5586: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5595: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_have_decl_strtoull=yes
else
echo "configure: failed program was:" >&5
@@ -6283,12 +6293,12 @@ EOF
fi
echo $ECHO_N "checking whether ttyname is declared... $ECHO_C" 1>&6
-echo "configure:5607: checking whether ttyname is declared" 1>&5
+echo "configure:5616: checking whether ttyname is declared" 1>&5
if test "${ac_cv_have_decl_ttyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5612 "configure"
+#line 5621 "configure"
#include "confdefs.h"
$headers
@@ -6303,7 +6313,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:5625: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5634: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_have_decl_ttyname=yes
else
echo "configure: failed program was:" >&5
@@ -6328,7 +6338,7 @@ EOF
fi
echo $ECHO_N "checking for long file names... $ECHO_C" 1>&6
-echo "configure:5646: checking for long file names" 1>&5
+echo "configure:5655: checking for long file names" 1>&5
if test "${ac_cv_sys_long_file_names+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -6382,12 +6392,12 @@ for ac_func in pathconf
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:5696: checking for $ac_func" 1>&5
+echo "configure:5705: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5701 "configure"
+#line 5710 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -6418,7 +6428,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:5729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -6446,19 +6456,19 @@ for ac_header in limits.h string.h unistd.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:5752: checking for $ac_header" 1>&5
+echo "configure:5761: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5757 "configure"
+#line 5766 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5762: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5771: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -6480,14 +6490,14 @@ fi
done
echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" 1>&6
-echo "configure:5782: checking for library containing gethostbyname" 1>&5
+echo "configure:5791: checking for library containing gethostbyname" 1>&5
if test "${ac_cv_search_gethostbyname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_func_search_save_LIBS="$LIBS"
ac_cv_search_gethostbyname="no"
cat >conftest.$ac_ext <<EOF
-#line 5789 "configure"
+#line 5798 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6505,7 +6515,7 @@ gethostbyname ();
return 0;
}
EOF
-if { (eval echo configure:5806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_search_gethostbyname="none required"
else
echo "configure: failed program was:" >&5
@@ -6515,7 +6525,7 @@ rm -f conftest*
test "$ac_cv_search_gethostbyname" = "no" && for ac_lib in inet nsl; do
LIBS="-l$ac_lib $ac_func_search_save_LIBS"
cat >conftest.$ac_ext <<EOF
-#line 5816 "configure"
+#line 5825 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -6533,7 +6543,7 @@ gethostbyname ();
return 0;
}
EOF
-if { (eval echo configure:5833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_search_gethostbyname="-l$ac_lib"
break
else
@@ -6560,12 +6570,12 @@ for ac_func in gethostbyname gethostbyaddr inet_ntoa
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:5855: checking for $ac_func" 1>&5
+echo "configure:5864: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5860 "configure"
+#line 5869 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -6596,7 +6606,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:5888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -6624,12 +6634,12 @@ for ac_func in gethostbyname gethostbyaddr inet_ntoa
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:5911: checking for $ac_func" 1>&5
+echo "configure:5920: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5916 "configure"
+#line 5925 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -6660,7 +6670,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:5944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -6695,19 +6705,19 @@ for ac_header in unistd.h string.h netdb.h sys/socket.h \
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:5971: checking for $ac_header" 1>&5
+echo "configure:5980: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 5976 "configure"
+#line 5985 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5981: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5990: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -6740,12 +6750,12 @@ for ac_func in strerror strerror_r vprintf doprnt
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:6008: checking for $ac_func" 1>&5
+echo "configure:6017: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6013 "configure"
+#line 6022 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -6776,7 +6786,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:6041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -6795,13 +6805,13 @@ fi
done
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" 1>&6
-echo "configure:6058: checking for ANSI C header files" 1>&5
+echo "configure:6067: checking for ANSI C header files" 1>&5
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6063 "configure"
+#line 6072 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -6810,7 +6820,7 @@ cat >conftest.$ac_ext <<EOF
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6071: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_stdc=yes
@@ -6826,7 +6836,7 @@ if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<EOF
-#line 6085 "configure"
+#line 6094 "configure"
#include "confdefs.h"
#include <string.h>
@@ -6845,7 +6855,7 @@ 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 <<EOF
-#line 6100 "configure"
+#line 6109 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -6866,7 +6876,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<EOF
-#line 6118 "configure"
+#line 6127 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -6891,7 +6901,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:6142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:6151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
:
else
@@ -6918,16 +6928,18 @@ fi
#
-for ac_func in isascii mbrtowc
+#
+
+for ac_func in isascii iswprint mbrtowc
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:6167: checking for $ac_func" 1>&5
+echo "configure:6177: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6172 "configure"
+#line 6182 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -6958,7 +6970,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:6200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -6990,19 +7002,19 @@ for ac_header in limits.h stdlib.h string.h wchar.h wctype.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:6225: checking for $ac_header" 1>&5
+echo "configure:6235: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6230 "configure"
+#line 6240 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6245: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -7024,13 +7036,13 @@ fi
done
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" 1>&6
-echo "configure:6255: checking for ANSI C header files" 1>&5
+echo "configure:6265: checking for ANSI C header files" 1>&5
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6260 "configure"
+#line 6270 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -7039,7 +7051,7 @@ cat >conftest.$ac_ext <<EOF
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6268: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6278: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_stdc=yes
@@ -7055,7 +7067,7 @@ if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<EOF
-#line 6282 "configure"
+#line 6292 "configure"
#include "confdefs.h"
#include <string.h>
@@ -7074,7 +7086,7 @@ 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 <<EOF
-#line 6297 "configure"
+#line 6307 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -7095,7 +7107,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<EOF
-#line 6315 "configure"
+#line 6325 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -7120,7 +7132,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:6339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:6349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
:
else
@@ -7144,12 +7156,12 @@ EOF
fi
echo $ECHO_N "checking whether backslash-a works in strings... $ECHO_C" 1>&6
-echo "configure:6359: checking whether backslash-a works in strings" 1>&5
+echo "configure:6369: checking whether backslash-a works in strings" 1>&5
if test "${ac_cv_c_backslash_a+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6364 "configure"
+#line 6374 "configure"
#include "confdefs.h"
int
@@ -7167,7 +7179,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:6379: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_c_backslash_a=yes
else
echo "configure: failed program was:" >&5
@@ -7186,8 +7198,44 @@ EOF
fi
+ echo $ECHO_N "checking for mbstate_t object type... $ECHO_C" 1>&6
+echo "configure:6406: checking for mbstate_t object type" 1>&5
+if test "${ac_cv_type_mbstate_t_object+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" 1>&6
+else
+ cat >conftest.$ac_ext <<EOF
+#line 6411 "configure"
+#include "confdefs.h"
+#include <wchar.h>
+int
+main ()
+{
+mbstate_t x; return sizeof x;
+ ;
+ return 0;
+}
+EOF
+if { (eval echo configure:6422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+ ac_cv_type_mbstate_t_object=yes
+else
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ ac_cv_type_mbstate_t_object=no
+fi
+rm -f conftest*
+fi
+echo "$ECHO_T""$ac_cv_type_mbstate_t_object" 1>&6
+ if test $ac_cv_type_mbstate_t_object = yes; then
+ #
+
+cat >>confdefs.h <<\EOF
+#define HAVE_MBSTATE_T_OBJECT 1
+EOF
+
+ fi
+
echo $ECHO_N "checking for function prototypes... $ECHO_C" 1>&6
-echo "configure:6396: checking for function prototypes" 1>&5
+echo "configure:6439: checking for function prototypes" 1>&5
if test "$am_cv_prog_cc_stdc" != no; then
echo "$ECHO_T""yes" 1>&6
#
@@ -7203,13 +7251,13 @@ else
# Ensure some checks needed by ansi2knr itself.
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" 1>&6
-echo "configure:6409: checking for ANSI C header files" 1>&5
+echo "configure:6452: checking for ANSI C header files" 1>&5
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6414 "configure"
+#line 6457 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -7218,7 +7266,7 @@ cat >conftest.$ac_ext <<EOF
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6422: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6465: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_stdc=yes
@@ -7234,7 +7282,7 @@ if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<EOF
-#line 6436 "configure"
+#line 6479 "configure"
#include "confdefs.h"
#include <string.h>
@@ -7253,7 +7301,7 @@ 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 <<EOF
-#line 6451 "configure"
+#line 6494 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -7274,7 +7322,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<EOF
-#line 6469 "configure"
+#line 6512 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -7299,7 +7347,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:6493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:6536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
:
else
@@ -7328,19 +7376,19 @@ for ac_header in string.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:6517: checking for $ac_header" 1>&5
+echo "configure:6560: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6522 "configure"
+#line 6565 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6527: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6570: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -7364,13 +7412,13 @@ done
fi
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" 1>&6
-echo "configure:6548: checking for ANSI C header files" 1>&5
+echo "configure:6591: checking for ANSI C header files" 1>&5
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6553 "configure"
+#line 6596 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -7379,7 +7427,7 @@ cat >conftest.$ac_ext <<EOF
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6561: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6604: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_stdc=yes
@@ -7395,7 +7443,7 @@ if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<EOF
-#line 6575 "configure"
+#line 6618 "configure"
#include "confdefs.h"
#include <string.h>
@@ -7414,7 +7462,7 @@ 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 <<EOF
-#line 6590 "configure"
+#line 6633 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -7435,7 +7483,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<EOF
-#line 6608 "configure"
+#line 6651 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -7460,7 +7508,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:6632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:6675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
:
else
@@ -7493,19 +7541,19 @@ for ac_header in string.h utmpx.h sys/param.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:6658: checking for $ac_header" 1>&5
+echo "configure:6701: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6663 "configure"
+#line 6706 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6668: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6711: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -7532,12 +7580,12 @@ for ac_func in utmpname
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:6692: checking for $ac_func" 1>&5
+echo "configure:6735: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6697 "configure"
+#line 6740 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -7568,7 +7616,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:6725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -7592,12 +7640,12 @@ for ac_func in utmpxname
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:6746: checking for $ac_func" 1>&5
+echo "configure:6789: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6751 "configure"
+#line 6794 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -7628,7 +7676,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:6779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -7647,7 +7695,7 @@ fi
done
echo $ECHO_N "checking for function prototypes... $ECHO_C" 1>&6
-echo "configure:6796: checking for function prototypes" 1>&5
+echo "configure:6839: checking for function prototypes" 1>&5
if test "$am_cv_prog_cc_stdc" != no; then
echo "$ECHO_T""yes" 1>&6
#
@@ -7663,13 +7711,13 @@ else
# Ensure some checks needed by ansi2knr itself.
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" 1>&6
-echo "configure:6809: checking for ANSI C header files" 1>&5
+echo "configure:6852: checking for ANSI C header files" 1>&5
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6814 "configure"
+#line 6857 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -7678,7 +7726,7 @@ cat >conftest.$ac_ext <<EOF
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6822: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6865: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_stdc=yes
@@ -7694,7 +7742,7 @@ if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<EOF
-#line 6836 "configure"
+#line 6879 "configure"
#include "confdefs.h"
#include <string.h>
@@ -7713,7 +7761,7 @@ 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 <<EOF
-#line 6851 "configure"
+#line 6894 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -7734,7 +7782,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<EOF
-#line 6869 "configure"
+#line 6912 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -7759,7 +7807,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:6893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:6936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
:
else
@@ -7788,19 +7836,19 @@ for ac_header in string.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:6917: checking for $ac_header" 1>&5
+echo "configure:6960: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6922 "configure"
+#line 6965 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6927: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6970: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -7833,12 +7881,12 @@ $ac_includes_default
"
echo $ECHO_N "checking for struct utmpx.ut_user... $ECHO_C" 1>&6
-echo "configure:6956: checking for struct utmpx.ut_user" 1>&5
+echo "configure:6999: checking for struct utmpx.ut_user" 1>&5
if test "${ac_cv_member_struct_utmpx_ut_user+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6961 "configure"
+#line 7004 "configure"
#include "confdefs.h"
$utmp_includes
@@ -7851,7 +7899,7 @@ foo.ut_user;
return 0;
}
EOF
-if { (eval echo configure:6973: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7016: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_member_struct_utmpx_ut_user=yes
else
echo "configure: failed program was:" >&5
@@ -7871,12 +7919,12 @@ EOF
fi
echo $ECHO_N "checking for struct utmp.ut_user... $ECHO_C" 1>&6
-echo "configure:6990: checking for struct utmp.ut_user" 1>&5
+echo "configure:7033: checking for struct utmp.ut_user" 1>&5
if test "${ac_cv_member_struct_utmp_ut_user+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 6995 "configure"
+#line 7038 "configure"
#include "confdefs.h"
$utmp_includes
@@ -7889,7 +7937,7 @@ foo.ut_user;
return 0;
}
EOF
-if { (eval echo configure:7007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_member_struct_utmp_ut_user=yes
else
echo "configure: failed program was:" >&5
@@ -7909,12 +7957,12 @@ EOF
fi
echo $ECHO_N "checking for struct utmpx.ut_name... $ECHO_C" 1>&6
-echo "configure:7024: checking for struct utmpx.ut_name" 1>&5
+echo "configure:7067: checking for struct utmpx.ut_name" 1>&5
if test "${ac_cv_member_struct_utmpx_ut_name+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7029 "configure"
+#line 7072 "configure"
#include "confdefs.h"
$utmp_includes
@@ -7927,7 +7975,7 @@ foo.ut_name;
return 0;
}
EOF
-if { (eval echo configure:7041: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7084: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_member_struct_utmpx_ut_name=yes
else
echo "configure: failed program was:" >&5
@@ -7947,12 +7995,12 @@ EOF
fi
echo $ECHO_N "checking for struct utmp.ut_name... $ECHO_C" 1>&6
-echo "configure:7058: checking for struct utmp.ut_name" 1>&5
+echo "configure:7101: checking for struct utmp.ut_name" 1>&5
if test "${ac_cv_member_struct_utmp_ut_name+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7063 "configure"
+#line 7106 "configure"
#include "confdefs.h"
$utmp_includes
@@ -7965,7 +8013,7 @@ foo.ut_name;
return 0;
}
EOF
-if { (eval echo configure:7075: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7118: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_member_struct_utmp_ut_name=yes
else
echo "configure: failed program was:" >&5
@@ -7996,12 +8044,12 @@ for ac_func in bzero bcopy isascii btowc
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:7099: checking for $ac_func" 1>&5
+echo "configure:7142: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7104 "configure"
+#line 7147 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -8032,7 +8080,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:7132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -8062,19 +8110,19 @@ for ac_header in alloca.h libintl.h wctype.h wchar.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:7156: checking for $ac_header" 1>&5
+echo "configure:7199: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7161 "configure"
+#line 7204 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7166: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -8096,13 +8144,13 @@ fi
done
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" 1>&6
-echo "configure:7186: checking for ANSI C header files" 1>&5
+echo "configure:7229: checking for ANSI C header files" 1>&5
if test "${ac_cv_header_stdc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7191 "configure"
+#line 7234 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -8111,7 +8159,7 @@ cat >conftest.$ac_ext <<EOF
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7199: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7242: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_stdc=yes
@@ -8127,7 +8175,7 @@ if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat >conftest.$ac_ext <<EOF
-#line 7213 "configure"
+#line 7256 "configure"
#include "confdefs.h"
#include <string.h>
@@ -8146,7 +8194,7 @@ 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 <<EOF
-#line 7228 "configure"
+#line 7271 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -8167,7 +8215,7 @@ if test "$cross_compiling" = yes; then
:
else
cat >conftest.$ac_ext <<EOF
-#line 7246 "configure"
+#line 7289 "configure"
#include "confdefs.h"
#include <ctype.h>
#if ((' ' & 0x0FF) == 0x020)
@@ -8192,7 +8240,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:7270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:7313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
:
else
@@ -8220,12 +8268,12 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo $ECHO_N "checking for working alloca.h... $ECHO_C" 1>&6
-echo "configure:7293: checking for working alloca.h" 1>&5
+echo "configure:7336: checking for working alloca.h" 1>&5
if test "${ac_cv_working_alloca_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7298 "configure"
+#line 7341 "configure"
#include "confdefs.h"
#include <alloca.h>
int
@@ -8236,7 +8284,7 @@ char *p = (char *) alloca (2 * sizeof (int));
return 0;
}
EOF
-if { (eval echo configure:7309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_working_alloca_h=yes
else
echo "configure: failed program was:" >&5
@@ -8256,12 +8304,12 @@ EOF
fi
echo $ECHO_N "checking for alloca... $ECHO_C" 1>&6
-echo "configure:7326: checking for alloca" 1>&5
+echo "configure:7369: checking for alloca" 1>&5
if test "${ac_cv_func_alloca_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7331 "configure"
+#line 7374 "configure"
#include "confdefs.h"
#ifdef __GNUC__
# define alloca __builtin_alloca
@@ -8292,7 +8340,7 @@ char *p = (char *) alloca(1);
return 0;
}
EOF
-if { (eval echo configure:7361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_func_alloca_works=yes
else
echo "configure: failed program was:" >&5
@@ -8324,13 +8372,13 @@ cat >>confdefs.h <<\EOF
EOF
echo $ECHO_N "checking whether alloca needs Cray hooks... $ECHO_C" 1>&6
-echo "configure:7388: checking whether alloca needs Cray hooks" 1>&5
+echo "configure:7431: checking whether alloca needs Cray hooks" 1>&5
if test "${ac_cv_os_cray+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7393 "configure"
+#line 7436 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -8353,12 +8401,12 @@ if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:7414: checking for $ac_func" 1>&5
+echo "configure:7457: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7419 "configure"
+#line 7462 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -8389,7 +8437,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:7447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -8413,7 +8461,7 @@ done
fi
echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" 1>&6
-echo "configure:7467: checking stack direction for C alloca" 1>&5
+echo "configure:7510: checking stack direction for C alloca" 1>&5
if test "${ac_cv_c_stack_direction+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -8421,7 +8469,7 @@ else
ac_cv_c_stack_direction=0
else
cat >conftest.$ac_ext <<EOF
-#line 7475 "configure"
+#line 7518 "configure"
#include "confdefs.h"
find_stack_direction ()
{
@@ -8442,7 +8490,7 @@ main ()
exit (find_stack_direction () < 0);
}
EOF
-if { (eval echo configure:7495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:7538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
ac_cv_c_stack_direction=1
else
@@ -8467,12 +8515,12 @@ for ac_func in localtime_r
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:7516: checking for $ac_func" 1>&5
+echo "configure:7559: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7521 "configure"
+#line 7564 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -8503,7 +8551,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:7549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -8531,7 +8579,7 @@ EOF
fi
echo $ECHO_N "checking whether lstat accepts an empty string... $ECHO_C" 1>&6
-echo "configure:7572: checking whether lstat accepts an empty string" 1>&5
+echo "configure:7615: checking whether lstat accepts an empty string" 1>&5
if test "${jm_cv_func_lstat_empty_string_bug+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -8539,7 +8587,7 @@ else
jm_cv_func_lstat_empty_string_bug=yes
else
cat >conftest.$ac_ext <<EOF
-#line 7580 "configure"
+#line 7623 "configure"
#include "confdefs.h"
# include <sys/types.h>
@@ -8553,7 +8601,7 @@ else
}
EOF
-if { (eval echo configure:7592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:7635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
jm_cv_func_lstat_empty_string_bug=yes
else
@@ -8578,7 +8626,7 @@ EOF
fi
echo $ECHO_N "checking whether lstat dereferences a symlink specified with a trailing slash... $ECHO_C" 1>&6
-echo "configure:7612: checking whether lstat dereferences a symlink specified with a trailing slash" 1>&5
+echo "configure:7655: checking whether lstat dereferences a symlink specified with a trailing slash" 1>&5
if test "${jm_cv_func_lstat_dereferences_slashed_symlink+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -8591,7 +8639,7 @@ else
else
cat >conftest.$ac_ext <<EOF
-#line 7623 "configure"
+#line 7666 "configure"
#include "confdefs.h"
# include <sys/types.h>
@@ -8608,7 +8656,7 @@ else
}
EOF
-if { (eval echo configure:7637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:7680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
jm_cv_func_lstat_dereferences_slashed_symlink=yes
else
@@ -8647,7 +8695,7 @@ EOF
fi
echo $ECHO_N "checking whether stat accepts an empty string... $ECHO_C" 1>&6
-echo "configure:7669: checking whether stat accepts an empty string" 1>&5
+echo "configure:7712: checking whether stat accepts an empty string" 1>&5
if test "${jm_cv_func_stat_empty_string_bug+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -8655,7 +8703,7 @@ else
jm_cv_func_stat_empty_string_bug=yes
else
cat >conftest.$ac_ext <<EOF
-#line 7677 "configure"
+#line 7720 "configure"
#include "confdefs.h"
# include <sys/types.h>
@@ -8669,7 +8717,7 @@ else
}
EOF
-if { (eval echo configure:7689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:7732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
jm_cv_func_stat_empty_string_bug=yes
else
@@ -8700,7 +8748,7 @@ cat >>confdefs.h <<EOF
EOF
echo $ECHO_N "checking for working realloc... $ECHO_C" 1>&6
-echo "configure:7713: checking for working realloc" 1>&5
+echo "configure:7756: checking for working realloc" 1>&5
if test "${jm_cv_func_working_realloc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -8708,7 +8756,7 @@ else
jm_cv_func_working_realloc=no
else
cat >conftest.$ac_ext <<EOF
-#line 7721 "configure"
+#line 7764 "configure"
#include "confdefs.h"
char *realloc ();
@@ -8719,7 +8767,7 @@ else
}
EOF
-if { (eval echo configure:7731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:7774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
jm_cv_func_working_realloc=yes
else
@@ -8750,7 +8798,7 @@ cat >>confdefs.h <<EOF
EOF
echo $ECHO_N "checking for working malloc... $ECHO_C" 1>&6
-echo "configure:7755: checking for working malloc" 1>&5
+echo "configure:7798: checking for working malloc" 1>&5
if test "${jm_cv_func_working_malloc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -8758,7 +8806,7 @@ else
jm_cv_func_working_malloc=no
else
cat >conftest.$ac_ext <<EOF
-#line 7763 "configure"
+#line 7806 "configure"
#include "confdefs.h"
char *malloc ();
@@ -8769,7 +8817,7 @@ else
}
EOF
-if { (eval echo configure:7773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:7816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
jm_cv_func_working_malloc=yes
else
@@ -8800,12 +8848,12 @@ for ac_func in strerror_r
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:7798: checking for $ac_func" 1>&5
+echo "configure:7841: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7803 "configure"
+#line 7846 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -8836,7 +8884,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:7831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -8861,19 +8909,19 @@ for ac_header in string.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:7853: checking for $ac_header" 1>&5
+echo "configure:7896: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7858 "configure"
+#line 7901 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7863: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -8895,13 +8943,13 @@ fi
done
echo $ECHO_N "checking for working strerror_r... $ECHO_C" 1>&6
-echo "configure:7883: checking for working strerror_r" 1>&5
+echo "configure:7926: checking for working strerror_r" 1>&5
if test "${jm_cv_func_working_strerror_r+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7888 "configure"
+#line 7931 "configure"
#include "confdefs.h"
# include <stdio.h>
@@ -8920,7 +8968,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:7903: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7946: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
jm_cv_func_working_strerror_r=yes
else
echo "configure: failed program was:" >&5
@@ -8948,19 +8996,19 @@ for ac_header in string.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:7925: checking for $ac_header" 1>&5
+echo "configure:7968: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 7930 "configure"
+#line 7973 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7935: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7978: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -8982,7 +9030,7 @@ fi
done
echo $ECHO_N "checking for working readdir... $ECHO_C" 1>&6
-echo "configure:7955: checking for working readdir" 1>&5
+echo "configure:7998: checking for working readdir" 1>&5
if test "${jm_cv_func_working_readdir+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -8994,7 +9042,7 @@ else
jm_cv_func_working_readdir=no
else
cat >conftest.$ac_ext <<EOF
-#line 7966 "configure"
+#line 8009 "configure"
#include "confdefs.h"
# include <stdio.h>
# include <sys/types.h>
@@ -9092,7 +9140,7 @@ else
exit (0);
}
EOF
-if { (eval echo configure:8048: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:8091: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
jm_cv_func_working_readdir=yes
else
@@ -9134,12 +9182,12 @@ EOF
# 5.5.1 binaries would not run on 5.6 due to shared library differences.
ac_ac_Symbol=`echo "ac_cv_have_decl_$jm_io_func" | $ac_tr_sh`
echo $ECHO_N "checking whether $jm_io_func is declared... $ECHO_C" 1>&6
-echo "configure:8082: checking whether $jm_io_func is declared" 1>&5
+echo "configure:8125: checking whether $jm_io_func is declared" 1>&5
if eval "test \"\${$ac_ac_Symbol+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8087 "configure"
+#line 8130 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -9154,7 +9202,7 @@ main ()
return 0;
}
EOF
-if { (eval echo configure:8100: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8143: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
eval "$ac_ac_Symbol=yes"
else
echo "configure: failed program was:" >&5
@@ -9183,12 +9231,12 @@ fi
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:8126: checking for $ac_func" 1>&5
+echo "configure:8169: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8131 "configure"
+#line 8174 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -9219,7 +9267,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:8159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -9246,19 +9294,19 @@ for ac_header in fnmatch.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:8182: checking for $ac_header" 1>&5
+echo "configure:8225: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8187 "configure"
+#line 8230 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8192: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8235: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -9279,20 +9327,23 @@ EOF
fi
done
-echo $ECHO_N "checking for working fnmatch... $ECHO_C" 1>&6
-echo "configure:8212: checking for working fnmatch" 1>&5
+echo $ECHO_N "checking for working fnmatch with case folding... $ECHO_C" 1>&6
+echo "configure:8255: checking for working fnmatch with case folding" 1>&5
if test "${ac_cv_func_fnmatch_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
# Some versions of Solaris or SCO have a broken fnmatch function.
# So we run a test program. If we are cross-compiling, take no chance.
+# Also want FNM_CASEFOLD
# Thanks to John Oleynick and Franc,ois Pinard for this test.
if test "$cross_compiling" = yes; then
ac_cv_func_fnmatch_works=no
else
cat >conftest.$ac_ext <<EOF
-#line 8223 "configure"
+#line 8267 "configure"
#include "confdefs.h"
+#include <stdio.h>
+#define _GNU_SOURCE
#if HAVE_FNMATCH_H
# include <fnmatch.h>
#endif
@@ -9300,10 +9351,10 @@ else
int
main ()
{
- exit (fnmatch ("a*", "abc", 0) != 0);
+ exit (fnmatch ("A*", "abc", FNM_CASEFOLD) != 0);
}
EOF
-if { (eval echo configure:8234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:8280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
ac_cv_func_fnmatch_works=yes
else
@@ -9338,7 +9389,7 @@ EOF
fi
echo "checking for AFS" 1>&6
-echo "configure:8261: checking for AFS" 1>&5
+echo "configure:8307: checking for AFS" 1>&5
test -d /afs \
&& #
@@ -9352,19 +9403,19 @@ for ac_header in stdlib.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:8272: checking for $ac_header" 1>&5
+echo "configure:8318: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8277 "configure"
+#line 8323 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8282: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8328: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -9386,13 +9437,13 @@ fi
done
echo $ECHO_N "checking whether <inttypes.h> defines strtoumax as a macro... $ECHO_C" 1>&6
-echo "configure:8302: checking whether <inttypes.h> defines strtoumax as a macro" 1>&5
+echo "configure:8348: checking whether <inttypes.h> defines strtoumax as a macro" 1>&5
if test "${jm_cv_func_strtoumax_macro+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8307 "configure"
+#line 8353 "configure"
#include "confdefs.h"
#include <inttypes.h>
#ifdef strtoumax
@@ -9417,12 +9468,12 @@ for ac_func in strtoumax
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:8329: checking for $ac_func" 1>&5
+echo "configure:8375: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8334 "configure"
+#line 8380 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -9453,7 +9504,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:8362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -9483,12 +9534,12 @@ for ac_func in strtoull
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:8388: checking for $ac_func" 1>&5
+echo "configure:8434: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8393 "configure"
+#line 8439 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -9519,7 +9570,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:8421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -9543,7 +9594,7 @@ done
esac
echo $ECHO_N "checking whether link(2) follows symlinks... $ECHO_C" 1>&6
-echo "configure:8442: checking whether link(2) follows symlinks" 1>&5
+echo "configure:8488: checking whether link(2) follows symlinks" 1>&5
if test "${jm_ac_cv_func_link_follows_symlink+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -9555,19 +9606,19 @@ for ac_header in unistd.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:8452: checking for $ac_header" 1>&5
+echo "configure:8498: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8457 "configure"
+#line 8503 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8462: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8508: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -9594,7 +9645,7 @@ done
jm_ac_cv_func_link_follows_symlink=yes
else
cat >conftest.$ac_ext <<EOF
-#line 8487 "configure"
+#line 8533 "configure"
#include "confdefs.h"
# include <sys/types.h>
@@ -9634,7 +9685,7 @@ else
}
EOF
-if { (eval echo configure:8519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:8565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
jm_ac_cv_func_link_follows_symlink=yes
else
@@ -9657,12 +9708,12 @@ EOF
fi
echo $ECHO_N "checking for error_at_line... $ECHO_C" 1>&6
-echo "configure:8538: checking for error_at_line" 1>&5
+echo "configure:8584: checking for error_at_line" 1>&5
if test "${am_cv_lib_error_at_line+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8543 "configure"
+#line 8589 "configure"
#include "confdefs.h"
int
@@ -9673,7 +9724,7 @@ error_at_line(0, 0, "", 0, "");
return 0;
}
EOF
-if { (eval echo configure:8553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
am_cv_lib_error_at_line=yes
else
echo "configure: failed program was:" >&5
@@ -9693,12 +9744,12 @@ for ac_func in localtime_r
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:8571: checking for $ac_func" 1>&5
+echo "configure:8617: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8576 "configure"
+#line 8622 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -9729,7 +9780,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:8604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8650: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -9753,19 +9804,19 @@ for ac_header in limits.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:8625: checking for $ac_header" 1>&5
+echo "configure:8671: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8630 "configure"
+#line 8676 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8635: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8681: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -9800,12 +9851,12 @@ for ac_func in bcopy tzset mempcpy memcpy memset
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:8663: checking for $ac_func" 1>&5
+echo "configure:8709: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8668 "configure"
+#line 8714 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -9836,7 +9887,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:8696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -9857,12 +9908,12 @@ done
# This defines (or not) HAVE_TZNAME and HAVE_TM_ZONE.
echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" 1>&6
-echo "configure:8714: checking for struct tm.tm_zone" 1>&5
+echo "configure:8760: checking for struct tm.tm_zone" 1>&5
if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8719 "configure"
+#line 8765 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_cv_struct_tm>
@@ -9876,7 +9927,7 @@ foo.tm_zone;
return 0;
}
EOF
-if { (eval echo configure:8732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8778: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_member_struct_tm_tm_zone=yes
else
echo "configure: failed program was:" >&5
@@ -9904,12 +9955,12 @@ EOF
else
echo $ECHO_N "checking for tzname... $ECHO_C" 1>&6
-echo "configure:8755: checking for tzname" 1>&5
+echo "configure:8801: checking for tzname" 1>&5
if test "${ac_cv_var_tzname+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8760 "configure"
+#line 8806 "configure"
#include "confdefs.h"
#include <time.h>
#ifndef tzname /* For SGI. */
@@ -9924,7 +9975,7 @@ atoi(*tzname);
return 0;
}
EOF
-if { (eval echo configure:8774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_var_tzname=yes
else
echo "configure: failed program was:" >&5
@@ -9952,12 +10003,12 @@ for ac_func in mblen mbrlen
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:8797: checking for $ac_func" 1>&5
+echo "configure:8843: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8802 "configure"
+#line 8848 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -9988,7 +10039,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:8830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -10007,12 +10058,12 @@ fi
done
echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" 1>&6
-echo "configure:8847: checking for struct tm.tm_gmtoff" 1>&5
+echo "configure:8893: checking for struct tm.tm_gmtoff" 1>&5
if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8852 "configure"
+#line 8898 "configure"
#include "confdefs.h"
#include <time.h>
@@ -10025,7 +10076,7 @@ foo.tm_gmtoff;
return 0;
}
EOF
-if { (eval echo configure:8864: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8910: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
ac_cv_member_struct_tm_tm_gmtoff=yes
else
echo "configure: failed program was:" >&5
@@ -10050,19 +10101,19 @@ for ac_header in sys/time.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:8885: checking for $ac_header" 1>&5
+echo "configure:8931: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 8890 "configure"
+#line 8936 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8895: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8941: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -10084,7 +10135,7 @@ fi
done
echo $ECHO_N "checking for working GNU strftime... $ECHO_C" 1>&6
-echo "configure:8915: checking for working GNU strftime" 1>&5
+echo "configure:8961: checking for working GNU strftime" 1>&5
if test "${jm_cv_func_working_gnu_strftime+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -10096,7 +10147,7 @@ else
jm_cv_func_working_gnu_strftime=no
else
cat >conftest.$ac_ext <<EOF
-#line 8927 "configure"
+#line 8973 "configure"
#include "confdefs.h"
/* Ulrich Drepper provided parts of the test program. */
#if STDC_HEADERS
@@ -10193,7 +10244,7 @@ main ()
exit (n_fail ? 1 : 0);
}
EOF
-if { (eval echo configure:9018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:9064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
jm_cv_func_working_gnu_strftime=yes
else
@@ -10220,12 +10271,12 @@ EOF
fi
echo $ECHO_N "checking for vprintf... $ECHO_C" 1>&6
-echo "configure:9039: checking for vprintf" 1>&5
+echo "configure:9085: checking for vprintf" 1>&5
if test "${ac_cv_func_vprintf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 9044 "configure"
+#line 9090 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vprintf(); below. */
@@ -10256,7 +10307,7 @@ f = vprintf;
return 0;
}
EOF
-if { (eval echo configure:9072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_func_vprintf=yes
else
echo "configure: failed program was:" >&5
@@ -10277,12 +10328,12 @@ fi
if test "$ac_cv_func_vprintf" != yes; then
echo $ECHO_N "checking for _doprnt... $ECHO_C" 1>&6
-echo "configure:9090: checking for _doprnt" 1>&5
+echo "configure:9136: checking for _doprnt" 1>&5
if test "${ac_cv_func__doprnt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 9095 "configure"
+#line 9141 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _doprnt(); below. */
@@ -10313,7 +10364,7 @@ f = _doprnt;
return 0;
}
EOF
-if { (eval echo configure:9123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_func__doprnt=yes
else
echo "configure: failed program was:" >&5
@@ -10335,7 +10386,7 @@ fi
fi
echo $ECHO_N "checking whether closedir returns void... $ECHO_C" 1>&6
-echo "configure:9141: checking whether closedir returns void" 1>&5
+echo "configure:9187: checking whether closedir returns void" 1>&5
if test "${ac_cv_func_closedir_void+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -10343,7 +10394,7 @@ else
ac_cv_func_closedir_void=yes
else
cat >conftest.$ac_ext <<EOF
-#line 9149 "configure"
+#line 9195 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_header_dirent>
@@ -10355,7 +10406,7 @@ main ()
exit (closedir (opendir (".")) != 0);
}
EOF
-if { (eval echo configure:9160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:9206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
ac_cv_func_closedir_void=no
else
@@ -10491,19 +10542,19 @@ for ac_header in \
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:9255: checking for $ac_header" 1>&5
+echo "configure:9301: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 9260 "configure"
+#line 9306 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:9265: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:9311: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -10533,7 +10584,7 @@ done
# regex.c. The first failing regular expression is from `Spencer ere
# test #75' in grep-2.3.
echo $ECHO_N "checking for working re_compile_pattern... $ECHO_C" 1>&6
-echo "configure:9292: checking for working re_compile_pattern" 1>&5
+echo "configure:9338: checking for working re_compile_pattern" 1>&5
if test "${jm_cv_func_working_re_compile_pattern+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -10541,7 +10592,7 @@ else
jm_cv_func_working_re_compile_pattern=no
else
cat >conftest.$ac_ext <<EOF
-#line 9300 "configure"
+#line 9346 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <regex.h>
@@ -10565,7 +10616,7 @@ else
}
EOF
-if { (eval echo configure:9322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:9368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
jm_cv_func_working_re_compile_pattern=yes
else
@@ -10602,12 +10653,12 @@ for ac_func in strncasecmp
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:9354: checking for $ac_func" 1>&5
+echo "configure:9400: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 9359 "configure"
+#line 9405 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -10638,7 +10689,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:9387: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -10670,12 +10721,12 @@ for ac_func in stpcpy strstr strtol strtoul
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:9413: checking for $ac_func" 1>&5
+echo "configure:9459: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 9418 "configure"
+#line 9464 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -10706,7 +10757,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:9446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -10732,12 +10783,12 @@ for ac_func in memcmp
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:9469: checking for $ac_func" 1>&5
+echo "configure:9515: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 9474 "configure"
+#line 9520 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -10768,7 +10819,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:9502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -10794,12 +10845,12 @@ for ac_func in strdup
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:9525: checking for $ac_func" 1>&5
+echo "configure:9571: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 9530 "configure"
+#line 9576 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -10830,7 +10881,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:9558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -10858,12 +10909,12 @@ for ac_func in memcpy memset
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:9582: checking for $ac_func" 1>&5
+echo "configure:9628: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 9587 "configure"
+#line 9633 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -10894,7 +10945,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:9615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -10920,12 +10971,12 @@ for ac_func in getpagesize
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:9638: checking for $ac_func" 1>&5
+echo "configure:9684: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 9643 "configure"
+#line 9689 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -10956,7 +11007,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:9671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -10988,7 +11039,7 @@ cat >>confdefs.h <<\EOF
EOF
echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" 1>&6
-echo "configure:9697: checking whether setvbuf arguments are reversed" 1>&5
+echo "configure:9743: checking whether setvbuf arguments are reversed" 1>&5
if test "${ac_cv_func_setvbuf_reversed+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -10996,7 +11047,7 @@ else
{ echo "configure: error: cannot run test program while cross compiling" 1>&2; exit 1; }
else
cat >conftest.$ac_ext <<EOF
-#line 9705 "configure"
+#line 9751 "configure"
#include "confdefs.h"
#include <stdio.h>
/* If setvbuf has the reversed format, exit 0. */
@@ -11012,7 +11063,7 @@ main ()
exit(0); /* Non-reversed systems segv here. */
}
EOF
-if { (eval echo configure:9721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:9767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
ac_cv_func_setvbuf_reversed=yes
else
@@ -11039,14 +11090,14 @@ fi
# Solaris 2.5.1 needs -lposix4 to get the clock_gettime function.
# Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4.
echo $ECHO_N "checking for library containing clock_gettime... $ECHO_C" 1>&6
-echo "configure:9744: checking for library containing clock_gettime" 1>&5
+echo "configure:9790: checking for library containing clock_gettime" 1>&5
if test "${ac_cv_search_clock_gettime+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_func_search_save_LIBS="$LIBS"
ac_cv_search_clock_gettime="no"
cat >conftest.$ac_ext <<EOF
-#line 9751 "configure"
+#line 9797 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -11064,7 +11115,7 @@ clock_gettime ();
return 0;
}
EOF
-if { (eval echo configure:9768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_search_clock_gettime="none required"
else
echo "configure: failed program was:" >&5
@@ -11074,7 +11125,7 @@ rm -f conftest*
test "$ac_cv_search_clock_gettime" = "no" && for ac_lib in rt posix4; do
LIBS="-l$ac_lib $ac_func_search_save_LIBS"
cat >conftest.$ac_ext <<EOF
-#line 9778 "configure"
+#line 9824 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -11092,7 +11143,7 @@ clock_gettime ();
return 0;
}
EOF
-if { (eval echo configure:9795: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_search_clock_gettime="-l$ac_lib"
break
else
@@ -11115,12 +11166,12 @@ for ac_func in clock_gettime
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:9815: checking for $ac_func" 1>&5
+echo "configure:9861: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 9820 "configure"
+#line 9866 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -11151,7 +11202,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:9848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -11175,12 +11226,12 @@ for ac_func in gettimeofday
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:9869: checking for $ac_func" 1>&5
+echo "configure:9915: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 9874 "configure"
+#line 9920 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -11211,7 +11262,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:9902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:9948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -11235,12 +11286,12 @@ for ac_func in getdelim
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:9923: checking for $ac_func" 1>&5
+echo "configure:9969: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 9928 "configure"
+#line 9974 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -11271,7 +11322,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:9956: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -11375,12 +11426,12 @@ for ac_func in \
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:10030: checking for $ac_func" 1>&5
+echo "configure:10076: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10035 "configure"
+#line 10081 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -11411,7 +11462,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:10063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -11431,12 +11482,12 @@ done
am_getline_needs_run_time_check=no
echo $ECHO_N "checking for getline... $ECHO_C" 1>&6
-echo "configure:10081: checking for getline" 1>&5
+echo "configure:10127: checking for getline" 1>&5
if test "${ac_cv_func_getline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10086 "configure"
+#line 10132 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getline(); below. */
@@ -11467,7 +11518,7 @@ f = getline;
return 0;
}
EOF
-if { (eval echo configure:10114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_func_getline=yes
else
echo "configure: failed program was:" >&5
@@ -11490,19 +11541,19 @@ for ac_header in string.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:10135: checking for $ac_header" 1>&5
+echo "configure:10181: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10140 "configure"
+#line 10186 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10145: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10191: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -11524,7 +11575,7 @@ fi
done
echo $ECHO_N "checking for working getline function... $ECHO_C" 1>&6
-echo "configure:10165: checking for working getline function" 1>&5
+echo "configure:10211: checking for working getline function" 1>&5
if test "${am_cv_func_working_getline+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -11533,7 +11584,7 @@ else
am_cv_func_working_getline=no
else
cat >conftest.$ac_ext <<EOF
-#line 10174 "configure"
+#line 10220 "configure"
#include "confdefs.h"
# include <stdio.h>
@@ -11554,7 +11605,7 @@ else
}
EOF
-if { (eval echo configure:10193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:10239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
am_cv_func_working_getline=yes
else
@@ -11584,12 +11635,12 @@ for ac_func in getdelim
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:10218: checking for $ac_func" 1>&5
+echo "configure:10264: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10223 "configure"
+#line 10269 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -11620,7 +11671,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:10251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -11654,12 +11705,12 @@ for ac_func in fchdir getcwd strerror endgrent endpwent
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:10277: checking for $ac_func" 1>&5
+echo "configure:10323: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10282 "configure"
+#line 10328 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -11690,7 +11741,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:10310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -11709,12 +11760,12 @@ fi
done
echo $ECHO_N "checking for vprintf... $ECHO_C" 1>&6
-echo "configure:10327: checking for vprintf" 1>&5
+echo "configure:10373: checking for vprintf" 1>&5
if test "${ac_cv_func_vprintf+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10332 "configure"
+#line 10378 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vprintf(); below. */
@@ -11745,7 +11796,7 @@ f = vprintf;
return 0;
}
EOF
-if { (eval echo configure:10360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10406: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_func_vprintf=yes
else
echo "configure: failed program was:" >&5
@@ -11766,12 +11817,12 @@ fi
if test "$ac_cv_func_vprintf" != yes; then
echo $ECHO_N "checking for _doprnt... $ECHO_C" 1>&6
-echo "configure:10378: checking for _doprnt" 1>&5
+echo "configure:10424: checking for _doprnt" 1>&5
if test "${ac_cv_func__doprnt+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10383 "configure"
+#line 10429 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _doprnt(); below. */
@@ -11802,7 +11853,7 @@ f = _doprnt;
return 0;
}
EOF
-if { (eval echo configure:10411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_func__doprnt=yes
else
echo "configure: failed program was:" >&5
@@ -11828,12 +11879,12 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo $ECHO_N "checking for working alloca.h... $ECHO_C" 1>&6
-echo "configure:10432: checking for working alloca.h" 1>&5
+echo "configure:10478: checking for working alloca.h" 1>&5
if test "${ac_cv_working_alloca_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10437 "configure"
+#line 10483 "configure"
#include "confdefs.h"
#include <alloca.h>
int
@@ -11844,7 +11895,7 @@ char *p = (char *) alloca (2 * sizeof (int));
return 0;
}
EOF
-if { (eval echo configure:10448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_working_alloca_h=yes
else
echo "configure: failed program was:" >&5
@@ -11864,12 +11915,12 @@ EOF
fi
echo $ECHO_N "checking for alloca... $ECHO_C" 1>&6
-echo "configure:10465: checking for alloca" 1>&5
+echo "configure:10511: checking for alloca" 1>&5
if test "${ac_cv_func_alloca_works+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10470 "configure"
+#line 10516 "configure"
#include "confdefs.h"
#ifdef __GNUC__
# define alloca __builtin_alloca
@@ -11900,7 +11951,7 @@ char *p = (char *) alloca(1);
return 0;
}
EOF
-if { (eval echo configure:10500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_func_alloca_works=yes
else
echo "configure: failed program was:" >&5
@@ -11932,13 +11983,13 @@ cat >>confdefs.h <<\EOF
EOF
echo $ECHO_N "checking whether alloca needs Cray hooks... $ECHO_C" 1>&6
-echo "configure:10527: checking whether alloca needs Cray hooks" 1>&5
+echo "configure:10573: checking whether alloca needs Cray hooks" 1>&5
if test "${ac_cv_os_cray+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10532 "configure"
+#line 10578 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -11961,12 +12012,12 @@ if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:10553: checking for $ac_func" 1>&5
+echo "configure:10599: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10558 "configure"
+#line 10604 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -11997,7 +12048,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:10586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -12021,7 +12072,7 @@ done
fi
echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" 1>&6
-echo "configure:10606: checking stack direction for C alloca" 1>&5
+echo "configure:10652: checking stack direction for C alloca" 1>&5
if test "${ac_cv_c_stack_direction+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -12029,7 +12080,7 @@ else
ac_cv_c_stack_direction=0
else
cat >conftest.$ac_ext <<EOF
-#line 10614 "configure"
+#line 10660 "configure"
#include "confdefs.h"
find_stack_direction ()
{
@@ -12050,7 +12101,7 @@ main ()
exit (find_stack_direction () < 0);
}
EOF
-if { (eval echo configure:10634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:10680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
ac_cv_c_stack_direction=1
else
@@ -12073,14 +12124,14 @@ fi
#
echo $ECHO_N "checking for getmntent in -lsun... $ECHO_C" 1>&6
-echo "configure:10653: checking for getmntent in -lsun" 1>&5
+echo "configure:10699: checking for getmntent in -lsun" 1>&5
if test "${ac_cv_lib_sun_getmntent+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lsun $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 10660 "configure"
+#line 10706 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -12098,7 +12149,7 @@ getmntent ();
return 0;
}
EOF
-if { (eval echo configure:10677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_sun_getmntent=yes
else
echo "configure: failed program was:" >&5
@@ -12115,14 +12166,14 @@ else
#
echo $ECHO_N "checking for getmntent in -lseq... $ECHO_C" 1>&6
-echo "configure:10693: checking for getmntent in -lseq" 1>&5
+echo "configure:10739: checking for getmntent in -lseq" 1>&5
if test "${ac_cv_lib_seq_getmntent+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lseq $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 10700 "configure"
+#line 10746 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -12140,7 +12191,7 @@ getmntent ();
return 0;
}
EOF
-if { (eval echo configure:10717: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_seq_getmntent=yes
else
echo "configure: failed program was:" >&5
@@ -12157,14 +12208,14 @@ else
#
echo $ECHO_N "checking for getmntent in -lgen... $ECHO_C" 1>&6
-echo "configure:10733: checking for getmntent in -lgen" 1>&5
+echo "configure:10779: checking for getmntent in -lgen" 1>&5
if test "${ac_cv_lib_gen_getmntent+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lgen $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 10740 "configure"
+#line 10786 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -12182,7 +12233,7 @@ getmntent ();
return 0;
}
EOF
-if { (eval echo configure:10757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_gen_getmntent=yes
else
echo "configure: failed program was:" >&5
@@ -12202,12 +12253,12 @@ fi
fi
echo $ECHO_N "checking for getmntent... $ECHO_C" 1>&6
-echo "configure:10774: checking for getmntent" 1>&5
+echo "configure:10820: checking for getmntent" 1>&5
if test "${ac_cv_func_getmntent+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10779 "configure"
+#line 10825 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getmntent(); below. */
@@ -12238,7 +12289,7 @@ f = getmntent;
return 0;
}
EOF
-if { (eval echo configure:10807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_func_getmntent=yes
else
echo "configure: failed program was:" >&5
@@ -12258,7 +12309,7 @@ EOF
fi
echo $ECHO_N "checking whether closedir returns void... $ECHO_C" 1>&6
-echo "configure:10824: checking whether closedir returns void" 1>&5
+echo "configure:10870: checking whether closedir returns void" 1>&5
if test "${ac_cv_func_closedir_void+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -12266,7 +12317,7 @@ else
ac_cv_func_closedir_void=yes
else
cat >conftest.$ac_ext <<EOF
-#line 10832 "configure"
+#line 10878 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_header_dirent>
@@ -12278,7 +12329,7 @@ main ()
exit (closedir (opendir (".")) != 0);
}
EOF
-if { (eval echo configure:10843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:10889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
ac_cv_func_closedir_void=no
else
@@ -12310,19 +12361,19 @@ for ac_header in stdlib.h unistd.h sys/stat.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:10868: checking for $ac_header" 1>&5
+echo "configure:10914: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10873 "configure"
+#line 10919 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:10878: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:10924: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -12349,12 +12400,12 @@ for ac_func in getpagesize
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:10902: checking for $ac_func" 1>&5
+echo "configure:10948: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 10907 "configure"
+#line 10953 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -12385,7 +12436,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:10935: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:10981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -12404,7 +12455,7 @@ fi
done
echo $ECHO_N "checking for working mmap... $ECHO_C" 1>&6
-echo "configure:10952: checking for working mmap" 1>&5
+echo "configure:10998: checking for working mmap" 1>&5
if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -12412,7 +12463,7 @@ else
ac_cv_func_mmap_fixed_mapped=no
else
cat >conftest.$ac_ext <<EOF
-#line 10960 "configure"
+#line 11006 "configure"
#include "confdefs.h"
/* Thanks to Mike Haertel and Jim Avera for this test.
Here is a matrix of mmap possibilities:
@@ -12546,7 +12597,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:11084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
+if { (eval echo configure:11130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } &&
test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null; then
ac_cv_func_mmap_fixed_mapped=yes
else
@@ -12589,19 +12640,19 @@ unistd.h sys/param.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_header... $ECHO_C" 1>&6
-echo "configure:11115: checking for $ac_header" 1>&5
+echo "configure:11161: checking for $ac_header" 1>&5
if eval "test \"\${$ac_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 11120 "configure"
+#line 11166 "configure"
#include "confdefs.h"
#include <$ac_header>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11125: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
eval "$ac_ac_Header=yes"
@@ -12649,12 +12700,12 @@ strdup __argz_count __argz_stringify __argz_next
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:11160: checking for $ac_func" 1>&5
+echo "configure:11206: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 11165 "configure"
+#line 11211 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -12685,7 +12736,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:11193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -12710,12 +12761,12 @@ for ac_func in stpcpy
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:11215: checking for $ac_func" 1>&5
+echo "configure:11261: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 11220 "configure"
+#line 11266 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -12746,7 +12797,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:11248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -12776,12 +12827,12 @@ EOF
if test $ac_cv_header_locale_h = yes; then
echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" 1>&6
-echo "configure:11273: checking for LC_MESSAGES" 1>&5
+echo "configure:11319: checking for LC_MESSAGES" 1>&5
if test "${am_cv_val_LC_MESSAGES+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 11278 "configure"
+#line 11324 "configure"
#include "confdefs.h"
#include <locale.h>
int
@@ -12792,7 +12843,7 @@ return LC_MESSAGES
return 0;
}
EOF
-if { (eval echo configure:11289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
am_cv_val_LC_MESSAGES=yes
else
echo "configure: failed program was:" >&5
@@ -12812,7 +12863,7 @@ EOF
fi
fi
echo $ECHO_N "checking whether NLS is requested... $ECHO_C" 1>&6
-echo "configure:11307: checking whether NLS is requested" 1>&5
+echo "configure:11353: checking whether NLS is requested" 1>&5
# Check whether --enable-nls or --disable-nls was given.
if test "${enable_nls+set}" = set; then
enableval="$enable_nls"
@@ -12832,7 +12883,7 @@ cat >>confdefs.h <<\EOF
EOF
echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" 1>&6
-echo "configure:11323: checking whether included gettext is requested" 1>&5
+echo "configure:11369: checking whether included gettext is requested" 1>&5
# Check whether --with-included-gettext or --without-included-gettext was given.
if test "${with_included_gettext+set}" = set; then
withval="$with_included_gettext"
@@ -12849,19 +12900,19 @@ fi
CATOBJEXT=NONE
echo $ECHO_N "checking for libintl.h... $ECHO_C" 1>&6
-echo "configure:11338: checking for libintl.h" 1>&5
+echo "configure:11384: checking for libintl.h" 1>&5
if test "${ac_cv_header_libintl_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 11343 "configure"
+#line 11389 "configure"
#include "confdefs.h"
#include <libintl.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:11348: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:11394: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_libintl_h=yes
@@ -12876,12 +12927,12 @@ fi
echo "$ECHO_T""$ac_cv_header_libintl_h" 1>&6
if test $ac_cv_header_libintl_h = yes; then
echo $ECHO_N "checking for gettext in libc... $ECHO_C" 1>&6
-echo "configure:11363: checking for gettext in libc" 1>&5
+echo "configure:11409: checking for gettext in libc" 1>&5
if test "${gt_cv_func_gettext_libc+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 11368 "configure"
+#line 11414 "configure"
#include "confdefs.h"
#include <libintl.h>
int
@@ -12892,7 +12943,7 @@ return (int) gettext ("")
return 0;
}
EOF
-if { (eval echo configure:11379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
gt_cv_func_gettext_libc=yes
else
echo "configure: failed program was:" >&5
@@ -12907,14 +12958,14 @@ echo "$ECHO_T""$gt_cv_func_gettext_libc" 1>&6
#
echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" 1>&6
-echo "configure:11392: checking for bindtextdomain in -lintl" 1>&5
+echo "configure:11438: checking for bindtextdomain in -lintl" 1>&5
if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lintl $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 11399 "configure"
+#line 11445 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -12932,7 +12983,7 @@ bindtextdomain ();
return 0;
}
EOF
-if { (eval echo configure:11416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_intl_bindtextdomain=yes
else
echo "configure: failed program was:" >&5
@@ -12947,14 +12998,14 @@ if test $ac_cv_lib_intl_bindtextdomain = yes; then
#
echo $ECHO_N "checking for gettext in -lintl... $ECHO_C" 1>&6
-echo "configure:11430: checking for gettext in -lintl" 1>&5
+echo "configure:11476: checking for gettext in -lintl" 1>&5
if test "${ac_cv_lib_intl_gettext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-lintl $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 11437 "configure"
+#line 11483 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
@@ -12972,7 +13023,7 @@ gettext ();
return 0;
}
EOF
-if { (eval echo configure:11454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_intl_gettext=yes
else
echo "configure: failed program was:" >&5
@@ -13007,7 +13058,7 @@ EOF
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:11482: checking for $ac_word" 1>&5
+echo "configure:11528: checking for $ac_word" 1>&5
if test "${ac_cv_path_MSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -13044,12 +13095,12 @@ for ac_func in dcgettext
do
ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
echo $ECHO_N "checking for $ac_func... $ECHO_C" 1>&6
-echo "configure:11518: checking for $ac_func" 1>&5
+echo "configure:11564: checking for $ac_func" 1>&5
if eval "test \"\${$ac_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 11523 "configure"
+#line 11569 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -13080,7 +13131,7 @@ f = $ac_func;
return 0;
}
EOF
-if { (eval echo configure:11551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
eval "$ac_ac_var=yes"
else
echo "configure: failed program was:" >&5
@@ -13101,7 +13152,7 @@ done
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:11570: checking for $ac_word" 1>&5
+echo "configure:11616: checking for $ac_word" 1>&5
if test "${ac_cv_path_GMSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -13134,7 +13185,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:11602: checking for $ac_word" 1>&5
+echo "configure:11648: checking for $ac_word" 1>&5
if test "${ac_cv_path_XGETTEXT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -13166,7 +13217,7 @@ else
fi
cat >conftest.$ac_ext <<EOF
-#line 11633 "configure"
+#line 11679 "configure"
#include "confdefs.h"
int
@@ -13178,7 +13229,7 @@ extern int _nl_msg_cat_cntr;
return 0;
}
EOF
-if { (eval echo configure:11644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
CATOBJEXT=.gmo
DATADIRNAME=share
else
@@ -13196,7 +13247,7 @@ fi
if test "$CATOBJEXT" = "NONE"; then
echo $ECHO_N "checking whether catgets can be used... $ECHO_C" 1>&6
-echo "configure:11661: checking whether catgets can be used" 1>&5
+echo "configure:11707: checking whether catgets can be used" 1>&5
# Check whether --with-catgets or --without-catgets was given.
if test "${with_catgets+set}" = set; then
withval="$with_catgets"
@@ -13210,14 +13261,14 @@ fi
#
echo $ECHO_N "checking for main in -li... $ECHO_C" 1>&6
-echo "configure:11673: checking for main in -li" 1>&5
+echo "configure:11719: checking for main in -li" 1>&5
if test "${ac_cv_lib_i_main+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
ac_save_LIBS="$LIBS"
LIBS="-li $LIBS"
cat >conftest.$ac_ext <<EOF
-#line 11680 "configure"
+#line 11726 "configure"
#include "confdefs.h"
int
@@ -13228,7 +13279,7 @@ main ();
return 0;
}
EOF
-if { (eval echo configure:11690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_lib_i_main=yes
else
echo "configure: failed program was:" >&5
@@ -13249,12 +13300,12 @@ EOF
fi
echo $ECHO_N "checking for catgets... $ECHO_C" 1>&6
-echo "configure:11708: checking for catgets" 1>&5
+echo "configure:11754: checking for catgets" 1>&5
if test "${ac_cv_func_catgets+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 11713 "configure"
+#line 11759 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char catgets(); below. */
@@ -13285,7 +13336,7 @@ f = catgets;
return 0;
}
EOF
-if { (eval echo configure:11741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:11787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_func_catgets=yes
else
echo "configure: failed program was:" >&5
@@ -13306,7 +13357,7 @@ EOF
# Extract the first word of "gencat", so it can be a program name with args.
set dummy gencat; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:11760: checking for $ac_word" 1>&5
+echo "configure:11806: checking for $ac_word" 1>&5
if test "${ac_cv_path_GENCAT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -13339,7 +13390,7 @@ fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:11793: checking for $ac_word" 1>&5
+echo "configure:11839: checking for $ac_word" 1>&5
if test "${ac_cv_path_GMSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -13373,7 +13424,7 @@ fi
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:11826: checking for $ac_word" 1>&5
+echo "configure:11872: checking for $ac_word" 1>&5
if test "${ac_cv_path_GMSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -13408,7 +13459,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:11860: checking for $ac_word" 1>&5
+echo "configure:11906: checking for $ac_word" 1>&5
if test "${ac_cv_path_XGETTEXT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -13464,7 +13515,7 @@ fi
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:11912: checking for $ac_word" 1>&5
+echo "configure:11958: checking for $ac_word" 1>&5
if test "${ac_cv_path_MSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -13498,7 +13549,7 @@ fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:11945: checking for $ac_word" 1>&5
+echo "configure:11991: checking for $ac_word" 1>&5
if test "${ac_cv_path_GMSGFMT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -13531,7 +13582,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ECHO_N "checking for $ac_word... $ECHO_C" 1>&6
-echo "configure:11977: checking for $ac_word" 1>&5
+echo "configure:12023: checking for $ac_word" 1>&5
if test "${ac_cv_path_XGETTEXT+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
@@ -13611,7 +13662,7 @@ fi
LINGUAS=
else
echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" 1>&6
-echo "configure:12051: checking for catalogs to be installed" 1>&5
+echo "configure:12097: checking for catalogs to be installed" 1>&5
NEW_LINGUAS=
for lang in ${LINGUAS=$ALL_LINGUAS}; do
case "$ALL_LINGUAS" in
@@ -13637,19 +13688,19 @@ echo "configure:12051: checking for catalogs to be installed" 1>&5
test -d intl || mkdir intl
if test "$CATOBJEXT" = ".cat"; then
echo $ECHO_N "checking for linux/version.h... $ECHO_C" 1>&6
-echo "configure:12074: checking for linux/version.h" 1>&5
+echo "configure:12120: checking for linux/version.h" 1>&5
if test "${ac_cv_header_linux_version_h+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" 1>&6
else
cat >conftest.$ac_ext <<EOF
-#line 12079 "configure"
+#line 12125 "configure"
#include "confdefs.h"
#include <linux/version.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:12084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:12130: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
ac_cv_header_linux_version_h=yes
@@ -13793,7 +13844,8 @@ cat >$CONFIG_STATUS <<EOF
config_files="\\
Makefile lib/Makefile lib/posix/Makefile find/Makefile
find/testsuite/Makefile xargs/Makefile xargs/testsuite/Makefile
- locate/Makefile intl/Makefile po/Makefile.in doc/Makefile m4/Makefile"
+ locate/Makefile locate/testsuite/Makefile intl/Makefile po/Makefile.in
+ doc/Makefile m4/Makefile"
config_headers="\\
config.h"
config_links="\\
@@ -13890,6 +13942,7 @@ Try \\\`$CONFIG_STATUS --help' for more information."; exit 1 ;;
'xargs/Makefile' ) CONFIG_FILES="\$CONFIG_FILES xargs/Makefile" ;;
'xargs/testsuite/Makefile' ) CONFIG_FILES="\$CONFIG_FILES xargs/testsuite/Makefile" ;;
'locate/Makefile' ) CONFIG_FILES="\$CONFIG_FILES locate/Makefile" ;;
+ 'locate/testsuite/Makefile' ) CONFIG_FILES="\$CONFIG_FILES locate/testsuite/Makefile" ;;
'intl/Makefile' ) CONFIG_FILES="\$CONFIG_FILES intl/Makefile" ;;
'po/Makefile.in' ) CONFIG_FILES="\$CONFIG_FILES po/Makefile.in" ;;
'doc/Makefile' ) CONFIG_FILES="\$CONFIG_FILES doc/Makefile" ;;
@@ -13930,6 +13983,15 @@ cat >>$CONFIG_STATUS <<EOF
# INIT-COMMANDS section.
#
+am_indx=1
+ for am_file in config.h; do
+ case " $CONFIG_HEADERS " in
+ *" $am_file "*)
+ echo timestamp > `echo $am_file | sed 's%:.*%%;s%[^/]*$%%'`stamp-h$am_indx
+ ;;
+ esac
+ am_indx=\`expr \$am_indx + 1\`
+ done
AMDEP="$AMDEP"
ac_aux_dir="$ac_aux_dir"
@@ -14355,7 +14417,7 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
ac_source=`echo "$ac_file" | sed 's%[^:]*:%%'`
case "$ac_dest" in
- default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
+ default-1 ) test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h ;;
default-2 )
test x"$AMDEP" != x"" ||
for mf in $CONFIG_FILES; do
diff --git a/debian/TODO b/debian/TODO
index f2b47db3..e69de29b 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1 +0,0 @@
-consider adding ncpfs to PRUNEFS, also add smb
diff --git a/debian/changelog b/debian/changelog
index a67dbd65..b070509d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,62 @@
+findutils (4.1.5.1-1) unstable; urgency=low
+
+ * some patches for ignoring case have been added.
+ * fixed problems with brace expansion in debian/rules (closes: #71827)
+
+ -- Kevin Dalley <kevind@rahul.net> Mon, 2 Oct 2000 17:34:13 -0700
+
+findutils (4.1.5-2) unstable; urgency=low
+
+ * doc/find.texi (Invoking xargs): changed @var{-s} to @samp{-s} (closes:
+ #69529).
+
+ -- Kevin Dalley <kevind@rahul.net> Thu, 24 Aug 2000 02:56:10 -0700
+
+findutils (4.1.5-1) unstable; urgency=low
+
+ * Update to a new alpha release.
+
+ -- Kevin Dalley <kevind@rahul.net> Fri, 12 May 2000 21:19:36 -0700
+
+findutils (4.1.4-1) unstable; urgency=low
+
+ * update to new alpha release.
+
+ -- Kevin Dalley <kevind@rahul.net> Sun, 20 Feb 2000 03:48:05 +0000
+
+findutils (4.1.3-1) unstable; urgency=low
+
+ * testing out 4.1.3, with internationalization.
+
+ -- Kevin Dalley <kevind@rahul.net> Sat, 22 Jan 2000 01:09:14 -0800
+
+findutils (4.1-38) frozen unstable; urgency=low
+
+ * debian/updatedb.conf: removed second occurrence of smbfs, added
+ coda (closes: #56612, #28453).
+ * fixed problem with xargs sysconf(_SC_ARG_MAX) returning -1 (closes:
+ #31325).
+
+ -- Kevin Dalley <kevind@rahul.net> Thu, 24 Feb 2000 15:25:57 +0000
+
+findutils (4.1-37) frozen unstable; urgency=low
+
+ * reverted to maintainer release, fixed last NMU bugs (closes: #55417,
+ #55551).
+
+ -- Kevin Dalley <kevind@rahul.net> Thu, 20 Jan 2000 09:52:59 -0800
+
+findutils (4.1-36) unstable; urgency=low
+
+ * add ncpfs and smbfs to PRUNEFS (closes: #28453).
+ * update Standards-Version to 3.1.1.0
+ * corrected copyright reference
+ * updated dpkg-gencontrol options to provide section and priority
+ * 4.1-35 was not accepted, for undetermined reasons, uploaded 4.1-36,
+ with additional changes
+
+ -- Kevin Dalley <kevind@rahul.net> Sun, 16 Jan 2000 13:58:54 -0800
+
findutils (4.1-34) unstable; urgency=low
* removed cron.updatedb (fixes bug #31300).
diff --git a/debian/control b/debian/control
index 0112a4d8..2eaae75e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: findutils
Section: base
Priority: required
Maintainer: Kevin Dalley <kevind@rahul.net>
-Standards-Version: 2.4.0.0
+Standards-Version: 3.1.1.0
Package: findutils
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 0c27681f..1f46bf6e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ idea for `find -print0' and `xargs -0' came from Dan Bernstein.
This package was put together by Ian Murdock <imurdock@debian.org>,
from sources obtained from:
- prep.ai.mit.edu:/pub/gnu/findutils-4.1.tar.gz
+ ftp.gnu.org:/pub/gnu/findutils-4.1.tar.gz
Changes:
* added Debian GNU/Linux package maintenance system files
@@ -16,8 +16,8 @@ Changes:
* fixed locate, and removed declaration of various string functions
* add "--existing" option to locate to ignore files which no longer exist
-GNU findutils are Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software
-Foundation, Inc.
+GNU findutils are Copyright (C) 1990, 1991, 1992, 1993, 1994, 1999,
+2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -36,4 +36,4 @@ Boston, MA 02111-1307, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/doc/copyright/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/doc-base b/debian/doc-base
new file mode 100644
index 00000000..e79d9a9f
--- /dev/null
+++ b/debian/doc-base
@@ -0,0 +1,10 @@
+Document: findutils
+Title: findutils
+Abstract: utilities for finding files--find, xargs, and locate
+ These utilities find files meeting specified criteria and perform
+ various actions on the files which are found.
+Section: Apps/Tools
+
+Format: info
+Index: /usr/share/info/find.info.gz
+Files: /usr/share/info/find.info*
diff --git a/debian/postinst b/debian/postinst
index 74366373..9abc64c1 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -2,8 +2,16 @@
set -e
-install-info --quiet --section "General commands" "General commands" \
- /usr/info/find.info.gz
+if [ "$1" = "configure" ]; then
+ install-info --quiet --section "General commands" "General commands" \
+ /usr/share/info/find.info.gz
+ if [ -d /usr/doc -a ! -e /usr/doc/findutils -a -d /usr/share/doc/findutils ]; then
+ ln -sf ../share/doc/findutils /usr/doc
+ fi
+ if command -v install-docs > /dev/null 2>&1; then
+ install-docs -i /usr/share/doc-base/findutils
+ fi
+fi
# In older releases, /var/lib/locate was owned by nobody
# findutils_4.1-12 installed /var/lib/locate as root:root
diff --git a/debian/prerm b/debian/prerm
index 702bd222..b74412f0 100755
--- a/debian/prerm
+++ b/debian/prerm
@@ -2,4 +2,13 @@
set -e
-install-info --quiet --remove find
+if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/findutils ]; then
+ rm -f /usr/doc/findutils
+fi
+
+if [ "$1" = "upgrade" -o "$1" = "remove" ]; then
+ install-info --quiet --remove find
+ if command -v install-docs > /dev/null 2>&1; then
+ install-docs -r findutils || true
+ fi
+fi
diff --git a/debian/substvars b/debian/substvars
index cb02041f..464c9202 100644
--- a/debian/substvars
+++ b/debian/substvars
@@ -1 +1 @@
-shlibs:Pre-Depends=libc6
+shlibs:Pre-Depends=libc6 (>= 2.1.2)
diff --git a/find/Makefile.in b/find/Makefile.in
index 9e02823d..b84c68b3 100644
--- a/find/Makefile.in
+++ b/find/Makefile.in
@@ -360,10 +360,11 @@ maintainer-clean-recursive:
@set fnord $(MAKEFLAGS); amf=$$2; \
dot_seen=no; \
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
- rev="$$subdir $$rev"; \
- if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
+ if test "$$subdir" = "."; then :; else \
+ rev="$$subdir $$rev"; \
+ fi; \
done; \
- test "$$dot_seen" = "no" && rev=". $$rev"; \
+ rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
diff --git a/find/testsuite/Makefile.in b/find/testsuite/Makefile.in
index 0a87af38..2ae133ee 100644
--- a/find/testsuite/Makefile.in
+++ b/find/testsuite/Makefile.in
@@ -147,14 +147,16 @@ TAGS:
RUNTESTFLAGS =
-RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
+RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
check-DEJAGNU: site.exp
srcdir=`CDPATH=: && cd $(srcdir) && pwd`; export srcdir; \
EXPECT=$(EXPECT); export EXPECT; \
runtest=$(RUNTEST); \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
- $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
+ l='$(DEJATOOL)'; for tool in $$l; do \
+ $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
+ done; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
site.exp: Makefile
diff --git a/lib/Makefile.in b/lib/Makefile.in
index fe68f8d2..8c71bb98 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -405,10 +405,11 @@ maintainer-clean-recursive:
@set fnord $(MAKEFLAGS); amf=$$2; \
dot_seen=no; \
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
- rev="$$subdir $$rev"; \
- if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
+ if test "$$subdir" = "."; then :; else \
+ rev="$$subdir $$rev"; \
+ fi; \
done; \
- test "$$dot_seen" = "no" && rev=". $$rev"; \
+ rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
diff --git a/lib/posix/Makefile.in b/lib/posix/Makefile.in
new file mode 100644
index 00000000..bd789be1
--- /dev/null
+++ b/lib/posix/Makefile.in
@@ -0,0 +1,212 @@
+# Makefile.in generated automatically by automake 1.4a from Makefile.am
+
+# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_FLAG =
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+
+@SET_MAKE@
+host_alias = @host_alias@
+host_triplet = @host@
+AMDEP = @AMDEP@
+AMTAR = @AMTAR@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+DATADIRNAME = @DATADIRNAME@
+DEPDIR = @DEPDIR@
+DF_PROG = @DF_PROG@
+GENCAT = @GENCAT@
+GETCONF = @GETCONF@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GNU_PACKAGE = @GNU_PACKAGE@
+GT_NO = @GT_NO@
+GT_YES = @GT_YES@
+INCLUDES = @INCLUDES@
+INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
+INSTOBJEXT = @INSTOBJEXT@
+INTLDEPS = @INTLDEPS@
+INTLLIBS = @INTLLIBS@
+INTLOBJS = @INTLOBJS@
+LIBOBJS = @LIBOBJS@
+MAKEINFO = @MAKEINFO@
+MAN = @MAN@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
+OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
+PACKAGE = @PACKAGE@
+POFILES = @POFILES@
+POSUB = @POSUB@
+RANLIB = @RANLIB@
+U = @U@
+USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+install_sh = @install_sh@
+l = @l@
+
+
+AUTOMAKE_OPTIONS = no-dependencies
+
+EXTRA_DIST = regex.h
+subdir = lib/posix
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../config.h
+CONFIG_CLEAN_FILES =
+DIST_SOURCES =
+depcomp =
+DIST_COMMON = Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/posix/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+tags: TAGS
+TAGS:
+
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+distdir: $(DISTFILES)
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pR $$d/$$file $(distdir) \
+ || exit 1; \
+ else \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
+ || exit 1; \
+ fi; \
+ done
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+ -rm -f Makefile.in
+mostlyclean-am: mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-generic clean-am
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: tags distdir info-am info dvi-am dvi check check-am \
+installcheck-am installcheck install-exec-am install-exec \
+install-data-am install-data install-am install uninstall-am uninstall \
+all-redirect all-am all install-strip installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/locate/Makefile.in b/locate/Makefile.in
index fb08b423..16894ad4 100644
--- a/locate/Makefile.in
+++ b/locate/Makefile.in
@@ -119,6 +119,8 @@ CLEANFILES = updatedb
INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCATE_DB=\"$(LOCATE_DB)\" -DLOCALEDIR=\"$(localedir)\"
LDADD = ../find/version.o ../lib/libfind.a @INTLLIBS@
+
+SUBDIRS = testsuite
subdir = locate
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
@@ -442,6 +444,60 @@ uninstall-man:
@$(NORMAL_UNINSTALL)
$(MAKE) $(AM_MAKEFLAGS) uninstall-man1 uninstall-man5
+# This directory's subdirectories are mostly independent; you can cd
+# into them and run `make' without going through this Makefile.
+# To change the values of `make' variables: instead of editing Makefiles,
+# (1) if the variable is set in `config.status', edit `config.status'
+# (which will cause the Makefiles to be regenerated when you run `make');
+# (2) otherwise, pass the desired values on the `make' command line.
+
+all-recursive install-data-recursive install-exec-recursive \
+installdirs-recursive install-recursive uninstall-recursive \
+check-recursive installcheck-recursive info-recursive dvi-recursive:
+ @set fnord $(MAKEFLAGS); amf=$$2; \
+ dot_seen=no; \
+ target=`echo $@ | sed s/-recursive//`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ dot_seen=yes; \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done; \
+ if test "$$dot_seen" = "no"; then \
+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
+ fi; test -z "$$fail"
+
+mostlyclean-recursive clean-recursive distclean-recursive \
+maintainer-clean-recursive:
+ @set fnord $(MAKEFLAGS); amf=$$2; \
+ dot_seen=no; \
+ rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = "."; then :; else \
+ rev="$$subdir $$rev"; \
+ fi; \
+ done; \
+ rev="$$rev ."; \
+ target=`echo $@ | sed s/-recursive//`; \
+ for subdir in $$rev; do \
+ echo "Making $$target in $$subdir"; \
+ if test "$$subdir" = "."; then \
+ local_target="$$target-am"; \
+ else \
+ local_target="$$target"; \
+ fi; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
+ done && test -z "$$fail"
+tags-recursive:
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
+ done
+
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
@@ -453,10 +509,15 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
END { for (i in files) print i; }'`; \
mkid -fID $$unique $(LISP)
-TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
+TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
+ list='$(SUBDIRS)'; for subdir in $$list; do \
+ if test "$$subdir" = .; then :; else \
+ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
+ fi; \
+ done; \
list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
@@ -512,32 +573,42 @@ distdir: $(DISTFILES)
|| exit 1; \
fi; \
done
+ for subdir in $(SUBDIRS); do \
+ if test "$$subdir" = .; then :; else \
+ test -d $(distdir)/$$subdir \
+ || mkdir $(distdir)/$$subdir \
+ || exit 1; \
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
+ || exit 1; \
+ fi; \
+ done
info-am:
-info: info-am
+info: info-recursive
dvi-am:
-dvi: dvi-am
+dvi: dvi-recursive
check-am: all-am
-check: check-am
+check: check-recursive
installcheck-am:
-installcheck: installcheck-am
+installcheck: installcheck-recursive
install-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
install-binSCRIPTS
-install-exec: install-exec-am
+install-exec: install-exec-recursive
install-data-am: install-man
-install-data: install-data-am
+install-data: install-data-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
+install: install-recursive
uninstall-am: uninstall-binPROGRAMS uninstall-libexecPROGRAMS \
uninstall-binSCRIPTS uninstall-man
-uninstall: uninstall-am
+uninstall: uninstall-recursive
all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS)
-all-redirect: all-am
+all-redirect: all-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
-installdirs:
+installdirs: installdirs-recursive
+installdirs-am:
$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(libexecdir) \
$(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 \
$(DESTDIR)$(mandir)/man5
@@ -558,19 +629,19 @@ mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-libexecPROGRAMS \
mostlyclean-compile mostlyclean-kr mostlyclean-tags \
mostlyclean-depend mostlyclean-generic
-mostlyclean: mostlyclean-am
+mostlyclean: mostlyclean-recursive
clean-am: clean-binPROGRAMS clean-libexecPROGRAMS clean-compile \
clean-kr clean-tags clean-depend clean-generic \
mostlyclean-am
-clean: clean-am
+clean: clean-recursive
distclean-am: distclean-binPROGRAMS distclean-libexecPROGRAMS \
distclean-compile distclean-kr distclean-tags \
distclean-depend distclean-generic clean-am
-distclean: distclean-am
+distclean: distclean-recursive
maintainer-clean-am: maintainer-clean-binPROGRAMS \
maintainer-clean-libexecPROGRAMS \
@@ -580,7 +651,7 @@ maintainer-clean-am: maintainer-clean-binPROGRAMS \
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
-maintainer-clean: maintainer-clean-am
+maintainer-clean: maintainer-clean-recursive
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
@@ -590,14 +661,21 @@ uninstall-libexecPROGRAMS install-libexecPROGRAMS mostlyclean-compile \
distclean-compile clean-compile maintainer-clean-compile mostlyclean-kr \
distclean-kr clean-kr maintainer-clean-kr uninstall-binSCRIPTS \
install-binSCRIPTS install-man1 uninstall-man1 install-man5 \
-uninstall-man5 install-man uninstall-man tags mostlyclean-tags \
+uninstall-man5 install-man uninstall-man install-recursive \
+uninstall-recursive install-data-recursive uninstall-data-recursive \
+install-exec-recursive uninstall-exec-recursive installdirs-recursive \
+uninstalldirs-recursive all-recursive check-recursive \
+installcheck-recursive info-recursive dvi-recursive \
+mostlyclean-recursive distclean-recursive clean-recursive \
+maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
distclean-tags clean-tags maintainer-clean-tags mostlyclean-depend \
distclean-depend clean-depend maintainer-clean-depend distdir info-am \
info dvi-am dvi check check-am installcheck-am installcheck \
install-exec-am install-exec install-data-am install-data install-am \
install uninstall-am uninstall all-redirect all-am all install-strip \
-installdirs mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+installdirs-am installdirs mostlyclean-generic distclean-generic \
+clean-generic maintainer-clean-generic clean mostlyclean distclean \
+maintainer-clean
$(PROGRAMS) $(LIBPROGRAMS): ../find/version.o ../lib/libfind.a
diff --git a/locate/testsuite/Makefile.in b/locate/testsuite/Makefile.in
new file mode 100644
index 00000000..5586f85e
--- /dev/null
+++ b/locate/testsuite/Makefile.in
@@ -0,0 +1,262 @@
+# Makefile.in generated automatically by automake 1.4a from Makefile.am
+
+# Copyright (C) 1994, 1995-9, 2000 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ../..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
+
+INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_FLAG =
+transform = @program_transform_name@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+
+@SET_MAKE@
+host_alias = @host_alias@
+host_triplet = @host@
+AMDEP = @AMDEP@
+AMTAR = @AMTAR@
+AWK = @AWK@
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+DATADIRNAME = @DATADIRNAME@
+DEPDIR = @DEPDIR@
+DF_PROG = @DF_PROG@
+GENCAT = @GENCAT@
+GETCONF = @GETCONF@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GNU_PACKAGE = @GNU_PACKAGE@
+GT_NO = @GT_NO@
+GT_YES = @GT_YES@
+INCLUDES = @INCLUDES@
+INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
+INSTOBJEXT = @INSTOBJEXT@
+INTLDEPS = @INTLDEPS@
+INTLLIBS = @INTLLIBS@
+INTLOBJS = @INTLOBJS@
+LIBOBJS = @LIBOBJS@
+MAKEINFO = @MAKEINFO@
+MAN = @MAN@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
+OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
+PACKAGE = @PACKAGE@
+POFILES = @POFILES@
+POSUB = @POSUB@
+RANLIB = @RANLIB@
+U = @U@
+USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+install_sh = @install_sh@
+l = @l@
+
+
+AUTOMAKE_OPTIONS = dejagnu
+LOCATE = ../locate
+UPDATEDB = ../updatedb
+LOCATEFLAGS =
+UPDATEDBFLAGS =
+DEJATOOL = locate
+#EXTRA_DIST = config/*.exp inputs/*.xi xargs.*/*.exp xargs.*/*.xo
+EXTRA_DIST = config/unix.exp \
+ locate.gnu/ignore_case1.exp \
+ locate.gnu/ignore_case1.xo
+
+
+DIST_SUBDIRS = config
+
+CLEANFILES = *.log *.sum site.exp site.bak
+subdir = locate/testsuite
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../../config.h
+CONFIG_CLEAN_FILES =
+DIST_SOURCES =
+EXPECT = expect
+RUNTEST = runtest
+DIST_COMMON = Makefile.am Makefile.in
+
+
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+
+GZIP_ENV = --best
+all: all-redirect
+.SUFFIXES:
+$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu locate/testsuite/Makefile
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+tags: TAGS
+TAGS:
+
+
+RUNTESTFLAGS =
+
+RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
+
+check-DEJAGNU: site.exp
+ srcdir=`CDPATH=: && cd $(srcdir) && pwd`; export srcdir; \
+ EXPECT=$(EXPECT); export EXPECT; \
+ runtest=$(RUNTEST); \
+ if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
+ l='$(DEJATOOL)'; for tool in $$l; do \
+ $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
+ done; \
+ else echo "WARNING: could not find \`runtest'" 1>&2; :;\
+ fi
+site.exp: Makefile
+ @echo 'Making a new site.exp file...'
+ @test ! -f site.bak || rm -f site.bak
+ @echo '## these variables are automatically generated by make ##' > $@-t
+ @echo '# Do not edit here. If you wish to override these values' >> $@-t
+ @echo '# edit the last section' >> $@-t
+ @echo 'set tool $(DEJATOOL)' >> $@-t
+ @echo 'set srcdir $(srcdir)' >> $@-t
+ @echo 'set objdir' `pwd` >> $@-t
+ @echo 'set host_alias $(host_alias)' >> $@-t
+ @echo 'set host_triplet $(host_triplet)' >> $@-t
+ @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
+ @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
+ @test ! -f site.exp || mv site.exp site.bak
+ @mv $@-t site.exp
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+distdir: $(DISTFILES)
+ $(mkinstalldirs) $(distdir)/config $(distdir)/locate.gnu
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ if test -d $$d/$$file; then \
+ cp -pR $$d/$$file $(distdir) \
+ || exit 1; \
+ else \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
+ || exit 1; \
+ fi; \
+ done
+info-am:
+info: info-am
+dvi-am:
+dvi: dvi-am
+check-am: all-am
+ $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
+check: check-am
+installcheck-am:
+installcheck: installcheck-am
+install-exec-am:
+install-exec: install-exec-am
+
+install-data-am:
+install-data: install-data-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+install: install-am
+uninstall-am:
+uninstall: uninstall-am
+all-am: Makefile
+all-redirect: all-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
+installdirs:
+
+
+mostlyclean-generic:
+
+clean-generic:
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+
+maintainer-clean-generic:
+ -rm -f Makefile.in
+mostlyclean-am: mostlyclean-generic
+
+mostlyclean: mostlyclean-am
+
+clean-am: clean-generic mostlyclean-am
+
+clean: clean-am
+
+distclean-am: distclean-generic clean-am
+
+distclean: distclean-am
+
+maintainer-clean-am: maintainer-clean-generic distclean-am
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+maintainer-clean: maintainer-clean-am
+
+.PHONY: tags check-DEJAGNU distdir info-am info dvi-am dvi check \
+check-am installcheck-am installcheck install-exec-am install-exec \
+install-data-am install-data install-am install uninstall-am uninstall \
+all-redirect all-am all install-strip installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
+
+ locate.gnu/ignore_case2.exp \
+ locate.gnu/ignore_case2.xo
+ locate.gnu/ignore_case3.exp \
+ locate.gnu/ignore_case3.xo
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/m4/Makefile.in b/m4/Makefile.in
index 21158f27..760f1199 100644
--- a/m4/Makefile.in
+++ b/m4/Makefile.in
@@ -112,6 +112,7 @@ d-ino.m4 \
d-type.m4 \
error.m4 \
fnmatch.m4 \
+fnmatchcase.m4 \
fstypename.m4 \
getline.m4 \
gettext.m4 \
@@ -128,6 +129,7 @@ ls-mntd-fs.m4 \
lstat-slash.m4 \
lstat.m4 \
malloc.m4 \
+mbstate_t.m4 \
memcmp.m4 \
prereq.m4 \
progtest.m4 \
diff --git a/po/.cvsignore b/po/.cvsignore
new file mode 100644
index 00000000..becd1537
--- /dev/null
+++ b/po/.cvsignore
@@ -0,0 +1 @@
+*.gmo
diff --git a/xargs/Makefile.in b/xargs/Makefile.in
index 57d8017f..7067cab3 100644
--- a/xargs/Makefile.in
+++ b/xargs/Makefile.in
@@ -344,10 +344,11 @@ maintainer-clean-recursive:
@set fnord $(MAKEFLAGS); amf=$$2; \
dot_seen=no; \
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
- rev="$$subdir $$rev"; \
- if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
+ if test "$$subdir" = "."; then :; else \
+ rev="$$subdir $$rev"; \
+ fi; \
done; \
- test "$$dot_seen" = "no" && rev=". $$rev"; \
+ rev="$$rev ."; \
target=`echo $@ | sed s/-recursive//`; \
for subdir in $$rev; do \
echo "Making $$target in $$subdir"; \
diff --git a/xargs/testsuite/Makefile.in b/xargs/testsuite/Makefile.in
index 6fb6578a..9721b842 100644
--- a/xargs/testsuite/Makefile.in
+++ b/xargs/testsuite/Makefile.in
@@ -177,14 +177,16 @@ TAGS:
RUNTESTFLAGS =
-RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
+RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
check-DEJAGNU: site.exp
srcdir=`CDPATH=: && cd $(srcdir) && pwd`; export srcdir; \
EXPECT=$(EXPECT); export EXPECT; \
runtest=$(RUNTEST); \
if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
- $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
+ l='$(DEJATOOL)'; for tool in $$l; do \
+ $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
+ done; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi
site.exp: Makefile