home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
gnu
/
fileutils-3.12-diffs.lha
/
GNU
/
src
/
diffs
/
fileutils-3.12.diffs
Wrap
Text File
|
1995-01-21
|
139KB
|
5,161 lines
diff -rc --new-file fileutils-3.12/INSTALL /gnu/src/amiga/fileutils-3.12/INSTALL
*** fileutils-3.12/INSTALL Tue Oct 18 20:30:28 1994
--- /gnu/src/amiga/fileutils-3.12/INSTALL Sat Nov 12 07:40:21 1994
***************
*** 76,83 ****
==================
By default, `make install' will install the package's files in
! `/usr/local/bin', `/usr/local/man', etc. You can specify an
! installation prefix other than `/usr/local' by giving `configure' the
option `--prefix=PATH'.
You can specify separate installation prefixes for
--- 76,83 ----
==================
By default, `make install' will install the package's files in
! `/gnu/bin', `/gnu/man', etc. You can specify an
! installation prefix other than `/gnu' by giving `configure' the
option `--prefix=PATH'.
You can specify separate installation prefixes for
diff -rc --new-file fileutils-3.12/Product-Info /gnu/src/amiga/fileutils-3.12/Product-Info
*** fileutils-3.12/Product-Info Thu Jan 1 00:00:00 1970
--- /gnu/src/amiga/fileutils-3.12/Product-Info Fri Nov 18 12:45:35 1994
***************
*** 0 ****
--- 1,29 ----
+ .name
+ fileutils
+ .fullname
+ File management utilities
+ .type
+ Miscellaneous
+ .short
+ File management utilities.
+ .description
+ These are the GNU file management utilities. Most of these programs
+ have significant advantages over their Unix counterparts, such as
+ greater speed, additional options, and fewer arbitrary limits.
+
+ The programs that can be built with this package are: chgrp, chown,
+ chmod, cp, dd, df, du, install, ln, dir, vdir, ls, mkdir, mvdir,
+ mkfifo, mknod, mv, rm, rmdir and touch. But mvdir is built only on
+ systems that lack the rename system call.
+
+ The programs cat, cut, expand, head, paste, split, tac, tail and
+ unexpand, which used to be part of the fileutils, are now part of the
+ textutils. Cmp is now part of the diff distribution.
+ .version
+ 3.12
+ .author
+ Free Software Foundation
+ .distribution
+ GNU Public License
+ .described-by
+ Fred Fish (fnf@amigalib.com)
diff -rc --new-file fileutils-3.12/configure /gnu/src/amiga/fileutils-3.12/configure
*** fileutils-3.12/configure Tue Nov 1 14:11:45 1994
--- /gnu/src/amiga/fileutils-3.12/configure Sat Nov 12 08:15:18 1994
***************
*** 1,7 ****
#!/bin/sh
# Guess values for system-dependent variables and create Makefiles.
! # Generated automatically using autoconf version 2.0
# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
--- 1,7 ----
#!/bin/sh
# Guess values for system-dependent variables and create Makefiles.
! # Generated automatically using autoconf version 2.1
# Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
***************
*** 9,48 ****
# Defaults:
ac_help=
! ac_default_prefix=/usr/local
# Any additions from configure.in:
- # Omit some internal or obsolete options to make the list less imposing.
- ac_usage="Usage: configure [options] [host]
- Options: [defaults in brackets after descriptions]
- Configuration:
- --cache-file=FILE cache test results in FILE
- --help print this message
- --no-create do not create output files
- --quiet, --silent do not print \`checking...' messages
- --version print the version of autoconf that created configure
- Directory and file names:
- --prefix=PREFIX install architecture-independent files in PREFIX
- [$ac_default_prefix]
- --exec-prefix=PREFIX install architecture-dependent files in PREFIX
- [same as prefix]
- --srcdir=DIR find the sources in DIR [configure dir or ..]
- --program-prefix=PREFIX prepend PREFIX to installed program names
- --program-suffix=SUFFIX append SUFFIX to installed program names
- --program-transform-name=PROGRAM run sed PROGRAM on installed program names
- Host type:
- --build=BUILD configure for building on BUILD [BUILD=HOST]
- --host=HOST configure for HOST [guessed]
- --target=TARGET configure for TARGET [TARGET=HOST]
- Features and packages:
- --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
- --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
- --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
- --x-includes=DIR X include files are in DIR
- --x-libraries=DIR X library files are in DIR
- --enable and --with options recognized:$ac_help"
-
# Initialize some variables set by options.
# The variables have the same names as the options, with
# dashes changed to underlines.
--- 9,17 ----
# Defaults:
ac_help=
! ac_default_prefix=/gnu
# Any additions from configure.in:
# Initialize some variables set by options.
# The variables have the same names as the options, with
# dashes changed to underlines.
***************
*** 80,86 ****
fi
case "$ac_option" in
! -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
*) ac_optarg= ;;
esac
--- 49,55 ----
fi
case "$ac_option" in
! -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
*) ac_optarg= ;;
esac
***************
*** 101,121 ****
cache_file="$ac_optarg" ;;
-disable-* | --disable-*)
! ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
# Reject names that are not valid shell variable names.
! if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
{ echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
fi
! ac_feature=`echo $ac_feature| sed 's/-/_/g'`
eval "enable_${ac_feature}=no" ;;
-enable-* | --enable-*)
! ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
# Reject names that are not valid shell variable names.
! if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
{ echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
fi
! ac_feature=`echo $ac_feature| sed 's/-/_/g'`
case "$ac_option" in
*=*) ;;
*) ac_optarg=yes ;;
--- 70,90 ----
cache_file="$ac_optarg" ;;
-disable-* | --disable-*)
! ac_feature=`/bin/echo $ac_option|sed -e 's/-*disable-//'`
# Reject names that are not valid shell variable names.
! if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
{ echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
fi
! ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
eval "enable_${ac_feature}=no" ;;
-enable-* | --enable-*)
! ac_feature=`/bin/echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
# Reject names that are not valid shell variable names.
! if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
{ echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
fi
! ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
case "$ac_option" in
*=*) ;;
*) ac_optarg=yes ;;
***************
*** 136,143 ****
with_gas=yes ;;
-help | --help | --hel | --he)
cat << EOF
! $ac_usage
EOF
exit 0 ;;
--- 105,142 ----
with_gas=yes ;;
-help | --help | --hel | --he)
+ # Omit some internal or obsolete options to make the list less imposing.
+ # This message is too long to be a string in the A/UX 3.1 sh.
cat << EOF
! Usage: configure [options] [host]
! Options: [defaults in brackets after descriptions]
! Configuration:
! --cache-file=FILE cache test results in FILE
! --help print this message
! --no-create do not create output files
! --quiet, --silent do not print \`checking...' messages
! --version print the version of autoconf that created configure
! Directory and file names:
! --prefix=PREFIX install architecture-independent files in PREFIX
! [$ac_default_prefix]
! --exec-prefix=PREFIX install architecture-dependent files in PREFIX
! [same as prefix]
! --srcdir=DIR find the sources in DIR [configure dir or ..]
! --program-prefix=PREFIX prepend PREFIX to installed program names
! --program-suffix=SUFFIX append SUFFIX to installed program names
! --program-transform-name=PROGRAM run sed PROGRAM on installed program names
! Host type:
! --build=BUILD configure for building on BUILD [BUILD=HOST]
! --host=HOST configure for HOST [guessed]
! --target=TARGET configure for TARGET [TARGET=HOST]
! Features and packages:
! --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
! --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
! --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
! --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
! --x-includes=DIR X include files are in DIR
! --x-libraries=DIR X library files are in DIR
! --enable and --with options recognized:$ac_help
EOF
exit 0 ;;
***************
*** 217,232 ****
verbose=yes ;;
-version | --version | --versio | --versi | --vers)
! echo "configure generated by autoconf version 2.0"
exit 0 ;;
-with-* | --with-*)
! ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
# Reject names that are not valid shell variable names.
! if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
{ echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
fi
! ac_package=`echo $ac_package| sed 's/-/_/g'`
case "$ac_option" in
*=*) ;;
*) ac_optarg=yes ;;
--- 216,231 ----
verbose=yes ;;
-version | --version | --versio | --versi | --vers)
! echo "configure generated by autoconf version 2.1"
exit 0 ;;
-with-* | --with-*)
! ac_package=`/bin/echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
# Reject names that are not valid shell variable names.
! if test -n "`/bin/echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
{ echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
fi
! ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
case "$ac_option" in
*=*) ;;
*) ac_optarg=yes ;;
***************
*** 234,245 ****
eval "with_${ac_package}='$ac_optarg'" ;;
-without-* | --without-*)
! ac_package=`echo $ac_option|sed -e 's/-*without-//'`
# Reject names that are not valid shell variable names.
! if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
{ echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
fi
! ac_package=`echo $ac_package| sed 's/-/_/g'`
eval "with_${ac_package}=no" ;;
--x)
--- 233,244 ----
eval "with_${ac_package}='$ac_optarg'" ;;
-without-* | --without-*)
! ac_package=`/bin/echo $ac_option|sed -e 's/-*without-//'`
# Reject names that are not valid shell variable names.
! if test -n "`/bin/echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
{ echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
fi
! ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
eval "with_${ac_package}=no" ;;
--x)
***************
*** 264,270 ****
;;
*)
! if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
echo "configure: warning: $ac_option: invalid host type" 1>&2
fi
if test "x$nonopt" != xNONE; then
--- 263,269 ----
;;
*)
! if test -n "`/bin/echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
echo "configure: warning: $ac_option: invalid host type" 1>&2
fi
if test "x$nonopt" != xNONE; then
***************
*** 277,283 ****
done
if test -n "$ac_prev"; then
! { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
fi
trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
--- 276,282 ----
done
if test -n "$ac_prev"; then
! { echo "configure: error: missing argument to --`/bin/echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
fi
trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
***************
*** 327,333 ****
# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -rf conftest* confdefs.h
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
! echo > confdefs.h
# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
--- 326,332 ----
# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -rf conftest* confdefs.h
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
! /bin/echo > confdefs.h
# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
***************
*** 338,344 ****
ac_srcdir_defaulted=yes
# Try the directory containing this script, then its parent.
ac_prog=$0
! ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
srcdir=$ac_confdir
if test ! -r $srcdir/$ac_unique_file; then
--- 337,343 ----
ac_srcdir_defaulted=yes
# Try the directory containing this script, then its parent.
ac_prog=$0
! ac_confdir=`/bin/echo $ac_prog|sed 's%/[^/][^/]*$%%'`
test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
srcdir=$ac_confdir
if test ! -r $srcdir/$ac_unique_file; then
***************
*** 354,360 ****
{ echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
fi
fi
! srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
--- 353,359 ----
{ echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
fi
fi
! srcdir=`/bin/echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
***************
*** 399,412 ****
! echo $ac_n "checking whether ${MAKE-make} sets \$MAKE""... $ac_c" 1>&4
set dummy ${MAKE-make}; ac_make=$2
if eval "test \"`echo '${'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftestmake <<\EOF
all:
! @echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
--- 398,411 ----
! /bin/echo $ac_n "checking whether ${MAKE-make} sets \$MAKE""... $ac_c" 1>&4
set dummy ${MAKE-make}; ac_make=$2
if eval "test \"`echo '${'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftestmake <<\EOF
all:
! @/bin/echo 'ac_maketemp="${MAKE}"'
EOF
# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
***************
*** 418,436 ****
rm -f conftestmake
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
! echo "$ac_t""yes" 1>&4
SET_MAKE=
else
! echo "$ac_t""no" 1>&4
SET_MAKE="MAKE=${MAKE-make}"
fi
# Extract the first word of "ln", so it can be a program name with args.
set dummy ln; ac_word=$2
! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_path_LN'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
case "$LN" in
/*)
--- 417,435 ----
rm -f conftestmake
fi
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
SET_MAKE=
else
! /bin/echo "$ac_t""no" 1>&4
SET_MAKE="MAKE=${MAKE-make}"
fi
# Extract the first word of "ln", so it can be a program name with args.
set dummy ln; ac_word=$2
! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_path_LN'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
case "$LN" in
/*)
***************
*** 452,466 ****
fi
LN="$ac_cv_path_LN"
if test -n "$LN"; then
! echo "$ac_t""$LN" 1>&4
else
! echo "$ac_t""no" 1>&4
fi
# Extract the first word of "mv", so it can be a program name with args.
set dummy mv; ac_word=$2
! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_path_MV'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
case "$MV" in
/*)
--- 451,465 ----
fi
LN="$ac_cv_path_LN"
if test -n "$LN"; then
! /bin/echo "$ac_t""$LN" 1>&4
else
! /bin/echo "$ac_t""no" 1>&4
fi
# Extract the first word of "mv", so it can be a program name with args.
set dummy mv; ac_word=$2
! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_path_MV'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
case "$MV" in
/*)
***************
*** 482,496 ****
fi
MV="$ac_cv_path_MV"
if test -n "$MV"; then
! echo "$ac_t""$MV" 1>&4
else
! echo "$ac_t""no" 1>&4
fi
# Extract the first word of "rm", so it can be a program name with args.
set dummy rm; ac_word=$2
! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_path_RM'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
case "$RM" in
/*)
--- 481,495 ----
fi
MV="$ac_cv_path_MV"
if test -n "$MV"; then
! /bin/echo "$ac_t""$MV" 1>&4
else
! /bin/echo "$ac_t""no" 1>&4
fi
# Extract the first word of "rm", so it can be a program name with args.
set dummy rm; ac_word=$2
! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_path_RM'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
case "$RM" in
/*)
***************
*** 512,526 ****
fi
RM="$ac_cv_path_RM"
if test -n "$RM"; then
! echo "$ac_t""$RM" 1>&4
else
! echo "$ac_t""no" 1>&4
fi
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
--- 511,525 ----
fi
RM="$ac_cv_path_RM"
if test -n "$RM"; then
! /bin/echo "$ac_t""$RM" 1>&4
else
! /bin/echo "$ac_t""no" 1>&4
fi
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
if test -n "$CC"; then
ac_cv_prog_CC="$CC" # Let the user override the test.
***************
*** 539,553 ****
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
! echo "$ac_t""$CC" 1>&4
else
! echo "$ac_t""no" 1>&4
fi
! echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.c <<EOF
#ifdef __GNUC__
--- 538,552 ----
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
! /bin/echo "$ac_t""$CC" 1>&4
else
! /bin/echo "$ac_t""no" 1>&4
fi
! /bin/echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.c <<EOF
#ifdef __GNUC__
***************
*** 560,572 ****
ac_cv_prog_gcc=no
fi
fi
! echo "$ac_t""$ac_cv_prog_gcc" 1>&4
if test $ac_cv_prog_gcc = yes; then
GCC=yes
if test "${CFLAGS+set}" != set; then
! echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
--- 559,571 ----
ac_cv_prog_gcc=no
fi
fi
! /bin/echo "$ac_t""$ac_cv_prog_gcc" 1>&4
if test $ac_cv_prog_gcc = yes; then
GCC=yes
if test "${CFLAGS+set}" != set; then
! /bin/echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
***************
*** 577,587 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
if test $ac_cv_prog_gcc_g = yes; then
! CFLAGS="-g -O"
else
! CFLAGS="-O"
fi
fi
else
--- 576,588 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
if test $ac_cv_prog_gcc_g = yes; then
! # Amiga hack - suppress automatically using -g for now
! # Also default to using -O2
! CFLAGS="-O2"
else
! CFLAGS="-O2"
fi
fi
else
***************
*** 589,602 ****
test "${CFLAGS+set}" = set || CFLAGS="-g"
fi
! echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
fi
if test -z "$CPP"; then
if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
# This must be in double quotes, not single quotes, because CPP may get
# substituted into the Makefile and "${CC-cc}" will confuse make.
--- 590,603 ----
test "${CFLAGS+set}" = set || CFLAGS="-g"
fi
! /bin/echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
fi
if test -z "$CPP"; then
if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
# This must be in double quotes, not single quotes, because CPP may get
# substituted into the Makefile and "${CC-cc}" will confuse make.
***************
*** 604,610 ****
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <<EOF
! #line 608 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
--- 605,611 ----
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <<EOF
! #line 609 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
***************
*** 614,624 ****
if test -z "$ac_err"; then
:
else
! echo "$ac_err" >&5
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
! #line 622 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
--- 615,625 ----
if test -z "$ac_err"; then
:
else
! /bin/echo "$ac_err" >&5
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
! #line 623 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
***************
*** 628,634 ****
if test -z "$ac_err"; then
:
else
! echo "$ac_err" >&5
rm -rf conftest*
CPP=/lib/cpp
fi
--- 629,635 ----
if test -z "$ac_err"; then
:
else
! /bin/echo "$ac_err" >&5
rm -rf conftest*
CPP=/lib/cpp
fi
***************
*** 639,654 ****
fi
fi
CPP="$ac_cv_prog_CPP"
! echo "$ac_t""$CPP" 1>&4
if test $ac_cv_prog_gcc = yes; then
! echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
ac_pattern="Autoconf.*'x'"
cat > conftest.$ac_ext <<EOF
! #line 652 "configure"
#include "confdefs.h"
#include <sgtty.h>
Autoconf TIOCGETP
--- 640,655 ----
fi
fi
CPP="$ac_cv_prog_CPP"
! /bin/echo "$ac_t""$CPP" 1>&4
if test $ac_cv_prog_gcc = yes; then
! /bin/echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
ac_pattern="Autoconf.*'x'"
cat > conftest.$ac_ext <<EOF
! #line 653 "configure"
#include "confdefs.h"
#include <sgtty.h>
Autoconf TIOCGETP
***************
*** 666,672 ****
if test $ac_cv_prog_gcc_traditional = no; then
cat > conftest.$ac_ext <<EOF
! #line 670 "configure"
#include "confdefs.h"
#include <termio.h>
Autoconf TCGETA
--- 667,673 ----
if test $ac_cv_prog_gcc_traditional = no; then
cat > conftest.$ac_ext <<EOF
! #line 671 "configure"
#include "confdefs.h"
#include <termio.h>
Autoconf TCGETA
***************
*** 680,686 ****
fi
fi
! echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&4
if test $ac_cv_prog_gcc_traditional = yes; then
CC="$CC -traditional"
fi
--- 681,687 ----
fi
fi
! /bin/echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&4
if test $ac_cv_prog_gcc_traditional = yes; then
CC="$CC -traditional"
fi
***************
*** 715,729 ****
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
! echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
if test -z "$INSTALL"; then
if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in $PATH; do
case "$ac_dir" in
! ''|.|/etc|/usr/sbin|/usr/etc|/sbin|/usr/afsws/bin|/usr/ucb) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
for ac_prog in ginstall installbsd scoinst install; do
--- 716,730 ----
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
! /bin/echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
if test -z "$INSTALL"; then
if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in $PATH; do
case "$ac_dir" in
! ''|.|/gnu/etc) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
for ac_prog in ginstall installbsd scoinst install; do
***************
*** 748,754 ****
fi
INSTALL="$ac_cv_path_install"
fi
! echo "$ac_t""$INSTALL" 1>&4
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
--- 749,755 ----
fi
INSTALL="$ac_cv_path_install"
fi
! /bin/echo "$ac_t""$INSTALL" 1>&4
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
***************
*** 758,766 ****
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
if test -n "$RANLIB"; then
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
--- 759,767 ----
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
if test -n "$RANLIB"; then
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
***************
*** 779,796 ****
fi
RANLIB="$ac_cv_prog_RANLIB"
if test -n "$RANLIB"; then
! echo "$ac_t""$RANLIB" 1>&4
else
! echo "$ac_t""no" 1>&4
fi
for ac_prog in 'bison -y' byacc
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 $ac_n "checking for $ac_word""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_prog_YACC'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
if test -n "$YACC"; then
ac_cv_prog_YACC="$YACC" # Let the user override the test.
--- 780,797 ----
fi
RANLIB="$ac_cv_prog_RANLIB"
if test -n "$RANLIB"; then
! /bin/echo "$ac_t""$RANLIB" 1>&4
else
! /bin/echo "$ac_t""no" 1>&4
fi
for ac_prog in 'bison -y' byacc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_prog_YACC'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
if test -n "$YACC"; then
ac_cv_prog_YACC="$YACC" # Let the user override the test.
***************
*** 808,825 ****
fi
YACC="$ac_cv_prog_YACC"
if test -n "$YACC"; then
! echo "$ac_t""$YACC" 1>&4
else
! echo "$ac_t""no" 1>&4
fi
test -n "$YACC" && break
done
test -n "$YACC" || YACC="yacc"
! echo $ac_n "checking for AIX""... $ac_c" 1>&4
cat > conftest.$ac_ext <<EOF
! #line 823 "configure"
#include "confdefs.h"
#ifdef _AIX
yes
--- 809,826 ----
fi
YACC="$ac_cv_prog_YACC"
if test -n "$YACC"; then
! /bin/echo "$ac_t""$YACC" 1>&4
else
! /bin/echo "$ac_t""no" 1>&4
fi
test -n "$YACC" && break
done
test -n "$YACC" || YACC="yacc"
! /bin/echo $ac_n "checking for AIX""... $ac_c" 1>&4
cat > conftest.$ac_ext <<EOF
! #line 824 "configure"
#include "confdefs.h"
#ifdef _AIX
yes
***************
*** 829,852 ****
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
rm -rf conftest*
! echo "$ac_t""yes" 1>&4; cat >> confdefs.h <<\EOF
#define _ALL_SOURCE 1
EOF
else
rm -rf conftest*
! echo "$ac_t""no" 1>&4
fi
rm -f conftest*
! ac_safe=`echo "minix/config.h" | tr './\055' '___'`
! echo $ac_n "checking for minix/config.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 850 "configure"
#include "confdefs.h"
#include <minix/config.h>
EOF
--- 830,853 ----
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
egrep "yes" >/dev/null 2>&1; then
rm -rf conftest*
! /bin/echo "$ac_t""yes" 1>&4; cat >> confdefs.h <<\EOF
#define _ALL_SOURCE 1
EOF
else
rm -rf conftest*
! /bin/echo "$ac_t""no" 1>&4
fi
rm -f conftest*
! ac_safe=`/bin/echo "minix/config.h" | tr './\055' '___'`
! /bin/echo $ac_n "checking for minix/config.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 851 "configure"
#include "confdefs.h"
#include <minix/config.h>
EOF
***************
*** 856,872 ****
rm -rf conftest*
eval "ac_cv_header_$ac_safe=yes"
else
! echo "$ac_err" >&5
rm -rf conftest*
eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
! echo "$ac_t""yes" 1>&4
MINIX=yes
else
! echo "$ac_t""no" 1>&4
MINIX=
fi
--- 857,873 ----
rm -rf conftest*
eval "ac_cv_header_$ac_safe=yes"
else
! /bin/echo "$ac_err" >&5
rm -rf conftest*
eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
MINIX=yes
else
! /bin/echo "$ac_t""no" 1>&4
MINIX=
fi
***************
*** 885,895 ****
fi
! echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&4
! if test -d /etc/conf/kconfig.d &&
! grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
then
! echo "$ac_t""yes" 1>&4
ISC=yes # If later tests want to check for ISC.
cat >> confdefs.h <<\EOF
#define _POSIX_SOURCE 1
--- 886,896 ----
fi
! /bin/echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&4
! if test -d /gnu/etc/conf/kconfig.d &&
! grep _POSIX_VERSION /gnu/include/sys/unistd.h >/dev/null 2>&1
then
! /bin/echo "$ac_t""yes" 1>&4
ISC=yes # If later tests want to check for ISC.
cat >> confdefs.h <<\EOF
#define _POSIX_SOURCE 1
***************
*** 901,916 ****
CC="$CC -Xp"
fi
else
! echo "$ac_t""no" 1>&4
ISC=
fi
! echo $ac_n "checking whether sys/types.h defines makedev""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_sys_types_h_makedev'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 914 "configure"
#include "confdefs.h"
#include <sys/types.h>
int main() { return 0; }
--- 902,917 ----
CC="$CC -Xp"
fi
else
! /bin/echo "$ac_t""no" 1>&4
ISC=
fi
! /bin/echo $ac_n "checking whether sys/types.h defines makedev""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_sys_types_h_makedev'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 915 "configure"
#include "confdefs.h"
#include <sys/types.h>
int main() { return 0; }
***************
*** 929,944 ****
fi
! echo "$ac_t""$ac_cv_header_sys_types_h_makedev" 1>&4
if test $ac_cv_header_sys_types_h_makedev = no; then
! ac_safe=`echo "sys/mkdev.h" | tr './\055' '___'`
! echo $ac_n "checking for sys/mkdev.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 942 "configure"
#include "confdefs.h"
#include <sys/mkdev.h>
EOF
--- 930,945 ----
fi
! /bin/echo "$ac_t""$ac_cv_header_sys_types_h_makedev" 1>&4
if test $ac_cv_header_sys_types_h_makedev = no; then
! ac_safe=`/bin/echo "sys/mkdev.h" | tr './\055' '___'`
! /bin/echo $ac_n "checking for sys/mkdev.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 943 "configure"
#include "confdefs.h"
#include <sys/mkdev.h>
EOF
***************
*** 948,978 ****
rm -rf conftest*
eval "ac_cv_header_$ac_safe=yes"
else
! echo "$ac_err" >&5
rm -rf conftest*
eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
! echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define MAJOR_IN_MKDEV 1
EOF
else
! echo "$ac_t""no" 1>&4
fi
if test $ac_cv_header_sys_mkdev_h = no; then
! ac_safe=`echo "sys/sysmacros.h" | tr './\055' '___'`
! echo $ac_n "checking for sys/sysmacros.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 976 "configure"
#include "confdefs.h"
#include <sys/sysmacros.h>
EOF
--- 949,979 ----
rm -rf conftest*
eval "ac_cv_header_$ac_safe=yes"
else
! /bin/echo "$ac_err" >&5
rm -rf conftest*
eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define MAJOR_IN_MKDEV 1
EOF
else
! /bin/echo "$ac_t""no" 1>&4
fi
if test $ac_cv_header_sys_mkdev_h = no; then
! ac_safe=`/bin/echo "sys/sysmacros.h" | tr './\055' '___'`
! /bin/echo $ac_n "checking for sys/sysmacros.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 977 "configure"
#include "confdefs.h"
#include <sys/sysmacros.h>
EOF
***************
*** 982,1001 ****
rm -rf conftest*
eval "ac_cv_header_$ac_safe=yes"
else
! echo "$ac_err" >&5
rm -rf conftest*
eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
! echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define MAJOR_IN_SYSMACROS 1
EOF
else
! echo "$ac_t""no" 1>&4
fi
fi
--- 983,1002 ----
rm -rf conftest*
eval "ac_cv_header_$ac_safe=yes"
else
! /bin/echo "$ac_err" >&5
rm -rf conftest*
eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define MAJOR_IN_SYSMACROS 1
EOF
else
! /bin/echo "$ac_t""no" 1>&4
fi
fi
***************
*** 1005,1017 ****
ac_header_dirent=no
for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
do
! ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
! echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1015 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_hdr>
--- 1006,1018 ----
ac_header_dirent=no
for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
do
! ac_safe=`/bin/echo "$ac_hdr" | tr './\055' '___'`
! /bin/echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1016 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_hdr>
***************
*** 1031,1056 ****
fi
if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
! echo "$ac_t""yes" 1>&4
! ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
ac_header_dirent=$ac_hdr; break
else
! echo "$ac_t""no" 1>&4
fi
done
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
if test $ac_header_dirent = dirent.h; then
! echo $ac_n "checking for -ldir""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_dir'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -ldir "
cat > conftest.$ac_ext <<EOF
! #line 1054 "configure"
#include "confdefs.h"
int main() { return 0; }
--- 1032,1057 ----
fi
if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
! ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
ac_header_dirent=$ac_hdr; break
else
! /bin/echo "$ac_t""no" 1>&4
fi
done
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
if test $ac_header_dirent = dirent.h; then
! /bin/echo $ac_n "checking for -ldir""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_dir'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -ldir "
cat > conftest.$ac_ext <<EOF
! #line 1055 "configure"
#include "confdefs.h"
int main() { return 0; }
***************
*** 1070,1090 ****
fi
if eval "test \"`echo '$ac_cv_lib_'dir`\" = yes"; then
! echo "$ac_t""yes" 1>&4
LIBS="$LIBS -ldir"
else
! echo "$ac_t""no" 1>&4
fi
else
! echo $ac_n "checking for -lx""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_x'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -lx "
cat > conftest.$ac_ext <<EOF
! #line 1088 "configure"
#include "confdefs.h"
int main() { return 0; }
--- 1071,1091 ----
fi
if eval "test \"`echo '$ac_cv_lib_'dir`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
LIBS="$LIBS -ldir"
else
! /bin/echo "$ac_t""no" 1>&4
fi
else
! /bin/echo $ac_n "checking for -lx""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_x'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -lx "
cat > conftest.$ac_ext <<EOF
! #line 1089 "configure"
#include "confdefs.h"
int main() { return 0; }
***************
*** 1104,1127 ****
fi
if eval "test \"`echo '$ac_cv_lib_'x`\" = yes"; then
! echo "$ac_t""yes" 1>&4
LIBS="$LIBS -lx"
else
! echo "$ac_t""no" 1>&4
fi
fi
# If we cannot run a trivial program, we must be cross compiling.
! echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_c_cross'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
ac_cv_cross=yes
else
cat > conftest.$ac_ext <<EOF
! #line 1125 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
--- 1105,1128 ----
fi
if eval "test \"`echo '$ac_cv_lib_'x`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
LIBS="$LIBS -lx"
else
! /bin/echo "$ac_t""no" 1>&4
fi
fi
# If we cannot run a trivial program, we must be cross compiling.
! /bin/echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_c_cross'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
ac_cv_cross=yes
else
cat > conftest.$ac_ext <<EOF
! #line 1126 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
***************
*** 1135,1151 ****
rm -fr conftest*
fi
cross_compiling=$ac_cv_c_cross
! echo "$ac_t""$ac_cv_c_cross" 1>&4
! echo $ac_n "checking whether closedir returns void""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_closedir_void'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
! #line 1149 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_header_dirent>
--- 1136,1152 ----
rm -fr conftest*
fi
cross_compiling=$ac_cv_c_cross
! /bin/echo "$ac_t""$ac_cv_c_cross" 1>&4
! /bin/echo $ac_n "checking whether closedir returns void""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_closedir_void'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
else
cat > conftest.$ac_ext <<EOF
! #line 1150 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <$ac_header_dirent>
***************
*** 1160,1166 ****
fi
rm -fr conftest*
fi
! echo "$ac_t""$ac_cv_func_closedir_void" 1>&4
if test $ac_cv_func_closedir_void = yes; then
cat >> confdefs.h <<\EOF
#define CLOSEDIR_VOID 1
--- 1161,1167 ----
fi
rm -fr conftest*
fi
! /bin/echo "$ac_t""$ac_cv_func_closedir_void" 1>&4
if test $ac_cv_func_closedir_void = yes; then
cat >> confdefs.h <<\EOF
#define CLOSEDIR_VOID 1
***************
*** 1169,1180 ****
fi
! echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_uid_t'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1178 "configure"
#include "confdefs.h"
#include <sys/types.h>
EOF
--- 1170,1181 ----
fi
! /bin/echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_uid_t'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1179 "configure"
#include "confdefs.h"
#include <sys/types.h>
EOF
***************
*** 1189,1195 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_type_uid_t" 1>&4
if test $ac_cv_type_uid_t = no; then
cat >> confdefs.h <<\EOF
#define uid_t int
--- 1190,1196 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_type_uid_t" 1>&4
if test $ac_cv_type_uid_t = no; then
cat >> confdefs.h <<\EOF
#define uid_t int
***************
*** 1201,1215 ****
fi
! echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_getgroups'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
ac_cv_type_getgroups=cross
else
cat > conftest.$ac_ext <<EOF
! #line 1213 "configure"
#include "confdefs.h"
/* Thanks to Mike Rendell for this test. */
--- 1202,1216 ----
fi
! /bin/echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_getgroups'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
ac_cv_type_getgroups=cross
else
cat > conftest.$ac_ext <<EOF
! #line 1214 "configure"
#include "confdefs.h"
/* Thanks to Mike Rendell for this test. */
***************
*** 1244,1250 ****
rm -fr conftest*
if test $ac_cv_type_getgroups = cross; then
cat > conftest.$ac_ext <<EOF
! #line 1248 "configure"
#include "confdefs.h"
#include <unistd.h>
EOF
--- 1245,1251 ----
rm -fr conftest*
if test $ac_cv_type_getgroups = cross; then
cat > conftest.$ac_ext <<EOF
! #line 1249 "configure"
#include "confdefs.h"
#include <unistd.h>
EOF
***************
*** 1260,1277 ****
fi
fi
! echo "$ac_t""$ac_cv_type_getgroups" 1>&4
cat >> confdefs.h <<EOF
#define GETGROUPS_T $ac_cv_type_getgroups
EOF
! echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1275 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
--- 1261,1278 ----
fi
fi
! /bin/echo "$ac_t""$ac_cv_type_getgroups" 1>&4
cat >> confdefs.h <<EOF
#define GETGROUPS_T $ac_cv_type_getgroups
EOF
! /bin/echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1276 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
***************
*** 1284,1290 ****
rm -rf conftest*
ac_cv_header_stdc=yes
else
! echo "$ac_err" >&5
rm -rf conftest*
ac_cv_header_stdc=no
fi
--- 1285,1291 ----
rm -rf conftest*
ac_cv_header_stdc=yes
else
! /bin/echo "$ac_err" >&5
rm -rf conftest*
ac_cv_header_stdc=no
fi
***************
*** 1293,1299 ****
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 1297 "configure"
#include "confdefs.h"
#include <string.h>
EOF
--- 1294,1300 ----
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 1298 "configure"
#include "confdefs.h"
#include <string.h>
EOF
***************
*** 1311,1317 ****
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 1315 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
--- 1312,1318 ----
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 1316 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
***************
*** 1332,1338 ****
ac_cv_header_stdc=no
else
cat > conftest.$ac_ext <<EOF
! #line 1336 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
--- 1333,1339 ----
ac_cv_header_stdc=no
else
cat > conftest.$ac_ext <<EOF
! #line 1337 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
***************
*** 1353,1359 ****
rm -fr conftest*
fi
fi
! echo "$ac_t""$ac_cv_header_stdc" 1>&4
if test $ac_cv_header_stdc = yes; then
cat >> confdefs.h <<\EOF
#define STDC_HEADERS 1
--- 1354,1360 ----
rm -fr conftest*
fi
fi
! /bin/echo "$ac_t""$ac_cv_header_stdc" 1>&4
if test $ac_cv_header_stdc = yes; then
cat >> confdefs.h <<\EOF
#define STDC_HEADERS 1
***************
*** 1361,1372 ****
fi
! echo $ac_n "checking for mode_t""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_mode_t'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1370 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
--- 1362,1373 ----
fi
! /bin/echo $ac_n "checking for mode_t""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_mode_t'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1371 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
***************
*** 1384,1390 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_type_mode_t" 1>&4
if test $ac_cv_type_mode_t = no; then
cat >> confdefs.h <<\EOF
#define mode_t int
--- 1385,1391 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_type_mode_t" 1>&4
if test $ac_cv_type_mode_t = no; then
cat >> confdefs.h <<\EOF
#define mode_t int
***************
*** 1392,1403 ****
fi
! echo $ac_n "checking for off_t""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_off_t'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1401 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
--- 1393,1404 ----
fi
! /bin/echo $ac_n "checking for off_t""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_off_t'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1402 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
***************
*** 1415,1421 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_type_off_t" 1>&4
if test $ac_cv_type_off_t = no; then
cat >> confdefs.h <<\EOF
#define off_t long
--- 1416,1422 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_type_off_t" 1>&4
if test $ac_cv_type_off_t = no; then
cat >> confdefs.h <<\EOF
#define off_t long
***************
*** 1423,1434 ****
fi
! echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_signal'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1432 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
--- 1424,1435 ----
fi
! /bin/echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_signal'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1433 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <signal.h>
***************
*** 1451,1468 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_type_signal" 1>&4
cat >> confdefs.h <<EOF
#define RETSIGTYPE $ac_cv_type_signal
EOF
! echo $ac_n "checking for size_t""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_size_t'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1466 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
--- 1452,1469 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_type_signal" 1>&4
cat >> confdefs.h <<EOF
#define RETSIGTYPE $ac_cv_type_signal
EOF
! /bin/echo $ac_n "checking for size_t""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_size_t'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1467 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
***************
*** 1480,1486 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_type_size_t" 1>&4
if test $ac_cv_type_size_t = no; then
cat >> confdefs.h <<\EOF
#define size_t unsigned
--- 1481,1487 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_type_size_t" 1>&4
if test $ac_cv_type_size_t = no; then
cat >> confdefs.h <<\EOF
#define size_t unsigned
***************
*** 1488,1499 ****
fi
! echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_uid_t'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1497 "configure"
#include "confdefs.h"
#include <sys/types.h>
EOF
--- 1489,1500 ----
fi
! /bin/echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_uid_t'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1498 "configure"
#include "confdefs.h"
#include <sys/types.h>
EOF
***************
*** 1508,1514 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_type_uid_t" 1>&4
if test $ac_cv_type_uid_t = no; then
cat >> confdefs.h <<\EOF
#define uid_t int
--- 1509,1515 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_type_uid_t" 1>&4
if test $ac_cv_type_uid_t = no; then
cat >> confdefs.h <<\EOF
#define uid_t int
***************
*** 1520,1531 ****
fi
! echo $ac_n "checking for ino_t""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_ino_t'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1529 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
--- 1521,1532 ----
fi
! /bin/echo $ac_n "checking for ino_t""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_type_ino_t'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1530 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
***************
*** 1543,1549 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_type_ino_t" 1>&4
if test $ac_cv_type_ino_t = no; then
cat >> confdefs.h <<\EOF
#define ino_t unsigned long
--- 1544,1550 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_type_ino_t" 1>&4
if test $ac_cv_type_ino_t = no; then
cat >> confdefs.h <<\EOF
#define ino_t unsigned long
***************
*** 1552,1563 ****
fi
! echo $ac_n "checking for working const""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_c_const'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1561 "configure"
#include "confdefs.h"
int main() { return 0; }
--- 1553,1564 ----
fi
! /bin/echo $ac_n "checking for working const""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_c_const'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1562 "configure"
#include "confdefs.h"
int main() { return 0; }
***************
*** 1617,1623 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_c_const" 1>&4
if test $ac_cv_c_const = no; then
cat >> confdefs.h <<\EOF
#define const
--- 1618,1624 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_c_const" 1>&4
if test $ac_cv_c_const = no; then
cat >> confdefs.h <<\EOF
#define const
***************
*** 1625,1636 ****
fi
! echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1634 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
--- 1626,1637 ----
fi
! /bin/echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1635 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
***************
*** 1643,1649 ****
rm -rf conftest*
ac_cv_header_stdc=yes
else
! echo "$ac_err" >&5
rm -rf conftest*
ac_cv_header_stdc=no
fi
--- 1644,1650 ----
rm -rf conftest*
ac_cv_header_stdc=yes
else
! /bin/echo "$ac_err" >&5
rm -rf conftest*
ac_cv_header_stdc=no
fi
***************
*** 1652,1658 ****
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 1656 "configure"
#include "confdefs.h"
#include <string.h>
EOF
--- 1653,1659 ----
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 1657 "configure"
#include "confdefs.h"
#include <string.h>
EOF
***************
*** 1670,1676 ****
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 1674 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
--- 1671,1677 ----
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 1675 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
***************
*** 1691,1697 ****
ac_cv_header_stdc=no
else
cat > conftest.$ac_ext <<EOF
! #line 1695 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
--- 1692,1698 ----
ac_cv_header_stdc=no
else
cat > conftest.$ac_ext <<EOF
! #line 1696 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
***************
*** 1712,1718 ****
rm -fr conftest*
fi
fi
! echo "$ac_t""$ac_cv_header_stdc" 1>&4
if test $ac_cv_header_stdc = yes; then
cat >> confdefs.h <<\EOF
#define STDC_HEADERS 1
--- 1713,1719 ----
rm -fr conftest*
fi
fi
! /bin/echo "$ac_t""$ac_cv_header_stdc" 1>&4
if test $ac_cv_header_stdc = yes; then
cat >> confdefs.h <<\EOF
#define STDC_HEADERS 1
***************
*** 1720,1731 ****
fi
! echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_struct_tm'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1729 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
--- 1721,1732 ----
fi
! /bin/echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_struct_tm'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1730 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <time.h>
***************
*** 1744,1750 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_struct_tm" 1>&4
if test $ac_cv_struct_tm = sys/time.h; then
cat >> confdefs.h <<\EOF
#define TM_IN_SYS_TIME 1
--- 1745,1751 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_struct_tm" 1>&4
if test $ac_cv_struct_tm = sys/time.h; then
cat >> confdefs.h <<\EOF
#define TM_IN_SYS_TIME 1
***************
*** 1752,1763 ****
fi
! echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_struct_st_blocks'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1761 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
--- 1753,1764 ----
fi
! /bin/echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_struct_st_blocks'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1762 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
***************
*** 1776,1782 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_struct_st_blocks" 1>&4
if test $ac_cv_struct_st_blocks = yes; then
cat >> confdefs.h <<\EOF
#define HAVE_ST_BLOCKS 1
--- 1777,1783 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_struct_st_blocks" 1>&4
if test $ac_cv_struct_st_blocks = yes; then
cat >> confdefs.h <<\EOF
#define HAVE_ST_BLOCKS 1
***************
*** 1786,1797 ****
LIBOBJS="$LIBOBJS fileblocks.o"
fi
! echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_time'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1795 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
--- 1787,1798 ----
LIBOBJS="$LIBOBJS fileblocks.o"
fi
! /bin/echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_time'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1796 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/time.h>
***************
*** 1811,1817 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_header_time" 1>&4
if test $ac_cv_header_time = yes; then
cat >> confdefs.h <<\EOF
#define TIME_WITH_SYS_TIME 1
--- 1812,1818 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_header_time" 1>&4
if test $ac_cv_header_time = yes; then
cat >> confdefs.h <<\EOF
#define TIME_WITH_SYS_TIME 1
***************
*** 1819,1830 ****
fi
! echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_stat_broken'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1828 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
--- 1820,1831 ----
fi
! /bin/echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_stat_broken'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1829 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
***************
*** 1863,1869 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_header_stat_broken" 1>&4
if test $ac_cv_header_stat_broken = yes; then
cat >> confdefs.h <<\EOF
#define STAT_MACROS_BROKEN 1
--- 1864,1870 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_header_stat_broken" 1>&4
if test $ac_cv_header_stat_broken = yes; then
cat >> confdefs.h <<\EOF
#define STAT_MACROS_BROKEN 1
***************
*** 1876,1888 ****
sys/param.h sys/statfs.h sys/fstyp.h mnttab.h mntent.h utime.h \
sys/statvfs.h sys/vfs.h sys/mount.h sys/filsys.h sys/fs_types.h
do
! ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
! echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1886 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
--- 1877,1889 ----
sys/param.h sys/statfs.h sys/fstyp.h mnttab.h mntent.h utime.h \
sys/statvfs.h sys/vfs.h sys/mount.h sys/filsys.h sys/fs_types.h
do
! ac_safe=`/bin/echo "$ac_hdr" | tr './\055' '___'`
! /bin/echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1887 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
***************
*** 1892,1926 ****
rm -rf conftest*
eval "ac_cv_header_$ac_safe=yes"
else
! echo "$ac_err" >&5
rm -rf conftest*
eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
! echo "$ac_t""yes" 1>&4
! ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
else
! echo "$ac_t""no" 1>&4
fi
done
for ac_func in euidaccess fnmatch mkdir mktime rename rmdir stpcpy \
strdup strstr
do
! echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1922 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
int main() { return 0; }
int t() {
--- 1893,1930 ----
rm -rf conftest*
eval "ac_cv_header_$ac_safe=yes"
else
! /bin/echo "$ac_err" >&5
rm -rf conftest*
eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
! ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
else
! /bin/echo "$ac_t""no" 1>&4
fi
done
for ac_func in euidaccess fnmatch mkdir mktime rename rmdir stpcpy \
strdup strstr
do
! /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1923 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
+ /* Override any gcc2 internal prototype to avoid an error. */
+ char $ac_func();
+
int main() { return 0; }
int t() {
***************
*** 1930,1937 ****
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
! /* Override any gcc2 internal prototype to avoid an error. */
! char $ac_func(); $ac_func();
#endif
; return 0; }
--- 1934,1940 ----
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
! $ac_func();
#endif
; return 0; }
***************
*** 1947,1956 ****
fi
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
! echo "$ac_t""yes" 1>&4
:
else
! echo "$ac_t""no" 1>&4
LIBOBJS="$LIBOBJS ${ac_func}.o"
fi
--- 1950,1959 ----
fi
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
:
else
! /bin/echo "$ac_t""no" 1>&4
LIBOBJS="$LIBOBJS ${ac_func}.o"
fi
***************
*** 1959,1972 ****
for ac_func in bcopy endgrent fchdir ftime ftruncate getcwd getgroups \
getmntinfo gettimeofday isascii memcpy mkfifo strerror
do
! echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1968 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
int main() { return 0; }
int t() {
--- 1962,1978 ----
for ac_func in bcopy endgrent fchdir ftime ftruncate getcwd getgroups \
getmntinfo gettimeofday isascii memcpy mkfifo strerror
do
! /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 1971 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
+ /* Override any gcc2 internal prototype to avoid an error. */
+ char $ac_func();
+
int main() { return 0; }
int t() {
***************
*** 1976,1983 ****
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
! /* Override any gcc2 internal prototype to avoid an error. */
! char $ac_func(); $ac_func();
#endif
; return 0; }
--- 1982,1988 ----
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
! $ac_func();
#endif
; return 0; }
***************
*** 1993,2018 ****
fi
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
! echo "$ac_t""yes" 1>&4
! ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
else
! echo "$ac_t""no" 1>&4
fi
done
! echo $ac_n "checking for vprintf""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_vprintf'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2014 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
int main() { return 0; }
int t() {
--- 1998,2026 ----
fi
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
! ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
else
! /bin/echo "$ac_t""no" 1>&4
fi
done
! /bin/echo $ac_n "checking for vprintf""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_vprintf'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2019 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
+ /* Override any gcc2 internal prototype to avoid an error. */
+ char vprintf();
+
int main() { return 0; }
int t() {
***************
*** 2022,2029 ****
#if defined (__stub_vprintf) || defined (__stub___vprintf)
choke me
#else
! /* Override any gcc2 internal prototype to avoid an error. */
! char vprintf(); vprintf();
#endif
; return 0; }
--- 2030,2036 ----
#if defined (__stub_vprintf) || defined (__stub___vprintf)
choke me
#else
! vprintf();
#endif
; return 0; }
***************
*** 2039,2062 ****
fi
if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
! echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define HAVE_VPRINTF 1
EOF
else
! echo "$ac_t""no" 1>&4
fi
if test "$ac_cv_func_vprintf" != yes; then
! echo $ac_n "checking for _doprnt""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func__doprnt'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2058 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
int main() { return 0; }
int t() {
--- 2046,2072 ----
fi
if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define HAVE_VPRINTF 1
EOF
else
! /bin/echo "$ac_t""no" 1>&4
fi
if test "$ac_cv_func_vprintf" != yes; then
! /bin/echo $ac_n "checking for _doprnt""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func__doprnt'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2065 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
+ /* Override any gcc2 internal prototype to avoid an error. */
+ char _doprnt();
+
int main() { return 0; }
int t() {
***************
*** 2066,2073 ****
#if defined (__stub__doprnt) || defined (__stub____doprnt)
choke me
#else
! /* Override any gcc2 internal prototype to avoid an error. */
! char _doprnt(); _doprnt();
#endif
; return 0; }
--- 2076,2082 ----
#if defined (__stub__doprnt) || defined (__stub____doprnt)
choke me
#else
! _doprnt();
#endif
; return 0; }
***************
*** 2083,2107 ****
fi
if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
! echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define HAVE_DOPRNT 1
EOF
else
! echo "$ac_t""no" 1>&4
fi
fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_alloca_h'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2105 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() { return 0; }
--- 2092,2116 ----
fi
if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define HAVE_DOPRNT 1
EOF
else
! /bin/echo "$ac_t""no" 1>&4
fi
fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
! /bin/echo $ac_n "checking for working alloca.h""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_header_alloca_h'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2114 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() { return 0; }
***************
*** 2119,2125 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_header_alloca_h" 1>&4
if test $ac_cv_header_alloca_h = yes; then
cat >> confdefs.h <<\EOF
#define HAVE_ALLOCA_H 1
--- 2128,2134 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_header_alloca_h" 1>&4
if test $ac_cv_header_alloca_h = yes; then
cat >> confdefs.h <<\EOF
#define HAVE_ALLOCA_H 1
***************
*** 2127,2138 ****
fi
! echo $ac_n "checking for alloca""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2136 "configure"
#include "confdefs.h"
#ifdef __GNUC__
--- 2136,2147 ----
fi
! /bin/echo $ac_n "checking for alloca""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2145 "configure"
#include "confdefs.h"
#ifdef __GNUC__
***************
*** 2166,2172 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_func_alloca" 1>&4
if test $ac_cv_func_alloca = yes; then
cat >> confdefs.h <<\EOF
#define HAVE_ALLOCA 1
--- 2175,2181 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_func_alloca" 1>&4
if test $ac_cv_func_alloca = yes; then
cat >> confdefs.h <<\EOF
#define HAVE_ALLOCA 1
***************
*** 2185,2196 ****
EOF
! echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_os_cray'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2194 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
--- 2194,2205 ----
EOF
! /bin/echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_os_cray'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2203 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
***************
*** 2210,2225 ****
rm -f conftest*
fi
! echo "$ac_t""$ac_cv_os_cray" 1>&4
if test $ac_cv_os_cray = yes; then
! echo $ac_n "checking for _getb67""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func__getb67'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2221 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
int main() { return 0; }
int t() {
--- 2219,2237 ----
rm -f conftest*
fi
! /bin/echo "$ac_t""$ac_cv_os_cray" 1>&4
if test $ac_cv_os_cray = yes; then
! /bin/echo $ac_n "checking for _getb67""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func__getb67'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2230 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
+ /* Override any gcc2 internal prototype to avoid an error. */
+ char _getb67();
+
int main() { return 0; }
int t() {
***************
*** 2229,2236 ****
#if defined (__stub__getb67) || defined (__stub____getb67)
choke me
#else
! /* Override any gcc2 internal prototype to avoid an error. */
! char _getb67(); _getb67();
#endif
; return 0; }
--- 2241,2247 ----
#if defined (__stub__getb67) || defined (__stub____getb67)
choke me
#else
! _getb67();
#endif
; return 0; }
***************
*** 2246,2266 ****
fi
if eval "test \"`echo '$ac_cv_func_'_getb67`\" = yes"; then
! echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define CRAY_STACKSEG_END _getb67
EOF
else
! echo "$ac_t""no" 1>&4
! echo $ac_n "checking for GETB67""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2262 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
int main() { return 0; }
int t() {
--- 2257,2280 ----
fi
if eval "test \"`echo '$ac_cv_func_'_getb67`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define CRAY_STACKSEG_END _getb67
EOF
else
! /bin/echo "$ac_t""no" 1>&4
! /bin/echo $ac_n "checking for GETB67""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2273 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
+ /* Override any gcc2 internal prototype to avoid an error. */
+ char GETB67();
+
int main() { return 0; }
int t() {
***************
*** 2270,2277 ****
#if defined (__stub_GETB67) || defined (__stub___GETB67)
choke me
#else
! /* Override any gcc2 internal prototype to avoid an error. */
! char GETB67(); GETB67();
#endif
; return 0; }
--- 2284,2290 ----
#if defined (__stub_GETB67) || defined (__stub___GETB67)
choke me
#else
! GETB67();
#endif
; return 0; }
***************
*** 2287,2307 ****
fi
if eval "test \"`echo '$ac_cv_func_'GETB67`\" = yes"; then
! echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define CRAY_STACKSEG_END GETB67
EOF
else
! echo "$ac_t""no" 1>&4
! echo $ac_n "checking for getb67""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2303 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
int main() { return 0; }
int t() {
--- 2300,2323 ----
fi
if eval "test \"`echo '$ac_cv_func_'GETB67`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define CRAY_STACKSEG_END GETB67
EOF
else
! /bin/echo "$ac_t""no" 1>&4
! /bin/echo $ac_n "checking for getb67""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2316 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
+ /* Override any gcc2 internal prototype to avoid an error. */
+ char getb67();
+
int main() { return 0; }
int t() {
***************
*** 2311,2318 ****
#if defined (__stub_getb67) || defined (__stub___getb67)
choke me
#else
! /* Override any gcc2 internal prototype to avoid an error. */
! char getb67(); getb67();
#endif
; return 0; }
--- 2327,2333 ----
#if defined (__stub_getb67) || defined (__stub___getb67)
choke me
#else
! getb67();
#endif
; return 0; }
***************
*** 2328,2340 ****
fi
if eval "test \"`echo '$ac_cv_func_'getb67`\" = yes"; then
! echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define CRAY_STACKSEG_END getb67
EOF
else
! echo "$ac_t""no" 1>&4
fi
fi
--- 2343,2355 ----
fi
if eval "test \"`echo '$ac_cv_func_'getb67`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define CRAY_STACKSEG_END getb67
EOF
else
! /bin/echo "$ac_t""no" 1>&4
fi
fi
***************
*** 2343,2357 ****
fi
! echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_c_stack_direction'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
ac_cv_c_stack_direction=0
else
cat > conftest.$ac_ext <<EOF
! #line 2355 "configure"
#include "confdefs.h"
find_stack_direction ()
{
--- 2358,2372 ----
fi
! /bin/echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_c_stack_direction'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
ac_cv_c_stack_direction=0
else
cat > conftest.$ac_ext <<EOF
! #line 2370 "configure"
#include "confdefs.h"
find_stack_direction ()
{
***************
*** 2379,2394 ****
fi
rm -fr conftest*
fi
! echo "$ac_t""$ac_cv_c_stack_direction" 1>&4
cat >> confdefs.h <<EOF
#define STACK_DIRECTION $ac_cv_c_stack_direction
EOF
fi
! echo $ac_n "checking whether utime accepts a null argument""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_utime_null'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
rm -f conftestdata; > conftestdata
# Sequent interprets utime(file, 0) to mean use start of epoch. Wrong.
--- 2394,2409 ----
fi
rm -fr conftest*
fi
! /bin/echo "$ac_t""$ac_cv_c_stack_direction" 1>&4
cat >> confdefs.h <<EOF
#define STACK_DIRECTION $ac_cv_c_stack_direction
EOF
fi
! /bin/echo $ac_n "checking whether utime accepts a null argument""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_utime_null'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
rm -f conftestdata; > conftestdata
# Sequent interprets utime(file, 0) to mean use start of epoch. Wrong.
***************
*** 2396,2402 ****
ac_cv_func_utime_null=no
else
cat > conftest.$ac_ext <<EOF
! #line 2400 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
--- 2411,2417 ----
ac_cv_func_utime_null=no
else
cat > conftest.$ac_ext <<EOF
! #line 2415 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/stat.h>
***************
*** 2417,2423 ****
rm -fr conftest*
rm -f core
fi
! echo "$ac_t""$ac_cv_func_utime_null" 1>&4
if test $ac_cv_func_utime_null = yes; then
cat >> confdefs.h <<\EOF
#define HAVE_UTIME_NULL 1
--- 2432,2438 ----
rm -fr conftest*
rm -f core
fi
! /bin/echo "$ac_t""$ac_cv_func_utime_null" 1>&4
if test $ac_cv_func_utime_null = yes; then
cat >> confdefs.h <<\EOF
#define HAVE_UTIME_NULL 1
***************
*** 2426,2437 ****
fi
! echo $ac_n "checking for d_ino member in directory struct""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_d_ino_in_dirent'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2435 "configure"
#include "confdefs.h"
#include <sys/types.h>
--- 2441,2452 ----
fi
! /bin/echo $ac_n "checking for d_ino member in directory struct""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_d_ino_in_dirent'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2450 "configure"
#include "confdefs.h"
#include <sys/types.h>
***************
*** 2466,2472 ****
fi
! echo "$ac_t""$fu_cv_sys_d_ino_in_dirent" 1>&4
if test $fu_cv_sys_d_ino_in_dirent = yes; then
cat >> confdefs.h <<\EOF
#define D_INO_IN_DIRENT 1
--- 2481,2487 ----
fi
! /bin/echo "$ac_t""$fu_cv_sys_d_ino_in_dirent" 1>&4
if test $fu_cv_sys_d_ino_in_dirent = yes; then
cat >> confdefs.h <<\EOF
#define D_INO_IN_DIRENT 1
***************
*** 2480,2493 ****
# If the getmntent function is available but not in the standard library,
# make sure LIBS contains -lsun (on Irix4) or -lseq (on PTX).
# getmntent is in -lsun on Irix 4, -lseq on Dynix/PTX.
! echo $ac_n "checking for -lsun""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_sun'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -lsun "
cat > conftest.$ac_ext <<EOF
! #line 2491 "configure"
#include "confdefs.h"
int main() { return 0; }
--- 2495,2508 ----
# If the getmntent function is available but not in the standard library,
# make sure LIBS contains -lsun (on Irix4) or -lseq (on PTX).
# getmntent is in -lsun on Irix 4, -lseq on Dynix/PTX.
! /bin/echo $ac_n "checking for -lsun""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_sun'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -lsun "
cat > conftest.$ac_ext <<EOF
! #line 2506 "configure"
#include "confdefs.h"
int main() { return 0; }
***************
*** 2507,2524 ****
fi
if eval "test \"`echo '$ac_cv_lib_'sun`\" = yes"; then
! echo "$ac_t""yes" 1>&4
LIBS="$LIBS -lsun"
else
! echo "$ac_t""no" 1>&4
! echo $ac_n "checking for -lseq""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_seq'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -lseq "
cat > conftest.$ac_ext <<EOF
! #line 2522 "configure"
#include "confdefs.h"
int main() { return 0; }
--- 2522,2539 ----
fi
if eval "test \"`echo '$ac_cv_lib_'sun`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
LIBS="$LIBS -lsun"
else
! /bin/echo "$ac_t""no" 1>&4
! /bin/echo $ac_n "checking for -lseq""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_seq'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -lseq "
cat > conftest.$ac_ext <<EOF
! #line 2537 "configure"
#include "confdefs.h"
int main() { return 0; }
***************
*** 2538,2559 ****
fi
if eval "test \"`echo '$ac_cv_lib_'seq`\" = yes"; then
! echo "$ac_t""yes" 1>&4
LIBS="$LIBS -lseq"
else
! echo "$ac_t""no" 1>&4
fi
fi
! echo $ac_n "checking for getmntent""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_getmntent'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2555 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
int main() { return 0; }
int t() {
--- 2553,2577 ----
fi
if eval "test \"`echo '$ac_cv_lib_'seq`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
LIBS="$LIBS -lseq"
else
! /bin/echo "$ac_t""no" 1>&4
fi
fi
! /bin/echo $ac_n "checking for getmntent""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_getmntent'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2570 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
+ /* Override any gcc2 internal prototype to avoid an error. */
+ char getmntent();
+
int main() { return 0; }
int t() {
***************
*** 2563,2570 ****
#if defined (__stub_getmntent) || defined (__stub___getmntent)
choke me
#else
! /* Override any gcc2 internal prototype to avoid an error. */
! char getmntent(); getmntent();
#endif
; return 0; }
--- 2581,2587 ----
#if defined (__stub_getmntent) || defined (__stub___getmntent)
choke me
#else
! getmntent();
#endif
; return 0; }
***************
*** 2580,2592 ****
fi
if eval "test \"`echo '$ac_cv_func_'getmntent`\" = yes"; then
! echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define HAVE_GETMNTENT 1
EOF
else
! echo "$ac_t""no" 1>&4
fi
--- 2597,2609 ----
fi
if eval "test \"`echo '$ac_cv_func_'getmntent`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
cat >> confdefs.h <<\EOF
#define HAVE_GETMNTENT 1
EOF
else
! /bin/echo "$ac_t""no" 1>&4
fi
***************
*** 2597,2612 ****
if test -z "$list_mounted_fs"; then
# 4.3BSD, SunOS, HP-UX, Dynix, Irix
! echo $ac_n "checking for one-argument getmntent function""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_getmntent1'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
test $ac_cv_header_mntent_h = yes \
&& fu_cv_sys_mounted_getmntent1=yes \
|| fu_cv_sys_mounted_getmntent1=no
fi
! echo "$ac_t""$fu_cv_sys_mounted_getmntent1" 1>&4
if test $fu_cv_sys_mounted_getmntent1 = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
--- 2614,2629 ----
if test -z "$list_mounted_fs"; then
# 4.3BSD, SunOS, HP-UX, Dynix, Irix
! /bin/echo $ac_n "checking for one-argument getmntent function""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_getmntent1'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
test $ac_cv_header_mntent_h = yes \
&& fu_cv_sys_mounted_getmntent1=yes \
|| fu_cv_sys_mounted_getmntent1=no
fi
! /bin/echo "$ac_t""$fu_cv_sys_mounted_getmntent1" 1>&4
if test $fu_cv_sys_mounted_getmntent1 = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
***************
*** 2618,2629 ****
if test -z "$list_mounted_fs"; then
# SVR4
! echo $ac_n "checking for two-argument getmntent function""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_getmntent2'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2627 "configure"
#include "confdefs.h"
#include <sys/mnttab.h>
EOF
--- 2635,2646 ----
if test -z "$list_mounted_fs"; then
# SVR4
! /bin/echo $ac_n "checking for two-argument getmntent function""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_getmntent2'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2644 "configure"
#include "confdefs.h"
#include <sys/mnttab.h>
EOF
***************
*** 2639,2645 ****
fi
! echo "$ac_t""$fu_cv_sys_mounted_getmntent2" 1>&4
if test $fu_cv_sys_mounted_getmntent2 = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
--- 2656,2662 ----
fi
! /bin/echo "$ac_t""$fu_cv_sys_mounted_getmntent2" 1>&4
if test $fu_cv_sys_mounted_getmntent2 = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
***************
*** 2657,2668 ****
if test -z "$list_mounted_fs"; then
# DEC Alpha running OSF/1.
! echo $ac_n "checking for getfsstat function""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_getsstat'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2666 "configure"
#include "confdefs.h"
#include <sys/types.h>
--- 2674,2685 ----
if test -z "$list_mounted_fs"; then
# DEC Alpha running OSF/1.
! /bin/echo $ac_n "checking for getfsstat function""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_getsstat'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2683 "configure"
#include "confdefs.h"
#include <sys/types.h>
***************
*** 2685,2691 ****
fi
! echo "$ac_t""$fu_cv_sys_mounted_getsstat" 1>&4
if test $fu_cv_sys_mounted_getsstat = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
--- 2702,2708 ----
fi
! /bin/echo "$ac_t""$fu_cv_sys_mounted_getsstat" 1>&4
if test $fu_cv_sys_mounted_getsstat = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
***************
*** 2697,2708 ****
if test -z "$list_mounted_fs"; then
# AIX.
! echo $ac_n "checking for mntctl function and struct vmount""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_vmount'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2706 "configure"
#include "confdefs.h"
#include <fshelp.h>
EOF
--- 2714,2725 ----
if test -z "$list_mounted_fs"; then
# AIX.
! /bin/echo $ac_n "checking for mntctl function and struct vmount""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_vmount'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2723 "configure"
#include "confdefs.h"
#include <fshelp.h>
EOF
***************
*** 2712,2725 ****
rm -rf conftest*
fu_cv_sys_mounted_vmount=yes
else
! echo "$ac_err" >&5
rm -rf conftest*
fu_cv_sys_mounted_vmount=no
fi
rm -f conftest*
fi
! echo "$ac_t""$fu_cv_sys_mounted_vmount" 1>&4
if test $fu_cv_sys_mounted_vmount = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
--- 2729,2742 ----
rm -rf conftest*
fu_cv_sys_mounted_vmount=yes
else
! /bin/echo "$ac_err" >&5
rm -rf conftest*
fu_cv_sys_mounted_vmount=no
fi
rm -f conftest*
fi
! /bin/echo "$ac_t""$fu_cv_sys_mounted_vmount" 1>&4
if test $fu_cv_sys_mounted_vmount = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
***************
*** 2731,2742 ****
if test -z "$list_mounted_fs"; then
# SVR3
! echo $ac_n "checking for FIXME existence of three headers""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_fread_fstyp'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2740 "configure"
#include "confdefs.h"
#include <sys/statfs.h>
--- 2748,2759 ----
if test -z "$list_mounted_fs"; then
# SVR3
! /bin/echo $ac_n "checking for FIXME existence of three headers""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_fread_fstyp'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2757 "configure"
#include "confdefs.h"
#include <sys/statfs.h>
***************
*** 2749,2762 ****
rm -rf conftest*
fu_cv_sys_mounted_fread_fstyp=yes
else
! echo "$ac_err" >&5
rm -rf conftest*
fu_cv_sys_mounted_fread_fstyp=no
fi
rm -f conftest*
fi
! echo "$ac_t""$fu_cv_sys_mounted_fread_fstyp" 1>&4
if test $fu_cv_sys_mounted_fread_fstyp = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
--- 2766,2779 ----
rm -rf conftest*
fu_cv_sys_mounted_fread_fstyp=yes
else
! /bin/echo "$ac_err" >&5
rm -rf conftest*
fu_cv_sys_mounted_fread_fstyp=no
fi
rm -f conftest*
fi
! /bin/echo "$ac_t""$fu_cv_sys_mounted_fread_fstyp" 1>&4
if test $fu_cv_sys_mounted_fread_fstyp = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
***************
*** 2768,2782 ****
if test -z "$list_mounted_fs"; then
# 4.4BSD and DEC OSF/1.
! echo $ac_n "checking for getmntinfo function""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_getmntinfo'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
ok=
if test $ac_cv_func_getmntinfo = yes; then
cat > conftest.$ac_ext <<EOF
! #line 2780 "configure"
#include "confdefs.h"
#include <sys/mount.h>
EOF
--- 2785,2799 ----
if test -z "$list_mounted_fs"; then
# 4.4BSD and DEC OSF/1.
! /bin/echo $ac_n "checking for getmntinfo function""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_getmntinfo'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
ok=
if test $ac_cv_func_getmntinfo = yes; then
cat > conftest.$ac_ext <<EOF
! #line 2797 "configure"
#include "confdefs.h"
#include <sys/mount.h>
EOF
***************
*** 2794,2800 ****
fi
! echo "$ac_t""$fu_cv_sys_mounted_getmntinfo" 1>&4
if test $fu_cv_sys_mounted_getmntinfo = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
--- 2811,2817 ----
fi
! /bin/echo "$ac_t""$fu_cv_sys_mounted_getmntinfo" 1>&4
if test $fu_cv_sys_mounted_getmntinfo = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
***************
*** 2808,2819 ****
if test -z "$list_mounted_fs"; then
# Ultrix
! echo $ac_n "checking for getmnt function""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_getmnt'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2817 "configure"
#include "confdefs.h"
#include <sys/fs_types.h>
--- 2825,2836 ----
if test -z "$list_mounted_fs"; then
# Ultrix
! /bin/echo $ac_n "checking for getmnt function""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_getmnt'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2834 "configure"
#include "confdefs.h"
#include <sys/fs_types.h>
***************
*** 2825,2838 ****
rm -rf conftest*
fu_cv_sys_mounted_getmnt=yes
else
! echo "$ac_err" >&5
rm -rf conftest*
fu_cv_sys_mounted_getmnt=no
fi
rm -f conftest*
fi
! echo "$ac_t""$fu_cv_sys_mounted_getmnt" 1>&4
if test $fu_cv_sys_mounted_getmnt = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
--- 2842,2855 ----
rm -rf conftest*
fu_cv_sys_mounted_getmnt=yes
else
! /bin/echo "$ac_err" >&5
rm -rf conftest*
fu_cv_sys_mounted_getmnt=no
fi
rm -f conftest*
fi
! /bin/echo "$ac_t""$fu_cv_sys_mounted_getmnt" 1>&4
if test $fu_cv_sys_mounted_getmnt = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
***************
*** 2844,2855 ****
if test -z "$list_mounted_fs"; then
# SVR2
! echo $ac_n "checking whether it is possible to resort to fread on /etc/mnttab""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_fread'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2853 "configure"
#include "confdefs.h"
#include <mnttab.h>
EOF
--- 2861,2872 ----
if test -z "$list_mounted_fs"; then
# SVR2
! /bin/echo $ac_n "checking whether it is possible to resort to fread on /etc/mnttab""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_mounted_fread'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2870 "configure"
#include "confdefs.h"
#include <mnttab.h>
EOF
***************
*** 2859,2872 ****
rm -rf conftest*
fu_cv_sys_mounted_fread=yes
else
! echo "$ac_err" >&5
rm -rf conftest*
fu_cv_sys_mounted_fread=no
fi
rm -f conftest*
fi
! echo "$ac_t""$fu_cv_sys_mounted_fread" 1>&4
if test $fu_cv_sys_mounted_fread = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
--- 2876,2889 ----
rm -rf conftest*
fu_cv_sys_mounted_fread=yes
else
! /bin/echo "$ac_err" >&5
rm -rf conftest*
fu_cv_sys_mounted_fread=no
fi
rm -f conftest*
fi
! /bin/echo "$ac_t""$fu_cv_sys_mounted_fread" 1>&4
if test $fu_cv_sys_mounted_fread = yes; then
list_mounted_fs=found
cat >> confdefs.h <<\EOF
***************
*** 2891,2904 ****
# SVR4
for ac_func in statvfs
do
! echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2900 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
int main() { return 0; }
int t() {
--- 2908,2924 ----
# SVR4
for ac_func in statvfs
do
! /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 2917 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
+ /* Override any gcc2 internal prototype to avoid an error. */
+ char $ac_func();
+
int main() { return 0; }
int t() {
***************
*** 2908,2915 ****
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
! /* Override any gcc2 internal prototype to avoid an error. */
! char $ac_func(); $ac_func();
#endif
; return 0; }
--- 2928,2934 ----
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
! $ac_func();
#endif
; return 0; }
***************
*** 2925,2938 ****
fi
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
! echo "$ac_t""yes" 1>&4
! ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
else
! echo "$ac_t""no" 1>&4
fi
done
--- 2944,2957 ----
fi
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
! ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
else
! /bin/echo "$ac_t""no" 1>&4
fi
done
***************
*** 2947,2961 ****
if test $space = no; then
# DEC Alpha running OSF/1
! echo $ac_n "checking for 3-argument statfs function (DEC OSF/1)""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_stat_statfs3_osf1'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
fu_cv_sys_stat_statfs3_osf1=no
else
cat > conftest.$ac_ext <<EOF
! #line 2959 "configure"
#include "confdefs.h"
#include <sys/param.h>
--- 2966,2980 ----
if test $space = no; then
# DEC Alpha running OSF/1
! /bin/echo $ac_n "checking for 3-argument statfs function (DEC OSF/1)""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_stat_statfs3_osf1'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
fu_cv_sys_stat_statfs3_osf1=no
else
cat > conftest.$ac_ext <<EOF
! #line 2978 "configure"
#include "confdefs.h"
#include <sys/param.h>
***************
*** 2978,2984 ****
rm -fr conftest*
fi
! echo "$ac_t""$fu_cv_sys_stat_statfs3_osf1" 1>&4
if test $fu_cv_sys_stat_statfs3_osf1 = yes; then
space=yes
cat >> confdefs.h <<\EOF
--- 2997,3003 ----
rm -fr conftest*
fi
! /bin/echo "$ac_t""$fu_cv_sys_stat_statfs3_osf1" 1>&4
if test $fu_cv_sys_stat_statfs3_osf1 = yes; then
space=yes
cat >> confdefs.h <<\EOF
***************
*** 2988,3004 ****
fi
fi
! if test $space = no; then
# AIX
! echo $ac_n "checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_stat_statfs2_bsize'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
fu_cv_sys_stat_statfs2_bsize=no
else
cat > conftest.$ac_ext <<EOF
! #line 3002 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_PARAM_H
--- 3007,3025 ----
fi
fi
! # Amiga hack - short circuit this test since it matches and prevents
! # us from finding the 4.4 BSD case below that we really want.
! if false; then
# AIX
! /bin/echo $ac_n "checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_stat_statfs2_bsize'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
fu_cv_sys_stat_statfs2_bsize=no
else
cat > conftest.$ac_ext <<EOF
! #line 3023 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_PARAM_H
***************
*** 3027,3033 ****
rm -fr conftest*
fi
! echo "$ac_t""$fu_cv_sys_stat_statfs2_bsize" 1>&4
if test $fu_cv_sys_stat_statfs2_bsize = yes; then
space=yes
cat >> confdefs.h <<\EOF
--- 3048,3054 ----
rm -fr conftest*
fi
! /bin/echo "$ac_t""$fu_cv_sys_stat_statfs2_bsize" 1>&4
if test $fu_cv_sys_stat_statfs2_bsize = yes; then
space=yes
cat >> confdefs.h <<\EOF
***************
*** 3039,3053 ****
if test $space = no; then
# SVR3
! echo $ac_n "checking for four-argument statfs (AIX-3.2.5, SVR3)""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_stat_statfs4'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
fu_cv_sys_stat_statfs4=no
else
cat > conftest.$ac_ext <<EOF
! #line 3051 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/statfs.h>
--- 3060,3074 ----
if test $space = no; then
# SVR3
! /bin/echo $ac_n "checking for four-argument statfs (AIX-3.2.5, SVR3)""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_stat_statfs4'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
fu_cv_sys_stat_statfs4=no
else
cat > conftest.$ac_ext <<EOF
! #line 3072 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/statfs.h>
***************
*** 3067,3073 ****
rm -fr conftest*
fi
! echo "$ac_t""$fu_cv_sys_stat_statfs4" 1>&4
if test $fu_cv_sys_stat_statfs4 = yes; then
space=yes
cat >> confdefs.h <<\EOF
--- 3088,3094 ----
rm -fr conftest*
fi
! /bin/echo "$ac_t""$fu_cv_sys_stat_statfs4" 1>&4
if test $fu_cv_sys_stat_statfs4 = yes; then
space=yes
cat >> confdefs.h <<\EOF
***************
*** 3079,3093 ****
if test $space = no; then
# 4.4BSD and NetBSD
! echo $ac_n "checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_stat_statfs2_fsize'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
fu_cv_sys_stat_statfs2_fsize=no
else
cat > conftest.$ac_ext <<EOF
! #line 3091 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_PARAM_H
--- 3100,3114 ----
if test $space = no; then
# 4.4BSD and NetBSD
! /bin/echo $ac_n "checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_stat_statfs2_fsize'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
fu_cv_sys_stat_statfs2_fsize=no
else
cat > conftest.$ac_ext <<EOF
! #line 3112 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_PARAM_H
***************
*** 3113,3119 ****
rm -fr conftest*
fi
! echo "$ac_t""$fu_cv_sys_stat_statfs2_fsize" 1>&4
if test $fu_cv_sys_stat_statfs2_fsize = yes; then
space=yes
cat >> confdefs.h <<\EOF
--- 3134,3140 ----
rm -fr conftest*
fi
! /bin/echo "$ac_t""$fu_cv_sys_stat_statfs2_fsize" 1>&4
if test $fu_cv_sys_stat_statfs2_fsize = yes; then
space=yes
cat >> confdefs.h <<\EOF
***************
*** 3125,3139 ****
if test $space = no; then
# Ultrix
! echo $ac_n "checking for two-argument statfs with struct fs_data (Ultrix)""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_stat_fs_data'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
fu_cv_sys_stat_fs_data=no
else
cat > conftest.$ac_ext <<EOF
! #line 3137 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_PARAM_H
--- 3146,3160 ----
if test $space = no; then
# Ultrix
! /bin/echo $ac_n "checking for two-argument statfs with struct fs_data (Ultrix)""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_stat_fs_data'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
if test "$cross_compiling" = yes; then
fu_cv_sys_stat_fs_data=no
else
cat > conftest.$ac_ext <<EOF
! #line 3158 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_SYS_PARAM_H
***************
*** 3163,3169 ****
rm -fr conftest*
fi
! echo "$ac_t""$fu_cv_sys_stat_fs_data" 1>&4
if test $fu_cv_sys_stat_fs_data = yes; then
space=yes
cat >> confdefs.h <<\EOF
--- 3184,3190 ----
rm -fr conftest*
fi
! /bin/echo "$ac_t""$fu_cv_sys_stat_fs_data" 1>&4
if test $fu_cv_sys_stat_fs_data = yes; then
space=yes
cat >> confdefs.h <<\EOF
***************
*** 3176,3182 ****
if test $space = no; then
# SVR2
cat > conftest.$ac_ext <<EOF
! #line 3180 "configure"
#include "confdefs.h"
#include <sys/filsys.h>
EOF
--- 3197,3203 ----
if test $space = no; then
# SVR2
cat > conftest.$ac_ext <<EOF
! #line 3201 "configure"
#include "confdefs.h"
#include <sys/filsys.h>
EOF
***************
*** 3189,3195 ****
EOF
space=yes
else
! echo "$ac_err" >&5
fi
rm -f conftest*
fi
--- 3210,3216 ----
EOF
space=yes
else
! /bin/echo "$ac_err" >&5
fi
rm -f conftest*
fi
***************
*** 3200,3213 ****
for ac_func in ftruncate
do
! echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 3209 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
int main() { return 0; }
int t() {
--- 3221,3237 ----
for ac_func in ftruncate
do
! /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 3230 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
+ /* Override any gcc2 internal prototype to avoid an error. */
+ char $ac_func();
+
int main() { return 0; }
int t() {
***************
*** 3217,3224 ****
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
! /* Override any gcc2 internal prototype to avoid an error. */
! char $ac_func(); $ac_func();
#endif
; return 0; }
--- 3241,3247 ----
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
! $ac_func();
#endif
; return 0; }
***************
*** 3234,3259 ****
fi
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
! echo "$ac_t""yes" 1>&4
! ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
else
! echo "$ac_t""no" 1>&4
ftruncate_missing=yes
fi
done
if test "$ftruncate_missing" = yes; then
! echo $ac_n "checking fcntl emulation of ftruncate""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_ftruncate_emulation'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 3257 "configure"
#include "confdefs.h"
#include <sys/types.h>
--- 3257,3282 ----
fi
if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
! ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
else
! /bin/echo "$ac_t""no" 1>&4
ftruncate_missing=yes
fi
done
if test "$ftruncate_missing" = yes; then
! /bin/echo $ac_n "checking fcntl emulation of ftruncate""... $ac_c" 1>&4
if eval "test \"`echo '${'fu_cv_sys_ftruncate_emulation'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 3280 "configure"
#include "confdefs.h"
#include <sys/types.h>
***************
*** 3278,3284 ****
fi
! echo "$ac_t""$fu_cv_sys_ftruncate_emulation" 1>&4
if test $fu_cv_sys_ftruncate_emulation = yes; then
LIBOBJS="$LIBOBJS ftruncate.o"
fi
--- 3301,3307 ----
fi
! /bin/echo "$ac_t""$fu_cv_sys_ftruncate_emulation" 1>&4
if test $fu_cv_sys_ftruncate_emulation = yes; then
LIBOBJS="$LIBOBJS ftruncate.o"
fi
***************
*** 3292,3305 ****
# If we don't yet have getgroups, see if it's in -lbsd.
# This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1.
! echo $ac_n "checking for getgroups""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_getgroups'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 3301 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
int main() { return 0; }
int t() {
--- 3315,3331 ----
# If we don't yet have getgroups, see if it's in -lbsd.
# This is reported to be necessary on an ITOS 3000WS running SEIUX 3.1.
! /bin/echo $ac_n "checking for getgroups""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_func_getgroups'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
cat > conftest.$ac_ext <<EOF
! #line 3324 "configure"
#include "confdefs.h"
#include <ctype.h> /* Arbitrary system header to define __stub macros. */
+ /* Override any gcc2 internal prototype to avoid an error. */
+ char getgroups();
+
int main() { return 0; }
int t() {
***************
*** 3309,3316 ****
#if defined (__stub_getgroups) || defined (__stub___getgroups)
choke me
#else
! /* Override any gcc2 internal prototype to avoid an error. */
! char getgroups(); getgroups();
#endif
; return 0; }
--- 3335,3341 ----
#if defined (__stub_getgroups) || defined (__stub___getgroups)
choke me
#else
! getgroups();
#endif
; return 0; }
***************
*** 3326,3343 ****
fi
if eval "test \"`echo '$ac_cv_func_'getgroups`\" = yes"; then
! echo "$ac_t""yes" 1>&4
:
else
! echo "$ac_t""no" 1>&4
! echo $ac_n "checking for -lbsd""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_bsd'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -lbsd "
cat > conftest.$ac_ext <<EOF
! #line 3341 "configure"
#include "confdefs.h"
int main() { return 0; }
--- 3351,3368 ----
fi
if eval "test \"`echo '$ac_cv_func_'getgroups`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
:
else
! /bin/echo "$ac_t""no" 1>&4
! /bin/echo $ac_n "checking for -lbsd""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_bsd'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -lbsd "
cat > conftest.$ac_ext <<EOF
! #line 3366 "configure"
#include "confdefs.h"
int main() { return 0; }
***************
*** 3357,3364 ****
fi
if eval "test \"`echo '$ac_cv_lib_'bsd`\" = yes"; then
! echo "$ac_t""yes" 1>&4
! ac_tr_lib=HAVE_LIB`echo bsd | tr 'a-z' 'A-Z'`
cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
--- 3382,3389 ----
fi
if eval "test \"`echo '$ac_cv_lib_'bsd`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
! ac_tr_lib=HAVE_LIB`/bin/echo bsd | tr 'a-z' 'A-Z'`
cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
***************
*** 3366,3386 ****
LIBS="$LIBS -lbsd"
else
! echo "$ac_t""no" 1>&4
fi
fi
# Check for libypsec.a on Dolphin M88K machines.
! echo $ac_n "checking for -lypsec""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_ypsec'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -lypsec "
cat > conftest.$ac_ext <<EOF
! #line 3384 "configure"
#include "confdefs.h"
int main() { return 0; }
--- 3391,3411 ----
LIBS="$LIBS -lbsd"
else
! /bin/echo "$ac_t""no" 1>&4
fi
fi
# Check for libypsec.a on Dolphin M88K machines.
! /bin/echo $ac_n "checking for -lypsec""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_ypsec'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -lypsec "
cat > conftest.$ac_ext <<EOF
! #line 3409 "configure"
#include "confdefs.h"
int main() { return 0; }
***************
*** 3400,3407 ****
fi
if eval "test \"`echo '$ac_cv_lib_'ypsec`\" = yes"; then
! echo "$ac_t""yes" 1>&4
! ac_tr_lib=HAVE_LIB`echo ypsec | tr '[a-z]' '[A-Z]'`
cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
--- 3425,3432 ----
fi
if eval "test \"`echo '$ac_cv_lib_'ypsec`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
! ac_tr_lib=HAVE_LIB`/bin/echo ypsec | tr '[a-z]' '[A-Z]'`
cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
***************
*** 3409,3427 ****
LIBS="$LIBS -lypsec"
else
! echo "$ac_t""no" 1>&4
fi
# m88k running dgux 5.4 needs this
! echo $ac_n "checking for -lldgc""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_ldgc'+set}'`\" = set"; then
! echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -lldgc "
cat > conftest.$ac_ext <<EOF
! #line 3425 "configure"
#include "confdefs.h"
int main() { return 0; }
--- 3434,3452 ----
LIBS="$LIBS -lypsec"
else
! /bin/echo "$ac_t""no" 1>&4
fi
# m88k running dgux 5.4 needs this
! /bin/echo $ac_n "checking for -lldgc""... $ac_c" 1>&4
if eval "test \"`echo '${'ac_cv_lib_ldgc'+set}'`\" = set"; then
! /bin/echo $ac_n "(cached) $ac_c" 1>&4
else
ac_save_LIBS="$LIBS"
LIBS="$LIBS -lldgc "
cat > conftest.$ac_ext <<EOF
! #line 3450 "configure"
#include "confdefs.h"
int main() { return 0; }
***************
*** 3441,3448 ****
fi
if eval "test \"`echo '$ac_cv_lib_'ldgc`\" = yes"; then
! echo "$ac_t""yes" 1>&4
! ac_tr_lib=HAVE_LIB`echo ldgc | tr '[a-z]' '[A-Z]'`
cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
--- 3466,3473 ----
fi
if eval "test \"`echo '$ac_cv_lib_'ldgc`\" = yes"; then
! /bin/echo "$ac_t""yes" 1>&4
! ac_tr_lib=HAVE_LIB`/bin/echo ldgc | tr '[a-z]' '[A-Z]'`
cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF
***************
*** 3450,3461 ****
LIBS="$LIBS -lldgc"
else
! echo "$ac_t""no" 1>&4
fi
echo "checking for AFS" 1>&4
! test -d /afs && cat >> confdefs.h <<\EOF
#define AFS 1
EOF
--- 3475,3486 ----
LIBS="$LIBS -lldgc"
else
! /bin/echo "$ac_t""no" 1>&4
fi
echo "checking for AFS" 1>&4
! test -d /gnu/afs && cat >> confdefs.h <<\EOF
#define AFS 1
EOF
***************
*** 3508,3514 ****
: ${CONFIG_STATUS=./config.status}
echo creating $CONFIG_STATUS
! rm -f $CONFIG_STATUS
cat > $CONFIG_STATUS <<EOF
#!/bin/sh
# Generated automatically by configure.
--- 3533,3541 ----
: ${CONFIG_STATUS=./config.status}
echo creating $CONFIG_STATUS
! # Some systems, like AmigaDOS, won't allow you to remove a script that is
! # being executed, so just move it out of the way instead.
! if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
cat > $CONFIG_STATUS <<EOF
#!/bin/sh
# Generated automatically by configure.
***************
*** 3529,3535 ****
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
! echo "$CONFIG_STATUS generated by autoconf version 2.0"
exit 0 ;;
-help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;;
--- 3556,3562 ----
echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
-version | --version | --versio | --versi | --vers | --ver | --ve | --v)
! /bin/echo "$CONFIG_STATUS generated by autoconf version 2.1"
exit 0 ;;
-help | --help | --hel | --he | --h)
echo "\$ac_cs_usage"; exit 0 ;;
***************
*** 3581,3601 ****
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
# Support "outfile[:infile]", defaulting infile="outfile.in".
case "$ac_file" in
! *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
! ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
*) ac_file_in="${ac_file}.in" ;;
esac
# Adjust relative srcdir, etc. for subdirectories.
# Remove last slash and all that follows it. Not all systems have dirname.
! ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
# The file is in a subdirectory.
test ! -d "$ac_dir" && mkdir "$ac_dir"
ac_dir_suffix="/$ac_dir"
# A "../" for each directory in $ac_dir_suffix.
! ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
else
ac_dir_suffix= ac_dots=
fi
--- 3608,3628 ----
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
# Support "outfile[:infile]", defaulting infile="outfile.in".
case "$ac_file" in
! *:*) ac_file_in=`/bin/echo "$ac_file"|sed 's%.*:%%'`
! ac_file=`/bin/echo "$ac_file"|sed 's%:.*%%'` ;;
*) ac_file_in="${ac_file}.in" ;;
esac
# Adjust relative srcdir, etc. for subdirectories.
# Remove last slash and all that follows it. Not all systems have dirname.
! ac_dir=`/bin/echo $ac_file|sed 's%/[^/][^/]*$%%'`
if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
# The file is in a subdirectory.
test ! -d "$ac_dir" && mkdir "$ac_dir"
ac_dir_suffix="/$ac_dir"
# A "../" for each directory in $ac_dir_suffix.
! ac_dots=`/bin/echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
else
ac_dir_suffix= ac_dots=
fi
***************
*** 3603,3609 ****
case "$ac_given_srcdir" in
.) srcdir=.
if test -z "$ac_dots"; then top_srcdir=.
! else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
/*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
*) # Relative path.
srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
--- 3630,3636 ----
case "$ac_given_srcdir" in
.) srcdir=.
if test -z "$ac_dots"; then top_srcdir=.
! else top_srcdir=`/bin/echo $ac_dots|sed 's%/$%%'`; fi ;;
/*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
*) # Relative path.
srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
***************
*** 3616,3622 ****
esac
echo creating "$ac_file"
rm -f "$ac_file"
! configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
case "$ac_file" in
*Makefile*) ac_comsub="1i\\
# $configure_input" ;;
--- 3643,3649 ----
esac
echo creating "$ac_file"
rm -f "$ac_file"
! configure_input="Generated automatically from `/bin/echo $ac_file_in|sed 's%.*/%%'` by configure."
case "$ac_file" in
*Makefile*) ac_comsub="1i\\
# $configure_input" ;;
***************
*** 3654,3661 ****
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
# Support "outfile[:infile]", defaulting infile="outfile.in".
case "$ac_file" in
! *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
! ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
*) ac_file_in="${ac_file}.in" ;;
esac
--- 3681,3688 ----
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
# Support "outfile[:infile]", defaulting infile="outfile.in".
case "$ac_file" in
! *:*) ac_file_in=`/bin/echo "$ac_file"|sed 's%.*:%%'`
! ac_file=`/bin/echo "$ac_file"|sed 's%:.*%%'` ;;
*) ac_file_in="${ac_file}.in" ;;
esac
***************
*** 3719,3725 ****
cat conftest.in >> conftest.h
rm -f conftest.in
if cmp -s $ac_file conftest.h 2>/dev/null; then
! echo "$ac_file is unchanged"
rm -f conftest.h
else
rm -f $ac_file
--- 3746,3752 ----
cat conftest.in >> conftest.h
rm -f conftest.in
if cmp -s $ac_file conftest.h 2>/dev/null; then
! /bin/echo "$ac_file is unchanged"
rm -f conftest.h
else
rm -f $ac_file
diff -rc --new-file fileutils-3.12/configure.in /gnu/src/amiga/fileutils-3.12/configure.in
*** fileutils-3.12/configure.in Tue Nov 1 13:54:07 1994
--- /gnu/src/amiga/fileutils-3.12/configure.in Sat Nov 12 08:14:11 1994
***************
*** 269,275 ****
fi
fi
! if test $space = no; then
# AIX
AC_MSG_CHECKING([for two-argument statfs with statfs.bsize dnl
member (AIX, 4.3BSD)])
--- 269,277 ----
fi
fi
! # Amiga hack - short circuit this test since it matches and prevents
! # us from finding the 4.4 BSD case below that we really want.
! if false; then
# AIX
AC_MSG_CHECKING([for two-argument statfs with statfs.bsize dnl
member (AIX, 4.3BSD)])
***************
*** 427,433 ****
AC_CHECK_LIB(ldgc, main)
AC_CHECKING(for AFS)
! test -d /afs && AC_DEFINE(AFS)
AC_OUTPUT(Makefile doc/Makefile lib/Makefile man/Makefile src/Makefile,
[echo > stamp-h])dnl
--- 429,435 ----
AC_CHECK_LIB(ldgc, main)
AC_CHECKING(for AFS)
! test -d /gnu/afs && AC_DEFINE(AFS)
AC_OUTPUT(Makefile doc/Makefile lib/Makefile man/Makefile src/Makefile,
[echo > stamp-h])dnl
diff -rc --new-file fileutils-3.12/configure.in.rej /gnu/src/amiga/fileutils-3.12/configure.in.rej
*** fileutils-3.12/configure.in.rej Thu Jan 1 00:00:00 1970
--- /gnu/src/amiga/fileutils-3.12/configure.in.rej Sat Nov 12 07:45:37 1994
***************
*** 0 ****
--- 1,18 ----
+ ***************
+ *** 112,119 ****
+ fi
+ if test -z "$space"; then
+ # 4.4BSD
+ ! AC_HEADER_EGREP(MOUNT_UFS, sys/mount.h,
+ ! AC_DEFINE(STAT_STATFS2_FSIZE) space=1)
+ fi
+ if test -z "$space"; then
+ # SVR2
+ --- 112,118 ----
+ fi
+ if test -z "$space"; then
+ # 4.4BSD
+ ! AC_DEFINE(STAT_STATFS2_FSIZE) space=1
+ fi
+ if test -z "$space"; then
+ # SVR2
diff -rc --new-file fileutils-3.12/lib/backupfile.c /gnu/src/amiga/fileutils-3.12/lib/backupfile.c
*** fileutils-3.12/lib/backupfile.c Sun Oct 2 01:02:48 1994
--- /gnu/src/amiga/fileutils-3.12/lib/backupfile.c Sat Nov 12 07:38:47 1994
***************
*** 93,99 ****
--- 93,103 ----
/* The extension added to file names to produce a simple (as opposed
to numbered) backup file name. */
+ #ifdef AMIGA
+ char *simple_backup_suffix = "!";
+ #else
char *simple_backup_suffix = "~";
+ #endif
char *basename ();
char *dirname ();
***************
*** 118,124 ****
--- 122,132 ----
if (backup_type == simple)
return concat (file, simple_backup_suffix);
+ #ifdef AMIGA
+ base_versions = concat (basename (file), ".!");
+ #else
base_versions = concat (basename (file), ".~");
+ #endif
if (base_versions == 0)
return 0;
dir = dirname (file);
***************
*** 184,190 ****
--- 192,202 ----
backup_name = malloc (strlen (file) + 16);
if (backup_name == 0)
return 0;
+ #ifdef AMIGA
+ sprintf (backup_name, "%s.!%d!", file, version);
+ #else
sprintf (backup_name, "%s.~%d~", file, version);
+ #endif
return backup_name;
}
***************
*** 206,212 ****
--- 218,228 ----
{
for (p = &backup[base_length]; ISDIGIT (*p); ++p)
version = version * 10 + *p - '0';
+ #ifdef AMIGA
+ if (p[0] != '!' || p[1])
+ #else
if (p[0] != '~' || p[1])
+ #endif
version = 0;
}
return version;
diff -rc --new-file fileutils-3.12/lib/fnmatch.h /gnu/src/amiga/fileutils-3.12/lib/fnmatch.h
*** fileutils-3.12/lib/fnmatch.h Mon Oct 17 03:20:53 1994
--- /gnu/src/amiga/fileutils-3.12/lib/fnmatch.h Sat Nov 12 07:38:48 1994
***************
*** 43,48 ****
--- 43,52 ----
#undef FNM_NOESCAPE
#undef FNM_PERIOD
+ #ifdef FNM_PATHNAME
+ #undef FNM_PATHNAME /* Defined in some <unistd.h> files? -fnf */
+ #endif
+
/* Bits set in the FLAGS argument to `fnmatch'. */
#define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */
#define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */
diff -rc --new-file fileutils-3.12/mkinstalldirs /gnu/src/amiga/fileutils-3.12/mkinstalldirs
*** fileutils-3.12/mkinstalldirs Sat Mar 26 04:01:14 1994
--- /gnu/src/amiga/fileutils-3.12/mkinstalldirs Sat Nov 12 07:38:49 1994
***************
*** 27,32 ****
--- 27,33 ----
done
done
+ exit 0
exit $errstatus
# mkinstalldirs ends here
diff -rc --new-file fileutils-3.12/src/chgrp.c /gnu/src/amiga/fileutils-3.12/src/chgrp.c
*** fileutils-3.12/src/chgrp.c Sat Oct 8 00:29:47 1994
--- /gnu/src/amiga/fileutils-3.12/src/chgrp.c Sat Nov 12 07:38:52 1994
***************
*** 91,97 ****
{0, 0, 0, 0}
};
- void
main (argc, argv)
int argc;
char **argv;
--- 91,96 ----
diff -rc --new-file fileutils-3.12/src/chmod.c /gnu/src/amiga/fileutils-3.12/src/chmod.c
*** fileutils-3.12/src/chmod.c Sat Oct 8 00:29:48 1994
--- /gnu/src/amiga/fileutils-3.12/src/chmod.c Sat Nov 12 07:38:53 1994
***************
*** 81,87 ****
/* Parse the ASCII mode given on the command line into a linked list
of `struct mode_change' and apply that to each file argument. */
- void
main (argc, argv)
int argc;
char **argv;
--- 81,86 ----
diff -rc --new-file fileutils-3.12/src/chown.c /gnu/src/amiga/fileutils-3.12/src/chown.c
*** fileutils-3.12/src/chown.c Sat Oct 8 00:29:49 1994
--- /gnu/src/amiga/fileutils-3.12/src/chown.c Sat Nov 12 07:38:54 1994
***************
*** 102,108 ****
{0, 0, 0, 0}
};
- void
main (argc, argv)
int argc;
char **argv;
--- 102,107 ----
diff -rc --new-file fileutils-3.12/src/cp.c /gnu/src/amiga/fileutils-3.12/src/cp.c
*** fileutils-3.12/src/cp.c Thu Nov 3 22:42:12 1994
--- /gnu/src/amiga/fileutils-3.12/src/cp.c Sat Nov 12 07:38:55 1994
***************
*** 153,159 ****
{NULL, 0, NULL, 0}
};
- void
main (argc, argv)
int argc;
char *argv[];
--- 153,158 ----
diff -rc --new-file fileutils-3.12/src/dd.c /gnu/src/amiga/fileutils-3.12/src/dd.c
*** fileutils-3.12/src/dd.c Sun Oct 2 01:03:00 1994
--- /gnu/src/amiga/fileutils-3.12/src/dd.c Sat Nov 12 07:38:56 1994
***************
*** 326,332 ****
{0, 0, 0, 0}
};
- void
main (argc, argv)
int argc;
char **argv;
--- 326,331 ----
diff -rc --new-file fileutils-3.12/src/df.c /gnu/src/amiga/fileutils-3.12/src/df.c
*** fileutils-3.12/src/df.c Sat Oct 29 04:46:00 1994
--- /gnu/src/amiga/fileutils-3.12/src/df.c Sat Nov 12 07:38:57 1994
***************
*** 144,150 ****
{NULL, 0, NULL, 0}
};
- void
main (argc, argv)
int argc;
char **argv;
--- 144,149 ----
diff -rc --new-file fileutils-3.12/src/du.c /gnu/src/amiga/fileutils-3.12/src/du.c
*** fileutils-3.12/src/du.c Sun Oct 2 01:03:02 1994
--- /gnu/src/amiga/fileutils-3.12/src/du.c Sat Nov 12 07:38:58 1994
***************
*** 217,223 ****
exit (status);
}
- void
main (argc, argv)
int argc;
char *argv[];
--- 217,222 ----
diff -rc --new-file fileutils-3.12/src/install.c /gnu/src/amiga/fileutils-3.12/src/install.c
*** fileutils-3.12/src/install.c Thu Nov 3 22:42:14 1994
--- /gnu/src/amiga/fileutils-3.12/src/install.c Sat Nov 12 07:38:59 1994
***************
*** 155,161 ****
{NULL, 0, NULL, 0}
};
- void
main (argc, argv)
int argc;
char **argv;
--- 155,160 ----
***************
*** 460,466 ****
{
int pid, status;
! pid = fork ();
switch (pid)
{
case -1:
--- 459,465 ----
{
int pid, status;
! pid = vfork ();
switch (pid)
{
case -1:
diff -rc --new-file fileutils-3.12/src/ln.c /gnu/src/amiga/fileutils-3.12/src/ln.c
*** fileutils-3.12/src/ln.c Sat Oct 8 14:40:29 1994
--- /gnu/src/amiga/fileutils-3.12/src/ln.c Sat Nov 12 07:39:00 1994
***************
*** 118,124 ****
{NULL, 0, NULL, 0}
};
- void
main (argc, argv)
int argc;
char **argv;
--- 118,123 ----
diff -rc --new-file fileutils-3.12/src/ls.c /gnu/src/amiga/fileutils-3.12/src/ls.c
*** fileutils-3.12/src/ls.c Fri Nov 4 05:08:15 1994
--- /gnu/src/amiga/fileutils-3.12/src/ls.c Sat Nov 12 08:00:26 1994
***************
*** 67,72 ****
--- 67,90 ----
#define INT_MAX 2147483647
#endif
+ /* Don't hardcode which characters are 'funny',
+ * to allow national characters in file names.
+ * I think this might be appripriate for other
+ * systems too, not only on the amiga.
+ * - nisse@lysator.liu.se
+ */
+ #ifdef amigados
+ #include <ctype.h>
+ /* The isfunny() macro regards a space as a funny character,
+ * the isfunny2() macro doesn't. */
+ #define isfunny2(c) (iscntrl(c))
+ #define isfunny(c) (isfunny2(c) || (c) == ' ')
+ #else
+ /* Original test */
+ #define isfunny(c) (!(c > 040 && c < 0177))
+ #define isfunny2(c) (!(c >= 040 && c < 0177)
+ #endif
+
/* Return an int indicating the result of comparing two longs. */
#if (INT_MAX <= 65535)
#define longdiff(a, b) ((a) < (b) ? -1 : (a) > (b) ? 1 : 0)
***************
*** 521,527 ****
fputs ("\n", stdout);
}
- void
main (argc, argv)
int argc;
char **argv;
--- 539,544 ----
***************
*** 799,806 ****
--- 816,828 ----
break;
case 'B':
+ #ifdef AMIGA
+ add_ignore_pattern ("*!");
+ add_ignore_pattern (".*!");
+ #else
add_ignore_pattern ("*~");
add_ignore_pattern (".*~");
+ #endif
break;
case 'C':
***************
*** 1675,1688 ****
default:
/* FIXME: why not just use the ISPRINT macro here? */
! if (!(c > 040 && c < 0177))
found_quotable = 1;
break;
}
}
else
{
! if (!(c >= 040 && c < 0177) && qmark_funny_chars)
found_quotable = 1;
}
if (found_quotable)
--- 1697,1710 ----
default:
/* FIXME: why not just use the ISPRINT macro here? */
! if (isfunny(c))
found_quotable = 1;
break;
}
}
else
{
! if (isfunny2(c) && qmark_funny_chars)
found_quotable = 1;
}
if (found_quotable)
***************
*** 1746,1752 ****
break;
default:
! if (c > 040 && c < 0177)
SAVECHAR (c);
else
{
--- 1768,1774 ----
break;
default:
! if (!isfunny(c))
SAVECHAR (c);
else
{
***************
*** 1758,1764 ****
}
else
{
! if (c >= 040 && c < 0177)
SAVECHAR (c);
else if (!qmark_funny_chars)
SAVECHAR (c);
--- 1780,1786 ----
}
else
{
! if (!isfunny2(c))
SAVECHAR (c);
else if (!qmark_funny_chars)
SAVECHAR (c);
***************
*** 1880,1886 ****
break;
default:
! if (c >= 040 && c < 0177)
len += 1;
else
len += 4;
--- 1902,1908 ----
break;
default:
! if (!isfunny2(c))
len += 1;
else
len += 4;
diff -rc --new-file fileutils-3.12/src/mkdir.c /gnu/src/amiga/fileutils-3.12/src/mkdir.c
*** fileutils-3.12/src/mkdir.c Thu Nov 3 22:42:15 1994
--- /gnu/src/amiga/fileutils-3.12/src/mkdir.c Sat Nov 12 07:39:03 1994
***************
*** 62,68 ****
{NULL, 0, NULL, 0}
};
- void
main (argc, argv)
int argc;
char **argv;
--- 62,67 ----
diff -rc --new-file fileutils-3.12/src/mkfifo.c /gnu/src/amiga/fileutils-3.12/src/mkfifo.c
*** fileutils-3.12/src/mkfifo.c Sat Oct 8 00:29:52 1994
--- /gnu/src/amiga/fileutils-3.12/src/mkfifo.c Sat Nov 12 07:39:04 1994
***************
*** 51,57 ****
{NULL, 0, NULL, 0}
};
- void
main (argc, argv)
int argc;
char **argv;
--- 51,56 ----
diff -rc --new-file fileutils-3.12/src/mknod.c /gnu/src/amiga/fileutils-3.12/src/mknod.c
*** fileutils-3.12/src/mknod.c Sat Oct 8 00:29:53 1994
--- /gnu/src/amiga/fileutils-3.12/src/mknod.c Sat Nov 12 07:39:05 1994
***************
*** 56,62 ****
{NULL, 0, NULL, 0}
};
- void
main (argc, argv)
int argc;
char **argv;
--- 56,61 ----
diff -rc --new-file fileutils-3.12/src/mv.c /gnu/src/amiga/fileutils-3.12/src/mv.c
*** fileutils-3.12/src/mv.c Sun Oct 2 01:03:10 1994
--- /gnu/src/amiga/fileutils-3.12/src/mv.c Sat Nov 12 07:39:06 1994
***************
*** 113,119 ****
{NULL, 0, NULL, 0}
};
- void
main (argc, argv)
int argc;
char **argv;
--- 113,118 ----
diff -rc --new-file fileutils-3.12/src/mvdir.c /gnu/src/amiga/fileutils-3.12/src/mvdir.c
*** fileutils-3.12/src/mvdir.c Sun Oct 2 01:03:11 1994
--- /gnu/src/amiga/fileutils-3.12/src/mvdir.c Sat Nov 12 07:39:07 1994
***************
*** 90,96 ****
exit (status);
}
- void
main (argc, argv)
int argc;
char **argv;
--- 90,95 ----
diff -rc --new-file fileutils-3.12/src/rm.c /gnu/src/amiga/fileutils-3.12/src/rm.c
*** fileutils-3.12/src/rm.c Sat Oct 8 00:29:55 1994
--- /gnu/src/amiga/fileutils-3.12/src/rm.c Sat Nov 12 07:39:08 1994
***************
*** 96,102 ****
{NULL, 0, NULL, 0}
};
- void
main (argc, argv)
int argc;
char **argv;
--- 96,101 ----
diff -rc --new-file fileutils-3.12/src/rmdir.c /gnu/src/amiga/fileutils-3.12/src/rmdir.c
*** fileutils-3.12/src/rmdir.c Sat Oct 8 00:29:56 1994
--- /gnu/src/amiga/fileutils-3.12/src/rmdir.c Sat Nov 12 07:39:09 1994
***************
*** 56,62 ****
{NULL, 0, NULL, 0}
};
- void
main (argc, argv)
int argc;
char **argv;
--- 56,61 ----
diff -rc --new-file fileutils-3.12/src/sync.c /gnu/src/amiga/fileutils-3.12/src/sync.c
*** fileutils-3.12/src/sync.c Sat Oct 8 00:29:56 1994
--- /gnu/src/amiga/fileutils-3.12/src/sync.c Sat Nov 12 08:39:44 1994
***************
*** 49,55 ****
exit (status);
}
- void
main (argc, argv)
int argc;
char **argv;
--- 49,54 ----
diff -rc --new-file fileutils-3.12/src/touch.c /gnu/src/amiga/fileutils-3.12/src/touch.c
*** fileutils-3.12/src/touch.c Sun Oct 2 01:03:17 1994
--- /gnu/src/amiga/fileutils-3.12/src/touch.c Sat Nov 12 07:39:10 1994
***************
*** 125,131 ****
CH_ATIME, CH_ATIME, CH_ATIME, CH_MTIME, CH_MTIME
};
- void
main (argc, argv)
int argc;
char **argv;
--- 125,130 ----