home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / textutils-1.11-diffs.lha / GNU / src / diffs / textutils-1.11.diffs
Text File  |  1995-01-21  |  83KB  |  2,972 lines

  1. diff -rc --new-file textutils-1.11/INSTALL /gnu/src/amiga/textutils-1.11/INSTALL
  2. *** textutils-1.11/INSTALL    Tue Oct 18 20:30:28 1994
  3. --- /gnu/src/amiga/textutils-1.11/INSTALL    Sat Nov 12 23:03:36 1994
  4. ***************
  5. *** 58,64 ****
  6.        CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
  7.   
  8.   Or on systems that have the `env' program, you can do it like this:
  9. !      env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
  10.   
  11.   Using a Different Build Directory
  12.   =================================
  13. --- 58,64 ----
  14.        CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
  15.   
  16.   Or on systems that have the `env' program, you can do it like this:
  17. !      env CPPFLAGS=-I/gnu/include LDFLAGS=-s ./configure
  18.   
  19.   Using a Different Build Directory
  20.   =================================
  21. ***************
  22. *** 76,83 ****
  23.   ==================
  24.   
  25.      By default, `make install' will install the package's files in
  26. ! `/usr/local/bin', `/usr/local/man', etc.  You can specify an
  27. ! installation prefix other than `/usr/local' by giving `configure' the
  28.   option `--prefix=PATH'.
  29.   
  30.      You can specify separate installation prefixes for
  31. --- 76,83 ----
  32.   ==================
  33.   
  34.      By default, `make install' will install the package's files in
  35. ! `/gnu/bin', `/gnu/man', etc.  You can specify an
  36. ! installation prefix other than `/gnu' by giving `configure' the
  37.   option `--prefix=PATH'.
  38.   
  39.      You can specify separate installation prefixes for
  40. diff -rc --new-file textutils-1.11/Product-Info /gnu/src/amiga/textutils-1.11/Product-Info
  41. *** textutils-1.11/Product-Info    Thu Jan  1 00:00:00 1970
  42. --- /gnu/src/amiga/textutils-1.11/Product-Info    Fri Nov 18 12:49:35 1994
  43. ***************
  44. *** 0 ****
  45. --- 1,26 ----
  46. + .name
  47. + textutils
  48. + .fullname
  49. + GNU text processing utilities
  50. + .type
  51. + Text Processing
  52. + .short
  53. + GNU text processing utilities
  54. + .description
  55. + These are the GNU text file (actually, file contents) processing
  56. + utilities.  Most of these programs have significant advantages over
  57. + their Unix counterparts, such as greater speed, additional options,
  58. + and fewer arbitrary limits.  The programs that can be built with this
  59. + package are: cat, cksum, comm, csplit, cut, expand, fold, head, join,
  60. + nl, od paste, pr, sort, split, sum, tac, tail, tr, unexpand, uniq, and
  61. + wc.  The cmp program has moved to the GNU diff distribution.
  62. + .version
  63. + 1.11
  64. + .author
  65. + Free Software Foundation
  66. + .requirements
  67. + Amiga binaries require ixemul.library.
  68. + .distribution
  69. + GNU Public License
  70. + .described-by
  71. + Fred Fish (fnf@amigalib.com)
  72. diff -rc --new-file textutils-1.11/configure /gnu/src/amiga/textutils-1.11/configure
  73. *** textutils-1.11/configure    Tue Nov  1 12:03:33 1994
  74. --- /gnu/src/amiga/textutils-1.11/configure    Sat Nov 12 23:06:00 1994
  75. ***************
  76. *** 1,7 ****
  77.   #!/bin/sh
  78.   
  79.   # Guess values for system-dependent variables and create Makefiles.
  80. ! # Generated automatically using autoconf version 2.0 
  81.   # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  82.   #
  83.   # This configure script is free software; the Free Software Foundation
  84. --- 1,7 ----
  85.   #!/bin/sh
  86.   
  87.   # Guess values for system-dependent variables and create Makefiles.
  88. ! # Generated automatically using autoconf version 2.1 
  89.   # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  90.   #
  91.   # This configure script is free software; the Free Software Foundation
  92. ***************
  93. *** 9,48 ****
  94.   
  95.   # Defaults:
  96.   ac_help=
  97. ! ac_default_prefix=/usr/local
  98.   # Any additions from configure.in:
  99.   
  100. - # Omit some internal or obsolete options to make the list less imposing.
  101. - ac_usage="Usage: configure [options] [host]
  102. - Options: [defaults in brackets after descriptions]
  103. - Configuration:
  104. -   --cache-file=FILE       cache test results in FILE
  105. -   --help                  print this message
  106. -   --no-create             do not create output files
  107. -   --quiet, --silent       do not print \`checking...' messages
  108. -   --version               print the version of autoconf that created configure
  109. - Directory and file names:
  110. -   --prefix=PREFIX         install architecture-independent files in PREFIX
  111. -                           [$ac_default_prefix]
  112. -   --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
  113. -                           [same as prefix]
  114. -   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  115. -   --program-prefix=PREFIX prepend PREFIX to installed program names
  116. -   --program-suffix=SUFFIX append SUFFIX to installed program names
  117. -   --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  118. - Host type:
  119. -   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  120. -   --host=HOST             configure for HOST [guessed]
  121. -   --target=TARGET         configure for TARGET [TARGET=HOST]
  122. - Features and packages:
  123. -   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  124. -   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  125. -   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  126. -   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  127. -   --x-includes=DIR        X include files are in DIR
  128. -   --x-libraries=DIR       X library files are in DIR
  129. - --enable and --with options recognized:$ac_help"
  130.   # Initialize some variables set by options.
  131.   # The variables have the same names as the options, with
  132.   # dashes changed to underlines.
  133. --- 9,17 ----
  134.   
  135.   # Defaults:
  136.   ac_help=
  137. ! ac_default_prefix=/gnu
  138.   # Any additions from configure.in:
  139.   
  140.   # Initialize some variables set by options.
  141.   # The variables have the same names as the options, with
  142.   # dashes changed to underlines.
  143. ***************
  144. *** 80,86 ****
  145.     fi
  146.   
  147.     case "$ac_option" in
  148. !   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  149.     *) ac_optarg= ;;
  150.     esac
  151.   
  152. --- 49,55 ----
  153.     fi
  154.   
  155.     case "$ac_option" in
  156. !   -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  157.     *) ac_optarg= ;;
  158.     esac
  159.   
  160. ***************
  161. *** 101,121 ****
  162.       cache_file="$ac_optarg" ;;
  163.   
  164.     -disable-* | --disable-*)
  165. !     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  166.       # Reject names that are not valid shell variable names.
  167. !     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  168.         { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  169.       fi
  170. !     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  171.       eval "enable_${ac_feature}=no" ;;
  172.   
  173.     -enable-* | --enable-*)
  174. !     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  175.       # Reject names that are not valid shell variable names.
  176. !     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  177.         { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  178.       fi
  179. !     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  180.       case "$ac_option" in
  181.         *=*) ;;
  182.         *) ac_optarg=yes ;;
  183. --- 70,90 ----
  184.       cache_file="$ac_optarg" ;;
  185.   
  186.     -disable-* | --disable-*)
  187. !     ac_feature=`/bin/echo $ac_option|sed -e 's/-*disable-//'`
  188.       # Reject names that are not valid shell variable names.
  189. !     if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  190.         { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  191.       fi
  192. !     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  193.       eval "enable_${ac_feature}=no" ;;
  194.   
  195.     -enable-* | --enable-*)
  196. !     ac_feature=`/bin/echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  197.       # Reject names that are not valid shell variable names.
  198. !     if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  199.         { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  200.       fi
  201. !     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  202.       case "$ac_option" in
  203.         *=*) ;;
  204.         *) ac_optarg=yes ;;
  205. ***************
  206. *** 136,143 ****
  207.       with_gas=yes ;;
  208.   
  209.     -help | --help | --hel | --he)
  210.       cat << EOF
  211. ! $ac_usage
  212.   EOF
  213.       exit 0 ;;
  214.   
  215. --- 105,142 ----
  216.       with_gas=yes ;;
  217.   
  218.     -help | --help | --hel | --he)
  219. +     # Omit some internal or obsolete options to make the list less imposing.
  220. +     # This message is too long to be a string in the A/UX 3.1 sh.
  221.       cat << EOF
  222. ! Usage: configure [options] [host]
  223. ! Options: [defaults in brackets after descriptions]
  224. ! Configuration:
  225. !   --cache-file=FILE       cache test results in FILE
  226. !   --help                  print this message
  227. !   --no-create             do not create output files
  228. !   --quiet, --silent       do not print \`checking...' messages
  229. !   --version               print the version of autoconf that created configure
  230. ! Directory and file names:
  231. !   --prefix=PREFIX         install architecture-independent files in PREFIX
  232. !                           [$ac_default_prefix]
  233. !   --exec-prefix=PREFIX    install architecture-dependent files in PREFIX
  234. !                           [same as prefix]
  235. !   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  236. !   --program-prefix=PREFIX prepend PREFIX to installed program names
  237. !   --program-suffix=SUFFIX append SUFFIX to installed program names
  238. !   --program-transform-name=PROGRAM run sed PROGRAM on installed program names
  239. ! Host type:
  240. !   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  241. !   --host=HOST             configure for HOST [guessed]
  242. !   --target=TARGET         configure for TARGET [TARGET=HOST]
  243. ! Features and packages:
  244. !   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  245. !   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  246. !   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  247. !   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  248. !   --x-includes=DIR        X include files are in DIR
  249. !   --x-libraries=DIR       X library files are in DIR
  250. ! --enable and --with options recognized:$ac_help
  251.   EOF
  252.       exit 0 ;;
  253.   
  254. ***************
  255. *** 217,232 ****
  256.       verbose=yes ;;
  257.   
  258.     -version | --version | --versio | --versi | --vers)
  259. !     echo "configure generated by autoconf version 2.0"
  260.       exit 0 ;;
  261.   
  262.     -with-* | --with-*)
  263. !     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  264.       # Reject names that are not valid shell variable names.
  265. !     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  266.         { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  267.       fi
  268. !     ac_package=`echo $ac_package| sed 's/-/_/g'`
  269.       case "$ac_option" in
  270.         *=*) ;;
  271.         *) ac_optarg=yes ;;
  272. --- 216,231 ----
  273.       verbose=yes ;;
  274.   
  275.     -version | --version | --versio | --versi | --vers)
  276. !     echo "configure generated by autoconf version 2.1"
  277.       exit 0 ;;
  278.   
  279.     -with-* | --with-*)
  280. !     ac_package=`/bin/echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  281.       # Reject names that are not valid shell variable names.
  282. !     if test -n "`/bin/echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  283.         { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  284.       fi
  285. !     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  286.       case "$ac_option" in
  287.         *=*) ;;
  288.         *) ac_optarg=yes ;;
  289. ***************
  290. *** 234,245 ****
  291.       eval "with_${ac_package}='$ac_optarg'" ;;
  292.   
  293.     -without-* | --without-*)
  294. !     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  295.       # Reject names that are not valid shell variable names.
  296. !     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  297.         { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  298.       fi
  299. !     ac_package=`echo $ac_package| sed 's/-/_/g'`
  300.       eval "with_${ac_package}=no" ;;
  301.   
  302.     --x)
  303. --- 233,244 ----
  304.       eval "with_${ac_package}='$ac_optarg'" ;;
  305.   
  306.     -without-* | --without-*)
  307. !     ac_package=`/bin/echo $ac_option|sed -e 's/-*without-//'`
  308.       # Reject names that are not valid shell variable names.
  309. !     if test -n "`/bin/echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  310.         { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  311.       fi
  312. !     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  313.       eval "with_${ac_package}=no" ;;
  314.   
  315.     --x)
  316. ***************
  317. *** 264,270 ****
  318.       ;;
  319.   
  320.     *) 
  321. !     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  322.         echo "configure: warning: $ac_option: invalid host type" 1>&2
  323.       fi
  324.       if test "x$nonopt" != xNONE; then
  325. --- 263,269 ----
  326.       ;;
  327.   
  328.     *) 
  329. !     if test -n "`/bin/echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  330.         echo "configure: warning: $ac_option: invalid host type" 1>&2
  331.       fi
  332.       if test "x$nonopt" != xNONE; then
  333. ***************
  334. *** 277,283 ****
  335.   done
  336.   
  337.   if test -n "$ac_prev"; then
  338. !   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  339.   fi
  340.   
  341.   trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  342. --- 276,282 ----
  343.   done
  344.   
  345.   if test -n "$ac_prev"; then
  346. !   { echo "configure: error: missing argument to --`/bin/echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  347.   fi
  348.   
  349.   trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  350. ***************
  351. *** 327,333 ****
  352.   # confdefs.h avoids OS command line length limits that DEFS can exceed.
  353.   rm -rf conftest* confdefs.h
  354.   # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  355. ! echo > confdefs.h
  356.   
  357.   # A filename unique to this package, relative to the directory that
  358.   # configure is in, which we can look for to find out if srcdir is correct.
  359. --- 326,332 ----
  360.   # confdefs.h avoids OS command line length limits that DEFS can exceed.
  361.   rm -rf conftest* confdefs.h
  362.   # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  363. ! /bin/echo > confdefs.h
  364.   
  365.   # A filename unique to this package, relative to the directory that
  366.   # configure is in, which we can look for to find out if srcdir is correct.
  367. ***************
  368. *** 338,344 ****
  369.     ac_srcdir_defaulted=yes
  370.     # Try the directory containing this script, then its parent.
  371.     ac_prog=$0
  372. !   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  373.     test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  374.     srcdir=$ac_confdir
  375.     if test ! -r $srcdir/$ac_unique_file; then
  376. --- 337,343 ----
  377.     ac_srcdir_defaulted=yes
  378.     # Try the directory containing this script, then its parent.
  379.     ac_prog=$0
  380. !   ac_confdir=`/bin/echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  381.     test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  382.     srcdir=$ac_confdir
  383.     if test ! -r $srcdir/$ac_unique_file; then
  384. ***************
  385. *** 354,360 ****
  386.       { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  387.     fi
  388.   fi
  389. ! srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  390.   
  391.   # Prefer explicitly selected file to automatically selected ones.
  392.   if test -z "$CONFIG_SITE"; then
  393. --- 353,359 ----
  394.       { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  395.     fi
  396.   fi
  397. ! srcdir=`/bin/echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  398.   
  399.   # Prefer explicitly selected file to automatically selected ones.
  400.   if test -z "$CONFIG_SITE"; then
  401. ***************
  402. *** 402,410 ****
  403.   
  404.   # Extract the first word of "gcc", so it can be a program name with args.
  405.   set dummy gcc; ac_word=$2
  406. ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  407.   if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
  408. !   echo $ac_n "(cached) $ac_c" 1>&4
  409.   else
  410.     if test -n "$CC"; then
  411.     ac_cv_prog_CC="$CC" # Let the user override the test.
  412. --- 401,409 ----
  413.   
  414.   # Extract the first word of "gcc", so it can be a program name with args.
  415.   set dummy gcc; ac_word=$2
  416. ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  417.   if eval "test \"`echo '${'ac_cv_prog_CC'+set}'`\" = set"; then
  418. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  419.   else
  420.     if test -n "$CC"; then
  421.     ac_cv_prog_CC="$CC" # Let the user override the test.
  422. ***************
  423. *** 423,437 ****
  424.   fi
  425.   CC="$ac_cv_prog_CC"
  426.   if test -n "$CC"; then
  427. !   echo "$ac_t""$CC" 1>&4
  428.   else
  429. !   echo "$ac_t""no" 1>&4
  430.   fi
  431.   
  432.   
  433. ! echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
  434.   if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
  435. !   echo $ac_n "(cached) $ac_c" 1>&4
  436.   else
  437.     cat > conftest.c <<EOF
  438.   #ifdef __GNUC__
  439. --- 422,436 ----
  440.   fi
  441.   CC="$ac_cv_prog_CC"
  442.   if test -n "$CC"; then
  443. !   /bin/echo "$ac_t""$CC" 1>&4
  444.   else
  445. !   /bin/echo "$ac_t""no" 1>&4
  446.   fi
  447.   
  448.   
  449. ! /bin/echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&4
  450.   if eval "test \"`echo '${'ac_cv_prog_gcc'+set}'`\" = set"; then
  451. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  452.   else
  453.     cat > conftest.c <<EOF
  454.   #ifdef __GNUC__
  455. ***************
  456. *** 444,456 ****
  457.     ac_cv_prog_gcc=no
  458.   fi
  459.   fi
  460. ! echo "$ac_t""$ac_cv_prog_gcc" 1>&4
  461.   if test $ac_cv_prog_gcc = yes; then
  462.     GCC=yes
  463.     if test "${CFLAGS+set}" != set; then
  464. !     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
  465.   if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  466. !   echo $ac_n "(cached) $ac_c" 1>&4
  467.   else
  468.     echo 'void f(){}' > conftest.c
  469.   if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  470. --- 443,455 ----
  471.     ac_cv_prog_gcc=no
  472.   fi
  473.   fi
  474. ! /bin/echo "$ac_t""$ac_cv_prog_gcc" 1>&4
  475.   if test $ac_cv_prog_gcc = yes; then
  476.     GCC=yes
  477.     if test "${CFLAGS+set}" != set; then
  478. !     /bin/echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&4
  479.   if eval "test \"`echo '${'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  480. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  481.   else
  482.     echo 'void f(){}' > conftest.c
  483.   if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  484. ***************
  485. *** 461,471 ****
  486.   rm -f conftest*
  487.   
  488.   fi
  489. !     echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
  490.       if test $ac_cv_prog_gcc_g = yes; then
  491. !       CFLAGS="-g -O"
  492.       else
  493. !       CFLAGS="-O"
  494.       fi
  495.     fi
  496.   else
  497. --- 460,472 ----
  498.   rm -f conftest*
  499.   
  500.   fi
  501. !     /bin/echo "$ac_t""$ac_cv_prog_gcc_g" 1>&4
  502.       if test $ac_cv_prog_gcc_g = yes; then
  503. !       # Amiga hack - suppress automatically using -g for now
  504. !       # Also default to using -O2
  505. !       CFLAGS="-O2"
  506.       else
  507. !       CFLAGS="-O2"
  508.       fi
  509.     fi
  510.   else
  511. ***************
  512. *** 502,516 ****
  513.   # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  514.   # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  515.   # ./install, which can be erroneously created by make from ./install.sh.
  516. ! echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
  517.   if test -z "$INSTALL"; then
  518.   if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
  519. !   echo $ac_n "(cached) $ac_c" 1>&4
  520.   else
  521.       IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  522.     for ac_dir in $PATH; do
  523.       case "$ac_dir" in
  524. !     ''|.|/etc|/usr/sbin|/usr/etc|/sbin|/usr/afsws/bin|/usr/ucb) ;;
  525.       *)
  526.         # OSF1 and SCO ODT 3.0 have their own names for install.
  527.         for ac_prog in ginstall installbsd scoinst install; do
  528. --- 503,517 ----
  529.   # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  530.   # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  531.   # ./install, which can be erroneously created by make from ./install.sh.
  532. ! /bin/echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&4
  533.   if test -z "$INSTALL"; then
  534.   if eval "test \"`echo '${'ac_cv_path_install'+set}'`\" = set"; then
  535. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  536.   else
  537.       IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  538.     for ac_dir in $PATH; do
  539.       case "$ac_dir" in
  540. !     ''|.|/gnu/etc) ;;
  541.       *)
  542.         # OSF1 and SCO ODT 3.0 have their own names for install.
  543.         for ac_prog in ginstall installbsd scoinst install; do
  544. ***************
  545. *** 535,541 ****
  546.   fi
  547.     INSTALL="$ac_cv_path_install"
  548.   fi
  549. ! echo "$ac_t""$INSTALL" 1>&4
  550.   
  551.   # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  552.   # It thinks the first close brace ends the variable substitution.
  553. --- 536,542 ----
  554.   fi
  555.     INSTALL="$ac_cv_path_install"
  556.   fi
  557. ! /bin/echo "$ac_t""$INSTALL" 1>&4
  558.   
  559.   # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  560.   # It thinks the first close brace ends the variable substitution.
  561. ***************
  562. *** 543,556 ****
  563.   
  564.   test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  565.   
  566. ! echo $ac_n "checking whether ${MAKE-make} sets \$MAKE""... $ac_c" 1>&4
  567.   set dummy ${MAKE-make}; ac_make=$2
  568.   if eval "test \"`echo '${'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  569. !   echo $ac_n "(cached) $ac_c" 1>&4
  570.   else
  571.     cat > conftestmake <<\EOF
  572.   all:
  573. !     @echo 'ac_maketemp="${MAKE}"'
  574.   EOF
  575.   # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  576.   eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  577. --- 544,557 ----
  578.   
  579.   test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  580.   
  581. ! /bin/echo $ac_n "checking whether ${MAKE-make} sets \$MAKE""... $ac_c" 1>&4
  582.   set dummy ${MAKE-make}; ac_make=$2
  583.   if eval "test \"`echo '${'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
  584. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  585.   else
  586.     cat > conftestmake <<\EOF
  587.   all:
  588. !     @/bin/echo 'ac_maketemp="${MAKE}"'
  589.   EOF
  590.   # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  591.   eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
  592. ***************
  593. *** 561,582 ****
  594.   fi
  595.   rm -f conftestmake
  596.   fi
  597. ! if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  598. !   echo "$ac_t""yes" 1>&4
  599.     SET_MAKE=
  600.   else
  601. !   echo "$ac_t""no" 1>&4
  602.     SET_MAKE="MAKE=${MAKE-make}"
  603.   fi
  604.   
  605. ! echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
  606.   # On Suns, sometimes $CPP names a directory.
  607.   if test -n "$CPP" && test -d "$CPP"; then
  608.     CPP=
  609.   fi
  610.   if test -z "$CPP"; then
  611.   if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
  612. !   echo $ac_n "(cached) $ac_c" 1>&4
  613.   else
  614.       # This must be in double quotes, not single quotes, because CPP may get
  615.     # substituted into the Makefile and "${CC-cc}" will confuse make.
  616. --- 562,583 ----
  617.   fi
  618.   rm -f conftestmake
  619.   fi
  620. ! if eval "test \"`/bin/echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
  621. !   /bin/echo "$ac_t""yes" 1>&4
  622.     SET_MAKE=
  623.   else
  624. !   /bin/echo "$ac_t""no" 1>&4
  625.     SET_MAKE="MAKE=${MAKE-make}"
  626.   fi
  627.   
  628. ! /bin/echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&4
  629.   # On Suns, sometimes $CPP names a directory.
  630.   if test -n "$CPP" && test -d "$CPP"; then
  631.     CPP=
  632.   fi
  633.   if test -z "$CPP"; then
  634.   if eval "test \"`echo '${'ac_cv_prog_CPP'+set}'`\" = set"; then
  635. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  636.   else
  637.       # This must be in double quotes, not single quotes, because CPP may get
  638.     # substituted into the Makefile and "${CC-cc}" will confuse make.
  639. ***************
  640. *** 584,590 ****
  641.     # On the NeXT, cc -E runs the code through the compiler's parser,
  642.     # not just through cpp.
  643.     cat > conftest.$ac_ext <<EOF
  644. ! #line 588 "configure"
  645.   #include "confdefs.h"
  646.   #include <assert.h>
  647.   Syntax Error
  648. --- 585,591 ----
  649.     # On the NeXT, cc -E runs the code through the compiler's parser,
  650.     # not just through cpp.
  651.     cat > conftest.$ac_ext <<EOF
  652. ! #line 589 "configure"
  653.   #include "confdefs.h"
  654.   #include <assert.h>
  655.   Syntax Error
  656. ***************
  657. *** 594,604 ****
  658.   if test -z "$ac_err"; then
  659.     :
  660.   else
  661. !   echo "$ac_err" >&5
  662.     rm -rf conftest*
  663.     CPP="${CC-cc} -E -traditional-cpp"
  664.     cat > conftest.$ac_ext <<EOF
  665. ! #line 602 "configure"
  666.   #include "confdefs.h"
  667.   #include <assert.h>
  668.   Syntax Error
  669. --- 595,605 ----
  670.   if test -z "$ac_err"; then
  671.     :
  672.   else
  673. !   /bin/echo "$ac_err" >&5
  674.     rm -rf conftest*
  675.     CPP="${CC-cc} -E -traditional-cpp"
  676.     cat > conftest.$ac_ext <<EOF
  677. ! #line 603 "configure"
  678.   #include "confdefs.h"
  679.   #include <assert.h>
  680.   Syntax Error
  681. ***************
  682. *** 608,614 ****
  683.   if test -z "$ac_err"; then
  684.     :
  685.   else
  686. !   echo "$ac_err" >&5
  687.     rm -rf conftest*
  688.     CPP=/lib/cpp
  689.   fi
  690. --- 609,615 ----
  691.   if test -z "$ac_err"; then
  692.     :
  693.   else
  694. !   /bin/echo "$ac_err" >&5
  695.     rm -rf conftest*
  696.     CPP=/lib/cpp
  697.   fi
  698. ***************
  699. *** 619,634 ****
  700.   fi
  701.   fi
  702.   CPP="$ac_cv_prog_CPP"
  703. ! echo "$ac_t""$CPP" 1>&4
  704.   
  705.   if test $ac_cv_prog_gcc = yes; then
  706. !   echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&4
  707.   if eval "test \"`echo '${'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  708. !   echo $ac_n "(cached) $ac_c" 1>&4
  709.   else
  710.       ac_pattern="Autoconf.*'x'"
  711.     cat > conftest.$ac_ext <<EOF
  712. ! #line 632 "configure"
  713.   #include "confdefs.h"
  714.   #include <sgtty.h>
  715.   Autoconf TIOCGETP
  716. --- 620,635 ----
  717.   fi
  718.   fi
  719.   CPP="$ac_cv_prog_CPP"
  720. ! /bin/echo "$ac_t""$CPP" 1>&4
  721.   
  722.   if test $ac_cv_prog_gcc = yes; then
  723. !   /bin/echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&4
  724.   if eval "test \"`echo '${'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  725. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  726.   else
  727.       ac_pattern="Autoconf.*'x'"
  728.     cat > conftest.$ac_ext <<EOF
  729. ! #line 633 "configure"
  730.   #include "confdefs.h"
  731.   #include <sgtty.h>
  732.   Autoconf TIOCGETP
  733. ***************
  734. *** 646,652 ****
  735.   
  736.     if test $ac_cv_prog_gcc_traditional = no; then
  737.       cat > conftest.$ac_ext <<EOF
  738. ! #line 650 "configure"
  739.   #include "confdefs.h"
  740.   #include <termio.h>
  741.   Autoconf TCGETA
  742. --- 647,653 ----
  743.   
  744.     if test $ac_cv_prog_gcc_traditional = no; then
  745.       cat > conftest.$ac_ext <<EOF
  746. ! #line 651 "configure"
  747.   #include "confdefs.h"
  748.   #include <termio.h>
  749.   Autoconf TCGETA
  750. ***************
  751. *** 660,666 ****
  752.   
  753.     fi
  754.   fi
  755. !   echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&4
  756.     if test $ac_cv_prog_gcc_traditional = yes; then
  757.       CC="$CC -traditional"
  758.     fi
  759. --- 661,667 ----
  760.   
  761.     fi
  762.   fi
  763. !   /bin/echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&4
  764.     if test $ac_cv_prog_gcc_traditional = yes; then
  765.       CC="$CC -traditional"
  766.     fi
  767. ***************
  768. *** 668,676 ****
  769.   
  770.   # Extract the first word of "ranlib", so it can be a program name with args.
  771.   set dummy ranlib; ac_word=$2
  772. ! echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  773.   if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  774. !   echo $ac_n "(cached) $ac_c" 1>&4
  775.   else
  776.     if test -n "$RANLIB"; then
  777.     ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  778. --- 669,677 ----
  779.   
  780.   # Extract the first word of "ranlib", so it can be a program name with args.
  781.   set dummy ranlib; ac_word=$2
  782. ! /bin/echo $ac_n "checking for $ac_word""... $ac_c" 1>&4
  783.   if eval "test \"`echo '${'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  784. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  785.   else
  786.     if test -n "$RANLIB"; then
  787.     ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  788. ***************
  789. *** 689,702 ****
  790.   fi
  791.   RANLIB="$ac_cv_prog_RANLIB"
  792.   if test -n "$RANLIB"; then
  793. !   echo "$ac_t""$RANLIB" 1>&4
  794.   else
  795. !   echo "$ac_t""no" 1>&4
  796.   fi
  797.   
  798. ! echo $ac_n "checking for AIX""... $ac_c" 1>&4
  799.   cat > conftest.$ac_ext <<EOF
  800. ! #line 700 "configure"
  801.   #include "confdefs.h"
  802.   #ifdef _AIX
  803.     yes
  804. --- 690,703 ----
  805.   fi
  806.   RANLIB="$ac_cv_prog_RANLIB"
  807.   if test -n "$RANLIB"; then
  808. !   /bin/echo "$ac_t""$RANLIB" 1>&4
  809.   else
  810. !   /bin/echo "$ac_t""no" 1>&4
  811.   fi
  812.   
  813. ! /bin/echo $ac_n "checking for AIX""... $ac_c" 1>&4
  814.   cat > conftest.$ac_ext <<EOF
  815. ! #line 701 "configure"
  816.   #include "confdefs.h"
  817.   #ifdef _AIX
  818.     yes
  819. ***************
  820. *** 706,729 ****
  821.   if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  822.     egrep "yes" >/dev/null 2>&1; then
  823.     rm -rf conftest*
  824. !   echo "$ac_t""yes" 1>&4; cat >> confdefs.h <<\EOF
  825.   #define _ALL_SOURCE 1
  826.   EOF
  827.   
  828.   else
  829.     rm -rf conftest*
  830. !   echo "$ac_t""no" 1>&4
  831.   fi
  832.   rm -f conftest*
  833.   
  834.   
  835. ! ac_safe=`echo "minix/config.h" | tr './\055' '___'`
  836. ! echo $ac_n "checking for minix/config.h""... $ac_c" 1>&4
  837.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  838. !   echo $ac_n "(cached) $ac_c" 1>&4
  839.   else
  840.     cat > conftest.$ac_ext <<EOF
  841. ! #line 727 "configure"
  842.   #include "confdefs.h"
  843.   #include <minix/config.h>
  844.   EOF
  845. --- 707,730 ----
  846.   if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  847.     egrep "yes" >/dev/null 2>&1; then
  848.     rm -rf conftest*
  849. !   /bin/echo "$ac_t""yes" 1>&4; cat >> confdefs.h <<\EOF
  850.   #define _ALL_SOURCE 1
  851.   EOF
  852.   
  853.   else
  854.     rm -rf conftest*
  855. !   /bin/echo "$ac_t""no" 1>&4
  856.   fi
  857.   rm -f conftest*
  858.   
  859.   
  860. ! ac_safe=`/bin/echo "minix/config.h" | tr './\055' '___'`
  861. ! /bin/echo $ac_n "checking for minix/config.h""... $ac_c" 1>&4
  862.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  863. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  864.   else
  865.     cat > conftest.$ac_ext <<EOF
  866. ! #line 728 "configure"
  867.   #include "confdefs.h"
  868.   #include <minix/config.h>
  869.   EOF
  870. ***************
  871. *** 733,749 ****
  872.     rm -rf conftest*
  873.     eval "ac_cv_header_$ac_safe=yes"
  874.   else
  875. !   echo "$ac_err" >&5
  876.     rm -rf conftest*
  877.     eval "ac_cv_header_$ac_safe=no"
  878.   fi
  879.   rm -f conftest*
  880.   fi
  881.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  882. !   echo "$ac_t""yes" 1>&4
  883.     MINIX=yes
  884.   else
  885. !   echo "$ac_t""no" 1>&4
  886.   MINIX=
  887.   fi
  888.   
  889. --- 734,750 ----
  890.     rm -rf conftest*
  891.     eval "ac_cv_header_$ac_safe=yes"
  892.   else
  893. !   /bin/echo "$ac_err" >&5
  894.     rm -rf conftest*
  895.     eval "ac_cv_header_$ac_safe=no"
  896.   fi
  897.   rm -f conftest*
  898.   fi
  899.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  900. !   /bin/echo "$ac_t""yes" 1>&4
  901.     MINIX=yes
  902.   else
  903. !   /bin/echo "$ac_t""no" 1>&4
  904.   MINIX=
  905.   fi
  906.   
  907. ***************
  908. *** 762,772 ****
  909.   
  910.   fi
  911.   
  912. ! echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&4
  913. ! if test -d /etc/conf/kconfig.d &&
  914. !   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  915.   then
  916. !   echo "$ac_t""yes" 1>&4
  917.     ISC=yes # If later tests want to check for ISC.
  918.     cat >> confdefs.h <<\EOF
  919.   #define _POSIX_SOURCE 1
  920. --- 763,773 ----
  921.   
  922.   fi
  923.   
  924. ! /bin/echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&4
  925. ! if test -d /gnu/etc/conf/kconfig.d &&
  926. !   grep _POSIX_VERSION /gnu/include/sys/unistd.h >/dev/null 2>&1
  927.   then
  928. !   /bin/echo "$ac_t""yes" 1>&4
  929.     ISC=yes # If later tests want to check for ISC.
  930.     cat >> confdefs.h <<\EOF
  931.   #define _POSIX_SOURCE 1
  932. ***************
  933. *** 778,797 ****
  934.       CC="$CC -Xp"
  935.     fi
  936.   else
  937. !   echo "$ac_t""no" 1>&4
  938.     ISC=
  939.   fi
  940.   
  941.   
  942.   for ac_hdr in limits.h string.h memory.h fcntl.h unistd.h
  943.   do
  944. ! ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  945. ! echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  946.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  947. !   echo $ac_n "(cached) $ac_c" 1>&4
  948.   else
  949.     cat > conftest.$ac_ext <<EOF
  950. ! #line 795 "configure"
  951.   #include "confdefs.h"
  952.   #include <$ac_hdr>
  953.   EOF
  954. --- 779,798 ----
  955.       CC="$CC -Xp"
  956.     fi
  957.   else
  958. !   /bin/echo "$ac_t""no" 1>&4
  959.     ISC=
  960.   fi
  961.   
  962.   
  963.   for ac_hdr in limits.h string.h memory.h fcntl.h unistd.h
  964.   do
  965. ! ac_safe=`/bin/echo "$ac_hdr" | tr './\055' '___'`
  966. ! /bin/echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&4
  967.   if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  968. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  969.   else
  970.     cat > conftest.$ac_ext <<EOF
  971. ! #line 796 "configure"
  972.   #include "confdefs.h"
  973.   #include <$ac_hdr>
  974.   EOF
  975. ***************
  976. *** 801,830 ****
  977.     rm -rf conftest*
  978.     eval "ac_cv_header_$ac_safe=yes"
  979.   else
  980. !   echo "$ac_err" >&5
  981.     rm -rf conftest*
  982.     eval "ac_cv_header_$ac_safe=no"
  983.   fi
  984.   rm -f conftest*
  985.   fi
  986.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  987. !   echo "$ac_t""yes" 1>&4
  988. !     ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  989.     cat >> confdefs.h <<EOF
  990.   #define $ac_tr_hdr 1
  991.   EOF
  992.    
  993.   else
  994. !   echo "$ac_t""no" 1>&4
  995.   fi
  996.   done
  997.   
  998. ! echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&4
  999.   if eval "test \"`echo '${'ac_cv_header_stat_broken'+set}'`\" = set"; then
  1000. !   echo $ac_n "(cached) $ac_c" 1>&4
  1001.   else
  1002.     cat > conftest.$ac_ext <<EOF
  1003. ! #line 828 "configure"
  1004.   #include "confdefs.h"
  1005.   #include <sys/types.h>
  1006.   #include <sys/stat.h>
  1007. --- 802,831 ----
  1008.     rm -rf conftest*
  1009.     eval "ac_cv_header_$ac_safe=yes"
  1010.   else
  1011. !   /bin/echo "$ac_err" >&5
  1012.     rm -rf conftest*
  1013.     eval "ac_cv_header_$ac_safe=no"
  1014.   fi
  1015.   rm -f conftest*
  1016.   fi
  1017.   if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1018. !   /bin/echo "$ac_t""yes" 1>&4
  1019. !     ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  1020.     cat >> confdefs.h <<EOF
  1021.   #define $ac_tr_hdr 1
  1022.   EOF
  1023.    
  1024.   else
  1025. !   /bin/echo "$ac_t""no" 1>&4
  1026.   fi
  1027.   done
  1028.   
  1029. ! /bin/echo $ac_n "checking whether stat file-mode macros are broken""... $ac_c" 1>&4
  1030.   if eval "test \"`echo '${'ac_cv_header_stat_broken'+set}'`\" = set"; then
  1031. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1032.   else
  1033.     cat > conftest.$ac_ext <<EOF
  1034. ! #line 829 "configure"
  1035.   #include "confdefs.h"
  1036.   #include <sys/types.h>
  1037.   #include <sys/stat.h>
  1038. ***************
  1039. *** 863,869 ****
  1040.   rm -f conftest*
  1041.   
  1042.   fi
  1043. ! echo "$ac_t""$ac_cv_header_stat_broken" 1>&4
  1044.   if test $ac_cv_header_stat_broken = yes; then
  1045.     cat >> confdefs.h <<\EOF
  1046.   #define STAT_MACROS_BROKEN 1
  1047. --- 864,870 ----
  1048.   rm -f conftest*
  1049.   
  1050.   fi
  1051. ! /bin/echo "$ac_t""$ac_cv_header_stat_broken" 1>&4
  1052.   if test $ac_cv_header_stat_broken = yes; then
  1053.     cat >> confdefs.h <<\EOF
  1054.   #define STAT_MACROS_BROKEN 1
  1055. ***************
  1056. *** 872,886 ****
  1057.   fi
  1058.   
  1059.   # If we cannot run a trivial program, we must be cross compiling.
  1060. ! echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&4
  1061.   if eval "test \"`echo '${'ac_cv_c_cross'+set}'`\" = set"; then
  1062. !   echo $ac_n "(cached) $ac_c" 1>&4
  1063.   else
  1064.     if test "$cross_compiling" = yes; then
  1065.     ac_cv_cross=yes
  1066.   else
  1067.   cat > conftest.$ac_ext <<EOF
  1068. ! #line 884 "configure"
  1069.   #include "confdefs.h"
  1070.   main(){return(0);}
  1071.   EOF
  1072. --- 873,887 ----
  1073.   fi
  1074.   
  1075.   # If we cannot run a trivial program, we must be cross compiling.
  1076. ! /bin/echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&4
  1077.   if eval "test \"`echo '${'ac_cv_c_cross'+set}'`\" = set"; then
  1078. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1079.   else
  1080.     if test "$cross_compiling" = yes; then
  1081.     ac_cv_cross=yes
  1082.   else
  1083.   cat > conftest.$ac_ext <<EOF
  1084. ! #line 885 "configure"
  1085.   #include "confdefs.h"
  1086.   main(){return(0);}
  1087.   EOF
  1088. ***************
  1089. *** 894,907 ****
  1090.   rm -fr conftest*
  1091.   fi
  1092.   cross_compiling=$ac_cv_c_cross
  1093. ! echo "$ac_t""$ac_cv_c_cross" 1>&4
  1094.   
  1095. ! echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
  1096.   if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
  1097. !   echo $ac_n "(cached) $ac_c" 1>&4
  1098.   else
  1099.     cat > conftest.$ac_ext <<EOF
  1100. ! #line 905 "configure"
  1101.   #include "confdefs.h"
  1102.   #include <stdlib.h>
  1103.   #include <stdarg.h>
  1104. --- 895,908 ----
  1105.   rm -fr conftest*
  1106.   fi
  1107.   cross_compiling=$ac_cv_c_cross
  1108. ! /bin/echo "$ac_t""$ac_cv_c_cross" 1>&4
  1109.   
  1110. ! /bin/echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&4
  1111.   if eval "test \"`echo '${'ac_cv_header_stdc'+set}'`\" = set"; then
  1112. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1113.   else
  1114.     cat > conftest.$ac_ext <<EOF
  1115. ! #line 906 "configure"
  1116.   #include "confdefs.h"
  1117.   #include <stdlib.h>
  1118.   #include <stdarg.h>
  1119. ***************
  1120. *** 914,920 ****
  1121.     rm -rf conftest*
  1122.     ac_cv_header_stdc=yes
  1123.   else
  1124. !   echo "$ac_err" >&5
  1125.     rm -rf conftest*
  1126.     ac_cv_header_stdc=no
  1127.   fi
  1128. --- 915,921 ----
  1129.     rm -rf conftest*
  1130.     ac_cv_header_stdc=yes
  1131.   else
  1132. !   /bin/echo "$ac_err" >&5
  1133.     rm -rf conftest*
  1134.     ac_cv_header_stdc=no
  1135.   fi
  1136. ***************
  1137. *** 923,929 ****
  1138.   if test $ac_cv_header_stdc = yes; then
  1139.     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1140.   cat > conftest.$ac_ext <<EOF
  1141. ! #line 927 "configure"
  1142.   #include "confdefs.h"
  1143.   #include <string.h>
  1144.   EOF
  1145. --- 924,930 ----
  1146.   if test $ac_cv_header_stdc = yes; then
  1147.     # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  1148.   cat > conftest.$ac_ext <<EOF
  1149. ! #line 928 "configure"
  1150.   #include "confdefs.h"
  1151.   #include <string.h>
  1152.   EOF
  1153. ***************
  1154. *** 941,947 ****
  1155.   if test $ac_cv_header_stdc = yes; then
  1156.     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1157.   cat > conftest.$ac_ext <<EOF
  1158. ! #line 945 "configure"
  1159.   #include "confdefs.h"
  1160.   #include <stdlib.h>
  1161.   EOF
  1162. --- 942,948 ----
  1163.   if test $ac_cv_header_stdc = yes; then
  1164.     # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  1165.   cat > conftest.$ac_ext <<EOF
  1166. ! #line 946 "configure"
  1167.   #include "confdefs.h"
  1168.   #include <stdlib.h>
  1169.   EOF
  1170. ***************
  1171. *** 962,968 ****
  1172.     ac_cv_header_stdc=no
  1173.   else
  1174.   cat > conftest.$ac_ext <<EOF
  1175. ! #line 966 "configure"
  1176.   #include "confdefs.h"
  1177.   #include <ctype.h>
  1178.   #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1179. --- 963,969 ----
  1180.     ac_cv_header_stdc=no
  1181.   else
  1182.   cat > conftest.$ac_ext <<EOF
  1183. ! #line 967 "configure"
  1184.   #include "confdefs.h"
  1185.   #include <ctype.h>
  1186.   #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  1187. ***************
  1188. *** 983,989 ****
  1189.   rm -fr conftest*
  1190.   fi
  1191.   fi
  1192. ! echo "$ac_t""$ac_cv_header_stdc" 1>&4
  1193.   if test $ac_cv_header_stdc = yes; then
  1194.     cat >> confdefs.h <<\EOF
  1195.   #define STDC_HEADERS 1
  1196. --- 984,990 ----
  1197.   rm -fr conftest*
  1198.   fi
  1199.   fi
  1200. ! /bin/echo "$ac_t""$ac_cv_header_stdc" 1>&4
  1201.   if test $ac_cv_header_stdc = yes; then
  1202.     cat >> confdefs.h <<\EOF
  1203.   #define STDC_HEADERS 1
  1204. ***************
  1205. *** 992,1006 ****
  1206.   fi
  1207.   
  1208.   
  1209. ! echo $ac_n "checking size of long""... $ac_c" 1>&4
  1210.   if eval "test \"`echo '${'ac_cv_sizeof_long'+set}'`\" = set"; then
  1211. !   echo $ac_n "(cached) $ac_c" 1>&4
  1212.   else
  1213.     if test "$cross_compiling" = yes; then
  1214.       { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1215.   else
  1216.   cat > conftest.$ac_ext <<EOF
  1217. ! #line 1004 "configure"
  1218.   #include "confdefs.h"
  1219.   #include <stdio.h>
  1220.   main()
  1221. --- 993,1007 ----
  1222.   fi
  1223.   
  1224.   
  1225. ! /bin/echo $ac_n "checking size of long""... $ac_c" 1>&4
  1226.   if eval "test \"`echo '${'ac_cv_sizeof_long'+set}'`\" = set"; then
  1227. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1228.   else
  1229.     if test "$cross_compiling" = yes; then
  1230.       { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1231.   else
  1232.   cat > conftest.$ac_ext <<EOF
  1233. ! #line 1005 "configure"
  1234.   #include "confdefs.h"
  1235.   #include <stdio.h>
  1236.   main()
  1237. ***************
  1238. *** 1018,1038 ****
  1239.   fi
  1240.   rm -fr conftest*
  1241.   fi
  1242. ! echo "$ac_t""$ac_cv_sizeof_long" 1>&4
  1243.   cat >> confdefs.h <<EOF
  1244.   #define SIZEOF_LONG $ac_cv_sizeof_long
  1245.   EOF
  1246.   
  1247.   
  1248. ! echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&4
  1249.   if eval "test \"`echo '${'ac_cv_c_bigendian'+set}'`\" = set"; then
  1250. !   echo $ac_n "(cached) $ac_c" 1>&4
  1251.   else
  1252.     if test "$cross_compiling" = yes; then
  1253.       { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1254.   else
  1255.   cat > conftest.$ac_ext <<EOF
  1256. ! #line 1036 "configure"
  1257.   #include "confdefs.h"
  1258.   main () {
  1259.     /* Are we little or big endian?  From Harbison&Steele.  */
  1260. --- 1019,1039 ----
  1261.   fi
  1262.   rm -fr conftest*
  1263.   fi
  1264. ! /bin/echo "$ac_t""$ac_cv_sizeof_long" 1>&4
  1265.   cat >> confdefs.h <<EOF
  1266.   #define SIZEOF_LONG $ac_cv_sizeof_long
  1267.   EOF
  1268.   
  1269.   
  1270. ! /bin/echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&4
  1271.   if eval "test \"`echo '${'ac_cv_c_bigendian'+set}'`\" = set"; then
  1272. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1273.   else
  1274.     if test "$cross_compiling" = yes; then
  1275.       { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1276.   else
  1277.   cat > conftest.$ac_ext <<EOF
  1278. ! #line 1037 "configure"
  1279.   #include "confdefs.h"
  1280.   main () {
  1281.     /* Are we little or big endian?  From Harbison&Steele.  */
  1282. ***************
  1283. *** 1054,1060 ****
  1284.   fi
  1285.   rm -fr conftest*
  1286.   fi
  1287. ! echo "$ac_t""$ac_cv_c_bigendian" 1>&4
  1288.   if test $ac_cv_c_bigendian = yes; then
  1289.     cat >> confdefs.h <<\EOF
  1290.   #define WORDS_BIGENDIAN 1
  1291. --- 1055,1061 ----
  1292.   fi
  1293.   rm -fr conftest*
  1294.   fi
  1295. ! /bin/echo "$ac_t""$ac_cv_c_bigendian" 1>&4
  1296.   if test $ac_cv_c_bigendian = yes; then
  1297.     cat >> confdefs.h <<\EOF
  1298.   #define WORDS_BIGENDIAN 1
  1299. ***************
  1300. *** 1062,1073 ****
  1301.   
  1302.   fi
  1303.   
  1304. ! echo $ac_n "checking for working const""... $ac_c" 1>&4
  1305.   if eval "test \"`echo '${'ac_cv_c_const'+set}'`\" = set"; then
  1306. !   echo $ac_n "(cached) $ac_c" 1>&4
  1307.   else
  1308.     cat > conftest.$ac_ext <<EOF
  1309. ! #line 1071 "configure"
  1310.   #include "confdefs.h"
  1311.   
  1312.   int main() { return 0; }
  1313. --- 1063,1074 ----
  1314.   
  1315.   fi
  1316.   
  1317. ! /bin/echo $ac_n "checking for working const""... $ac_c" 1>&4
  1318.   if eval "test \"`echo '${'ac_cv_c_const'+set}'`\" = set"; then
  1319. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1320.   else
  1321.     cat > conftest.$ac_ext <<EOF
  1322. ! #line 1072 "configure"
  1323.   #include "confdefs.h"
  1324.   
  1325.   int main() { return 0; }
  1326. ***************
  1327. *** 1127,1133 ****
  1328.   rm -f conftest*
  1329.   
  1330.   fi
  1331. ! echo "$ac_t""$ac_cv_c_const" 1>&4
  1332.   if test $ac_cv_c_const = no; then
  1333.     cat >> confdefs.h <<\EOF
  1334.   #define const 
  1335. --- 1128,1134 ----
  1336.   rm -f conftest*
  1337.   
  1338.   fi
  1339. ! /bin/echo "$ac_t""$ac_cv_c_const" 1>&4
  1340.   if test $ac_cv_c_const = no; then
  1341.     cat >> confdefs.h <<\EOF
  1342.   #define const 
  1343. ***************
  1344. *** 1135,1143 ****
  1345.   
  1346.   fi
  1347.   
  1348. ! echo $ac_n "checking for long double""... $ac_c" 1>&4
  1349.   if eval "test \"`echo '${'ac_cv_c_long_double'+set}'`\" = set"; then
  1350. !   echo $ac_n "(cached) $ac_c" 1>&4
  1351.   else
  1352.     if test "$GCC" = yes; then
  1353.     ac_cv_c_long_double=yes
  1354. --- 1136,1144 ----
  1355.   
  1356.   fi
  1357.   
  1358. ! /bin/echo $ac_n "checking for long double""... $ac_c" 1>&4
  1359.   if eval "test \"`echo '${'ac_cv_c_long_double'+set}'`\" = set"; then
  1360. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1361.   else
  1362.     if test "$GCC" = yes; then
  1363.     ac_cv_c_long_double=yes
  1364. ***************
  1365. *** 1146,1152 ****
  1366.       { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1367.   else
  1368.   cat > conftest.$ac_ext <<EOF
  1369. ! #line 1150 "configure"
  1370.   #include "confdefs.h"
  1371.   int main() {
  1372.   /* The Stardent Vistra knows sizeof(long double), but does not support it.  */
  1373. --- 1147,1153 ----
  1374.       { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1375.   else
  1376.   cat > conftest.$ac_ext <<EOF
  1377. ! #line 1151 "configure"
  1378.   #include "confdefs.h"
  1379.   int main() {
  1380.   /* The Stardent Vistra knows sizeof(long double), but does not support it.  */
  1381. ***************
  1382. *** 1164,1170 ****
  1383.   rm -fr conftest*
  1384.   fi
  1385.   fi
  1386. ! echo "$ac_t""$ac_cv_c_long_double" 1>&4
  1387.   if test $ac_cv_c_long_double = yes; then
  1388.     cat >> confdefs.h <<\EOF
  1389.   #define HAVE_LONG_DOUBLE 1
  1390. --- 1165,1171 ----
  1391.   rm -fr conftest*
  1392.   fi
  1393.   fi
  1394. ! /bin/echo "$ac_t""$ac_cv_c_long_double" 1>&4
  1395.   if test $ac_cv_c_long_double = yes; then
  1396.     cat >> confdefs.h <<\EOF
  1397.   #define HAVE_LONG_DOUBLE 1
  1398. ***************
  1399. *** 1175,1187 ****
  1400.   ac_header_dirent=no
  1401.   for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  1402.   do
  1403. ! ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  1404. ! echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&4
  1405.   if eval "test \"`echo '${'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
  1406. !   echo $ac_n "(cached) $ac_c" 1>&4
  1407.   else
  1408.     cat > conftest.$ac_ext <<EOF
  1409. ! #line 1185 "configure"
  1410.   #include "confdefs.h"
  1411.   #include <sys/types.h>
  1412.   #include <$ac_hdr>
  1413. --- 1176,1188 ----
  1414.   ac_header_dirent=no
  1415.   for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h
  1416.   do
  1417. ! ac_safe=`/bin/echo "$ac_hdr" | tr './\055' '___'`
  1418. ! /bin/echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&4
  1419.   if eval "test \"`echo '${'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
  1420. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1421.   else
  1422.     cat > conftest.$ac_ext <<EOF
  1423. ! #line 1186 "configure"
  1424.   #include "confdefs.h"
  1425.   #include <sys/types.h>
  1426.   #include <$ac_hdr>
  1427. ***************
  1428. *** 1200,1226 ****
  1429.   rm -f conftest*
  1430.   
  1431.   fi
  1432. ! if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
  1433. !   echo "$ac_t""yes" 1>&4
  1434. !     ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  1435.     cat >> confdefs.h <<EOF
  1436.   #define $ac_tr_hdr 1
  1437.   EOF
  1438.    ac_header_dirent=$ac_hdr; break
  1439.   else
  1440. !   echo "$ac_t""no" 1>&4
  1441.   fi
  1442.   done
  1443.   # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  1444.   if test $ac_header_dirent = dirent.h; then
  1445. ! echo $ac_n "checking for -ldir""... $ac_c" 1>&4
  1446.   if eval "test \"`echo '${'ac_cv_lib_dir'+set}'`\" = set"; then
  1447. !   echo $ac_n "(cached) $ac_c" 1>&4
  1448.   else
  1449.     ac_save_LIBS="$LIBS"
  1450.   LIBS="$LIBS -ldir "
  1451.   cat > conftest.$ac_ext <<EOF
  1452. ! #line 1224 "configure"
  1453.   #include "confdefs.h"
  1454.   
  1455.   int main() { return 0; }
  1456. --- 1201,1227 ----
  1457.   rm -f conftest*
  1458.   
  1459.   fi
  1460. ! if eval "test \"`/bin/echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
  1461. !   /bin/echo "$ac_t""yes" 1>&4
  1462. !     ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
  1463.     cat >> confdefs.h <<EOF
  1464.   #define $ac_tr_hdr 1
  1465.   EOF
  1466.    ac_header_dirent=$ac_hdr; break
  1467.   else
  1468. !   /bin/echo "$ac_t""no" 1>&4
  1469.   fi
  1470.   done
  1471.   # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
  1472.   if test $ac_header_dirent = dirent.h; then
  1473. ! /bin/echo $ac_n "checking for -ldir""... $ac_c" 1>&4
  1474.   if eval "test \"`echo '${'ac_cv_lib_dir'+set}'`\" = set"; then
  1475. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1476.   else
  1477.     ac_save_LIBS="$LIBS"
  1478.   LIBS="$LIBS -ldir "
  1479.   cat > conftest.$ac_ext <<EOF
  1480. ! #line 1225 "configure"
  1481.   #include "confdefs.h"
  1482.   
  1483.   int main() { return 0; }
  1484. ***************
  1485. *** 1240,1260 ****
  1486.   
  1487.   fi
  1488.   if eval "test \"`echo '$ac_cv_lib_'dir`\" = yes"; then
  1489. !   echo "$ac_t""yes" 1>&4
  1490.     LIBS="$LIBS -ldir"
  1491.   else
  1492. !   echo "$ac_t""no" 1>&4
  1493.   fi
  1494.   
  1495.   else
  1496. ! echo $ac_n "checking for -lx""... $ac_c" 1>&4
  1497.   if eval "test \"`echo '${'ac_cv_lib_x'+set}'`\" = set"; then
  1498. !   echo $ac_n "(cached) $ac_c" 1>&4
  1499.   else
  1500.     ac_save_LIBS="$LIBS"
  1501.   LIBS="$LIBS -lx "
  1502.   cat > conftest.$ac_ext <<EOF
  1503. ! #line 1258 "configure"
  1504.   #include "confdefs.h"
  1505.   
  1506.   int main() { return 0; }
  1507. --- 1241,1261 ----
  1508.   
  1509.   fi
  1510.   if eval "test \"`echo '$ac_cv_lib_'dir`\" = yes"; then
  1511. !   /bin/echo "$ac_t""yes" 1>&4
  1512.     LIBS="$LIBS -ldir"
  1513.   else
  1514. !   /bin/echo "$ac_t""no" 1>&4
  1515.   fi
  1516.   
  1517.   else
  1518. ! /bin/echo $ac_n "checking for -lx""... $ac_c" 1>&4
  1519.   if eval "test \"`echo '${'ac_cv_lib_x'+set}'`\" = set"; then
  1520. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1521.   else
  1522.     ac_save_LIBS="$LIBS"
  1523.   LIBS="$LIBS -lx "
  1524.   cat > conftest.$ac_ext <<EOF
  1525. ! #line 1259 "configure"
  1526.   #include "confdefs.h"
  1527.   
  1528.   int main() { return 0; }
  1529. ***************
  1530. *** 1274,1293 ****
  1531.   
  1532.   fi
  1533.   if eval "test \"`echo '$ac_cv_lib_'x`\" = yes"; then
  1534. !   echo "$ac_t""yes" 1>&4
  1535.     LIBS="$LIBS -lx"
  1536.   else
  1537. !   echo "$ac_t""no" 1>&4
  1538.   fi
  1539.   
  1540.   fi
  1541.   
  1542. ! echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&4
  1543.   if eval "test \"`echo '${'ac_cv_struct_st_blksize'+set}'`\" = set"; then
  1544. !   echo $ac_n "(cached) $ac_c" 1>&4
  1545.   else
  1546.     cat > conftest.$ac_ext <<EOF
  1547. ! #line 1291 "configure"
  1548.   #include "confdefs.h"
  1549.   #include <sys/types.h>
  1550.   #include <sys/stat.h>
  1551. --- 1275,1294 ----
  1552.   
  1553.   fi
  1554.   if eval "test \"`echo '$ac_cv_lib_'x`\" = yes"; then
  1555. !   /bin/echo "$ac_t""yes" 1>&4
  1556.     LIBS="$LIBS -lx"
  1557.   else
  1558. !   /bin/echo "$ac_t""no" 1>&4
  1559.   fi
  1560.   
  1561.   fi
  1562.   
  1563. ! /bin/echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&4
  1564.   if eval "test \"`echo '${'ac_cv_struct_st_blksize'+set}'`\" = set"; then
  1565. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1566.   else
  1567.     cat > conftest.$ac_ext <<EOF
  1568. ! #line 1292 "configure"
  1569.   #include "confdefs.h"
  1570.   #include <sys/types.h>
  1571.   #include <sys/stat.h>
  1572. ***************
  1573. *** 1306,1312 ****
  1574.   rm -f conftest*
  1575.   
  1576.   fi
  1577. ! echo "$ac_t""$ac_cv_struct_st_blksize" 1>&4
  1578.   if test $ac_cv_struct_st_blksize = yes; then
  1579.     cat >> confdefs.h <<\EOF
  1580.   #define HAVE_ST_BLKSIZE 1
  1581. --- 1307,1313 ----
  1582.   rm -f conftest*
  1583.   
  1584.   fi
  1585. ! /bin/echo "$ac_t""$ac_cv_struct_st_blksize" 1>&4
  1586.   if test $ac_cv_struct_st_blksize = yes; then
  1587.     cat >> confdefs.h <<\EOF
  1588.   #define HAVE_ST_BLKSIZE 1
  1589. ***************
  1590. *** 1314,1325 ****
  1591.   
  1592.   fi
  1593.   
  1594. ! echo $ac_n "checking for off_t""... $ac_c" 1>&4
  1595.   if eval "test \"`echo '${'ac_cv_type_off_t'+set}'`\" = set"; then
  1596. !   echo $ac_n "(cached) $ac_c" 1>&4
  1597.   else
  1598.     cat > conftest.$ac_ext <<EOF
  1599. ! #line 1323 "configure"
  1600.   #include "confdefs.h"
  1601.   #include <sys/types.h>
  1602.   #if STDC_HEADERS
  1603. --- 1315,1326 ----
  1604.   
  1605.   fi
  1606.   
  1607. ! /bin/echo $ac_n "checking for off_t""... $ac_c" 1>&4
  1608.   if eval "test \"`echo '${'ac_cv_type_off_t'+set}'`\" = set"; then
  1609. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1610.   else
  1611.     cat > conftest.$ac_ext <<EOF
  1612. ! #line 1324 "configure"
  1613.   #include "confdefs.h"
  1614.   #include <sys/types.h>
  1615.   #if STDC_HEADERS
  1616. ***************
  1617. *** 1337,1343 ****
  1618.   rm -f conftest*
  1619.   
  1620.   fi
  1621. ! echo "$ac_t""$ac_cv_type_off_t" 1>&4
  1622.   if test $ac_cv_type_off_t = no; then
  1623.     cat >> confdefs.h <<\EOF
  1624.   #define off_t long
  1625. --- 1338,1344 ----
  1626.   rm -f conftest*
  1627.   
  1628.   fi
  1629. ! /bin/echo "$ac_t""$ac_cv_type_off_t" 1>&4
  1630.   if test $ac_cv_type_off_t = no; then
  1631.     cat >> confdefs.h <<\EOF
  1632.   #define off_t long
  1633. ***************
  1634. *** 1345,1356 ****
  1635.   
  1636.   fi
  1637.   
  1638. ! echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&4
  1639.   if eval "test \"`echo '${'ac_cv_type_signal'+set}'`\" = set"; then
  1640. !   echo $ac_n "(cached) $ac_c" 1>&4
  1641.   else
  1642.     cat > conftest.$ac_ext <<EOF
  1643. ! #line 1354 "configure"
  1644.   #include "confdefs.h"
  1645.   #include <sys/types.h>
  1646.   #include <signal.h>
  1647. --- 1346,1357 ----
  1648.   
  1649.   fi
  1650.   
  1651. ! /bin/echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&4
  1652.   if eval "test \"`echo '${'ac_cv_type_signal'+set}'`\" = set"; then
  1653. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1654.   else
  1655.     cat > conftest.$ac_ext <<EOF
  1656. ! #line 1355 "configure"
  1657.   #include "confdefs.h"
  1658.   #include <sys/types.h>
  1659.   #include <signal.h>
  1660. ***************
  1661. *** 1373,1390 ****
  1662.   rm -f conftest*
  1663.   
  1664.   fi
  1665. ! echo "$ac_t""$ac_cv_type_signal" 1>&4
  1666.   cat >> confdefs.h <<EOF
  1667.   #define RETSIGTYPE $ac_cv_type_signal
  1668.   EOF
  1669.   
  1670.   
  1671. ! echo $ac_n "checking for size_t""... $ac_c" 1>&4
  1672.   if eval "test \"`echo '${'ac_cv_type_size_t'+set}'`\" = set"; then
  1673. !   echo $ac_n "(cached) $ac_c" 1>&4
  1674.   else
  1675.     cat > conftest.$ac_ext <<EOF
  1676. ! #line 1388 "configure"
  1677.   #include "confdefs.h"
  1678.   #include <sys/types.h>
  1679.   #if STDC_HEADERS
  1680. --- 1374,1391 ----
  1681.   rm -f conftest*
  1682.   
  1683.   fi
  1684. ! /bin/echo "$ac_t""$ac_cv_type_signal" 1>&4
  1685.   cat >> confdefs.h <<EOF
  1686.   #define RETSIGTYPE $ac_cv_type_signal
  1687.   EOF
  1688.   
  1689.   
  1690. ! /bin/echo $ac_n "checking for size_t""... $ac_c" 1>&4
  1691.   if eval "test \"`echo '${'ac_cv_type_size_t'+set}'`\" = set"; then
  1692. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1693.   else
  1694.     cat > conftest.$ac_ext <<EOF
  1695. ! #line 1389 "configure"
  1696.   #include "confdefs.h"
  1697.   #include <sys/types.h>
  1698.   #if STDC_HEADERS
  1699. ***************
  1700. *** 1402,1408 ****
  1701.   rm -f conftest*
  1702.   
  1703.   fi
  1704. ! echo "$ac_t""$ac_cv_type_size_t" 1>&4
  1705.   if test $ac_cv_type_size_t = no; then
  1706.     cat >> confdefs.h <<\EOF
  1707.   #define size_t unsigned
  1708. --- 1403,1409 ----
  1709.   rm -f conftest*
  1710.   
  1711.   fi
  1712. ! /bin/echo "$ac_t""$ac_cv_type_size_t" 1>&4
  1713.   if test $ac_cv_type_size_t = no; then
  1714.     cat >> confdefs.h <<\EOF
  1715.   #define size_t unsigned
  1716. ***************
  1717. *** 1413,1426 ****
  1718.   
  1719.   for ac_func in strerror isascii
  1720.   do
  1721. ! echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  1722.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1723. !   echo $ac_n "(cached) $ac_c" 1>&4
  1724.   else
  1725.     cat > conftest.$ac_ext <<EOF
  1726. ! #line 1422 "configure"
  1727.   #include "confdefs.h"
  1728.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1729.   int main() { return 0; }
  1730.   int t() {
  1731.   
  1732. --- 1414,1430 ----
  1733.   
  1734.   for ac_func in strerror isascii
  1735.   do
  1736. ! /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  1737.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1738. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1739.   else
  1740.     cat > conftest.$ac_ext <<EOF
  1741. ! #line 1423 "configure"
  1742.   #include "confdefs.h"
  1743.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1744. + /* Override any gcc2 internal prototype to avoid an error.  */
  1745. + char $ac_func(); 
  1746.   int main() { return 0; }
  1747.   int t() {
  1748.   
  1749. ***************
  1750. *** 1430,1437 ****
  1751.   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1752.   choke me
  1753.   #else
  1754. ! /* Override any gcc2 internal prototype to avoid an error.  */
  1755. ! char $ac_func(); $ac_func();
  1756.   #endif
  1757.   
  1758.   ; return 0; }
  1759. --- 1434,1440 ----
  1760.   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1761.   choke me
  1762.   #else
  1763. ! $ac_func();
  1764.   #endif
  1765.   
  1766.   ; return 0; }
  1767. ***************
  1768. *** 1447,1471 ****
  1769.   
  1770.   fi
  1771.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1772. !   echo "$ac_t""yes" 1>&4
  1773. !     ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
  1774.     cat >> confdefs.h <<EOF
  1775.   #define $ac_tr_func 1
  1776.   EOF
  1777.    
  1778.   else
  1779. !   echo "$ac_t""no" 1>&4
  1780.   fi
  1781.   done
  1782.   
  1783.   # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  1784.   # for constant arguments.  Useless!
  1785. ! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&4
  1786.   if eval "test \"`echo '${'ac_cv_header_alloca_h'+set}'`\" = set"; then
  1787. !   echo $ac_n "(cached) $ac_c" 1>&4
  1788.   else
  1789.     cat > conftest.$ac_ext <<EOF
  1790. ! #line 1469 "configure"
  1791.   #include "confdefs.h"
  1792.   #include <alloca.h>
  1793.   int main() { return 0; }
  1794. --- 1450,1474 ----
  1795.   
  1796.   fi
  1797.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1798. !   /bin/echo "$ac_t""yes" 1>&4
  1799. !     ac_tr_func=HAVE_`/bin/echo $ac_func | tr '[a-z]' '[A-Z]'`
  1800.     cat >> confdefs.h <<EOF
  1801.   #define $ac_tr_func 1
  1802.   EOF
  1803.    
  1804.   else
  1805. !   /bin/echo "$ac_t""no" 1>&4
  1806.   fi
  1807.   done
  1808.   
  1809.   # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  1810.   # for constant arguments.  Useless!
  1811. ! /bin/echo $ac_n "checking for working alloca.h""... $ac_c" 1>&4
  1812.   if eval "test \"`echo '${'ac_cv_header_alloca_h'+set}'`\" = set"; then
  1813. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1814.   else
  1815.     cat > conftest.$ac_ext <<EOF
  1816. ! #line 1472 "configure"
  1817.   #include "confdefs.h"
  1818.   #include <alloca.h>
  1819.   int main() { return 0; }
  1820. ***************
  1821. *** 1483,1489 ****
  1822.   rm -f conftest*
  1823.   
  1824.   fi
  1825. ! echo "$ac_t""$ac_cv_header_alloca_h" 1>&4
  1826.   if test $ac_cv_header_alloca_h = yes; then
  1827.     cat >> confdefs.h <<\EOF
  1828.   #define HAVE_ALLOCA_H 1
  1829. --- 1486,1492 ----
  1830.   rm -f conftest*
  1831.   
  1832.   fi
  1833. ! /bin/echo "$ac_t""$ac_cv_header_alloca_h" 1>&4
  1834.   if test $ac_cv_header_alloca_h = yes; then
  1835.     cat >> confdefs.h <<\EOF
  1836.   #define HAVE_ALLOCA_H 1
  1837. ***************
  1838. *** 1491,1502 ****
  1839.   
  1840.   fi
  1841.   
  1842. ! echo $ac_n "checking for alloca""... $ac_c" 1>&4
  1843.   if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then
  1844. !   echo $ac_n "(cached) $ac_c" 1>&4
  1845.   else
  1846.     cat > conftest.$ac_ext <<EOF
  1847. ! #line 1500 "configure"
  1848.   #include "confdefs.h"
  1849.   
  1850.   #ifdef __GNUC__
  1851. --- 1494,1505 ----
  1852.   
  1853.   fi
  1854.   
  1855. ! /bin/echo $ac_n "checking for alloca""... $ac_c" 1>&4
  1856.   if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then
  1857. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1858.   else
  1859.     cat > conftest.$ac_ext <<EOF
  1860. ! #line 1503 "configure"
  1861.   #include "confdefs.h"
  1862.   
  1863.   #ifdef __GNUC__
  1864. ***************
  1865. *** 1530,1536 ****
  1866.   rm -f conftest*
  1867.   
  1868.   fi
  1869. ! echo "$ac_t""$ac_cv_func_alloca" 1>&4
  1870.   if test $ac_cv_func_alloca = yes; then
  1871.     cat >> confdefs.h <<\EOF
  1872.   #define HAVE_ALLOCA 1
  1873. --- 1533,1539 ----
  1874.   rm -f conftest*
  1875.   
  1876.   fi
  1877. ! /bin/echo "$ac_t""$ac_cv_func_alloca" 1>&4
  1878.   if test $ac_cv_func_alloca = yes; then
  1879.     cat >> confdefs.h <<\EOF
  1880.   #define HAVE_ALLOCA 1
  1881. ***************
  1882. *** 1549,1560 ****
  1883.   EOF
  1884.   
  1885.   
  1886. ! echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&4
  1887.   if eval "test \"`echo '${'ac_cv_os_cray'+set}'`\" = set"; then
  1888. !   echo $ac_n "(cached) $ac_c" 1>&4
  1889.   else
  1890.     cat > conftest.$ac_ext <<EOF
  1891. ! #line 1558 "configure"
  1892.   #include "confdefs.h"
  1893.   #if defined(CRAY) && ! defined(CRAY2)
  1894.   webecray
  1895. --- 1552,1563 ----
  1896.   EOF
  1897.   
  1898.   
  1899. ! /bin/echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&4
  1900.   if eval "test \"`echo '${'ac_cv_os_cray'+set}'`\" = set"; then
  1901. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1902.   else
  1903.     cat > conftest.$ac_ext <<EOF
  1904. ! #line 1561 "configure"
  1905.   #include "confdefs.h"
  1906.   #if defined(CRAY) && ! defined(CRAY2)
  1907.   webecray
  1908. ***************
  1909. *** 1574,1589 ****
  1910.   rm -f conftest*
  1911.   
  1912.   fi
  1913. ! echo "$ac_t""$ac_cv_os_cray" 1>&4
  1914.   if test $ac_cv_os_cray = yes; then
  1915. ! echo $ac_n "checking for _getb67""... $ac_c" 1>&4
  1916.   if eval "test \"`echo '${'ac_cv_func__getb67'+set}'`\" = set"; then
  1917. !   echo $ac_n "(cached) $ac_c" 1>&4
  1918.   else
  1919.     cat > conftest.$ac_ext <<EOF
  1920. ! #line 1585 "configure"
  1921.   #include "confdefs.h"
  1922.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1923.   int main() { return 0; }
  1924.   int t() {
  1925.   
  1926. --- 1577,1595 ----
  1927.   rm -f conftest*
  1928.   
  1929.   fi
  1930. ! /bin/echo "$ac_t""$ac_cv_os_cray" 1>&4
  1931.   if test $ac_cv_os_cray = yes; then
  1932. ! /bin/echo $ac_n "checking for _getb67""... $ac_c" 1>&4
  1933.   if eval "test \"`echo '${'ac_cv_func__getb67'+set}'`\" = set"; then
  1934. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  1935.   else
  1936.     cat > conftest.$ac_ext <<EOF
  1937. ! #line 1588 "configure"
  1938.   #include "confdefs.h"
  1939.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1940. + /* Override any gcc2 internal prototype to avoid an error.  */
  1941. + char _getb67(); 
  1942.   int main() { return 0; }
  1943.   int t() {
  1944.   
  1945. ***************
  1946. *** 1593,1600 ****
  1947.   #if defined (__stub__getb67) || defined (__stub____getb67)
  1948.   choke me
  1949.   #else
  1950. ! /* Override any gcc2 internal prototype to avoid an error.  */
  1951. ! char _getb67(); _getb67();
  1952.   #endif
  1953.   
  1954.   ; return 0; }
  1955. --- 1599,1605 ----
  1956.   #if defined (__stub__getb67) || defined (__stub____getb67)
  1957.   choke me
  1958.   #else
  1959. ! _getb67();
  1960.   #endif
  1961.   
  1962.   ; return 0; }
  1963. ***************
  1964. *** 1610,1630 ****
  1965.   
  1966.   fi
  1967.   if eval "test \"`echo '$ac_cv_func_'_getb67`\" = yes"; then
  1968. !   echo "$ac_t""yes" 1>&4
  1969.     cat >> confdefs.h <<\EOF
  1970.   #define CRAY_STACKSEG_END _getb67
  1971.   EOF
  1972.   
  1973.   else
  1974. !   echo "$ac_t""no" 1>&4
  1975. ! echo $ac_n "checking for GETB67""... $ac_c" 1>&4
  1976.   if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then
  1977. !   echo $ac_n "(cached) $ac_c" 1>&4
  1978.   else
  1979.     cat > conftest.$ac_ext <<EOF
  1980. ! #line 1626 "configure"
  1981.   #include "confdefs.h"
  1982.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  1983.   int main() { return 0; }
  1984.   int t() {
  1985.   
  1986. --- 1615,1638 ----
  1987.   
  1988.   fi
  1989.   if eval "test \"`echo '$ac_cv_func_'_getb67`\" = yes"; then
  1990. !   /bin/echo "$ac_t""yes" 1>&4
  1991.     cat >> confdefs.h <<\EOF
  1992.   #define CRAY_STACKSEG_END _getb67
  1993.   EOF
  1994.   
  1995.   else
  1996. !   /bin/echo "$ac_t""no" 1>&4
  1997. ! /bin/echo $ac_n "checking for GETB67""... $ac_c" 1>&4
  1998.   if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then
  1999. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2000.   else
  2001.     cat > conftest.$ac_ext <<EOF
  2002. ! #line 1631 "configure"
  2003.   #include "confdefs.h"
  2004.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2005. + /* Override any gcc2 internal prototype to avoid an error.  */
  2006. + char GETB67(); 
  2007.   int main() { return 0; }
  2008.   int t() {
  2009.   
  2010. ***************
  2011. *** 1634,1641 ****
  2012.   #if defined (__stub_GETB67) || defined (__stub___GETB67)
  2013.   choke me
  2014.   #else
  2015. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2016. ! char GETB67(); GETB67();
  2017.   #endif
  2018.   
  2019.   ; return 0; }
  2020. --- 1642,1648 ----
  2021.   #if defined (__stub_GETB67) || defined (__stub___GETB67)
  2022.   choke me
  2023.   #else
  2024. ! GETB67();
  2025.   #endif
  2026.   
  2027.   ; return 0; }
  2028. ***************
  2029. *** 1651,1671 ****
  2030.   
  2031.   fi
  2032.   if eval "test \"`echo '$ac_cv_func_'GETB67`\" = yes"; then
  2033. !   echo "$ac_t""yes" 1>&4
  2034.     cat >> confdefs.h <<\EOF
  2035.   #define CRAY_STACKSEG_END GETB67
  2036.   EOF
  2037.   
  2038.   else
  2039. !   echo "$ac_t""no" 1>&4
  2040. ! echo $ac_n "checking for getb67""... $ac_c" 1>&4
  2041.   if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then
  2042. !   echo $ac_n "(cached) $ac_c" 1>&4
  2043.   else
  2044.     cat > conftest.$ac_ext <<EOF
  2045. ! #line 1667 "configure"
  2046.   #include "confdefs.h"
  2047.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2048.   int main() { return 0; }
  2049.   int t() {
  2050.   
  2051. --- 1658,1681 ----
  2052.   
  2053.   fi
  2054.   if eval "test \"`echo '$ac_cv_func_'GETB67`\" = yes"; then
  2055. !   /bin/echo "$ac_t""yes" 1>&4
  2056.     cat >> confdefs.h <<\EOF
  2057.   #define CRAY_STACKSEG_END GETB67
  2058.   EOF
  2059.   
  2060.   else
  2061. !   /bin/echo "$ac_t""no" 1>&4
  2062. ! /bin/echo $ac_n "checking for getb67""... $ac_c" 1>&4
  2063.   if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then
  2064. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2065.   else
  2066.     cat > conftest.$ac_ext <<EOF
  2067. ! #line 1674 "configure"
  2068.   #include "confdefs.h"
  2069.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2070. + /* Override any gcc2 internal prototype to avoid an error.  */
  2071. + char getb67(); 
  2072.   int main() { return 0; }
  2073.   int t() {
  2074.   
  2075. ***************
  2076. *** 1675,1682 ****
  2077.   #if defined (__stub_getb67) || defined (__stub___getb67)
  2078.   choke me
  2079.   #else
  2080. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2081. ! char getb67(); getb67();
  2082.   #endif
  2083.   
  2084.   ; return 0; }
  2085. --- 1685,1691 ----
  2086.   #if defined (__stub_getb67) || defined (__stub___getb67)
  2087.   choke me
  2088.   #else
  2089. ! getb67();
  2090.   #endif
  2091.   
  2092.   ; return 0; }
  2093. ***************
  2094. *** 1692,1704 ****
  2095.   
  2096.   fi
  2097.   if eval "test \"`echo '$ac_cv_func_'getb67`\" = yes"; then
  2098. !   echo "$ac_t""yes" 1>&4
  2099.     cat >> confdefs.h <<\EOF
  2100.   #define CRAY_STACKSEG_END getb67
  2101.   EOF
  2102.   
  2103.   else
  2104. !   echo "$ac_t""no" 1>&4
  2105.   fi
  2106.   
  2107.   fi
  2108. --- 1701,1713 ----
  2109.   
  2110.   fi
  2111.   if eval "test \"`echo '$ac_cv_func_'getb67`\" = yes"; then
  2112. !   /bin/echo "$ac_t""yes" 1>&4
  2113.     cat >> confdefs.h <<\EOF
  2114.   #define CRAY_STACKSEG_END getb67
  2115.   EOF
  2116.   
  2117.   else
  2118. !   /bin/echo "$ac_t""no" 1>&4
  2119.   fi
  2120.   
  2121.   fi
  2122. ***************
  2123. *** 1707,1721 ****
  2124.   
  2125.   fi
  2126.   
  2127. ! echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&4
  2128.   if eval "test \"`echo '${'ac_cv_c_stack_direction'+set}'`\" = set"; then
  2129. !   echo $ac_n "(cached) $ac_c" 1>&4
  2130.   else
  2131.     if test "$cross_compiling" = yes; then
  2132.     ac_cv_c_stack_direction=0
  2133.   else
  2134.   cat > conftest.$ac_ext <<EOF
  2135. ! #line 1719 "configure"
  2136.   #include "confdefs.h"
  2137.   find_stack_direction ()
  2138.   {
  2139. --- 1716,1730 ----
  2140.   
  2141.   fi
  2142.   
  2143. ! /bin/echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&4
  2144.   if eval "test \"`echo '${'ac_cv_c_stack_direction'+set}'`\" = set"; then
  2145. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2146.   else
  2147.     if test "$cross_compiling" = yes; then
  2148.     ac_cv_c_stack_direction=0
  2149.   else
  2150.   cat > conftest.$ac_ext <<EOF
  2151. ! #line 1728 "configure"
  2152.   #include "confdefs.h"
  2153.   find_stack_direction ()
  2154.   {
  2155. ***************
  2156. *** 1743,1764 ****
  2157.   fi
  2158.   rm -fr conftest*
  2159.   fi
  2160. ! echo "$ac_t""$ac_cv_c_stack_direction" 1>&4
  2161.   cat >> confdefs.h <<EOF
  2162.   #define STACK_DIRECTION $ac_cv_c_stack_direction
  2163.   EOF
  2164.   
  2165.   fi
  2166.   
  2167. ! echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&4
  2168.   if eval "test \"`echo '${'ac_cv_func_memcmp'+set}'`\" = set"; then
  2169. !   echo $ac_n "(cached) $ac_c" 1>&4
  2170.   else
  2171.     if test "$cross_compiling" = yes; then
  2172.     ac_cv_func_memcmp=no
  2173.   else
  2174.   cat > conftest.$ac_ext <<EOF
  2175. ! #line 1762 "configure"
  2176.   #include "confdefs.h"
  2177.   
  2178.   main()
  2179. --- 1752,1773 ----
  2180.   fi
  2181.   rm -fr conftest*
  2182.   fi
  2183. ! /bin/echo "$ac_t""$ac_cv_c_stack_direction" 1>&4
  2184.   cat >> confdefs.h <<EOF
  2185.   #define STACK_DIRECTION $ac_cv_c_stack_direction
  2186.   EOF
  2187.   
  2188.   fi
  2189.   
  2190. ! /bin/echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&4
  2191.   if eval "test \"`echo '${'ac_cv_func_memcmp'+set}'`\" = set"; then
  2192. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2193.   else
  2194.     if test "$cross_compiling" = yes; then
  2195.     ac_cv_func_memcmp=no
  2196.   else
  2197.   cat > conftest.$ac_ext <<EOF
  2198. ! #line 1771 "configure"
  2199.   #include "confdefs.h"
  2200.   
  2201.   main()
  2202. ***************
  2203. *** 1777,1793 ****
  2204.   fi
  2205.   rm -fr conftest*
  2206.   fi
  2207. ! echo "$ac_t""$ac_cv_func_memcmp" 1>&4
  2208.   test $ac_cv_func_memcmp = no && LIBOBJS="$LIBOBJS memcmp.o"
  2209.   
  2210. ! echo $ac_n "checking for vprintf""... $ac_c" 1>&4
  2211.   if eval "test \"`echo '${'ac_cv_func_vprintf'+set}'`\" = set"; then
  2212. !   echo $ac_n "(cached) $ac_c" 1>&4
  2213.   else
  2214.     cat > conftest.$ac_ext <<EOF
  2215. ! #line 1789 "configure"
  2216.   #include "confdefs.h"
  2217.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2218.   int main() { return 0; }
  2219.   int t() {
  2220.   
  2221. --- 1786,1805 ----
  2222.   fi
  2223.   rm -fr conftest*
  2224.   fi
  2225. ! /bin/echo "$ac_t""$ac_cv_func_memcmp" 1>&4
  2226.   test $ac_cv_func_memcmp = no && LIBOBJS="$LIBOBJS memcmp.o"
  2227.   
  2228. ! /bin/echo $ac_n "checking for vprintf""... $ac_c" 1>&4
  2229.   if eval "test \"`echo '${'ac_cv_func_vprintf'+set}'`\" = set"; then
  2230. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2231.   else
  2232.     cat > conftest.$ac_ext <<EOF
  2233. ! #line 1798 "configure"
  2234.   #include "confdefs.h"
  2235.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2236. + /* Override any gcc2 internal prototype to avoid an error.  */
  2237. + char vprintf(); 
  2238.   int main() { return 0; }
  2239.   int t() {
  2240.   
  2241. ***************
  2242. *** 1797,1804 ****
  2243.   #if defined (__stub_vprintf) || defined (__stub___vprintf)
  2244.   choke me
  2245.   #else
  2246. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2247. ! char vprintf(); vprintf();
  2248.   #endif
  2249.   
  2250.   ; return 0; }
  2251. --- 1809,1815 ----
  2252.   #if defined (__stub_vprintf) || defined (__stub___vprintf)
  2253.   choke me
  2254.   #else
  2255. ! vprintf();
  2256.   #endif
  2257.   
  2258.   ; return 0; }
  2259. ***************
  2260. *** 1814,1837 ****
  2261.   
  2262.   fi
  2263.   if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
  2264. !   echo "$ac_t""yes" 1>&4
  2265.     cat >> confdefs.h <<\EOF
  2266.   #define HAVE_VPRINTF 1
  2267.   EOF
  2268.   
  2269.   else
  2270. !   echo "$ac_t""no" 1>&4
  2271.   fi
  2272.   
  2273.   if test "$ac_cv_func_vprintf" != yes; then
  2274. ! echo $ac_n "checking for _doprnt""... $ac_c" 1>&4
  2275.   if eval "test \"`echo '${'ac_cv_func__doprnt'+set}'`\" = set"; then
  2276. !   echo $ac_n "(cached) $ac_c" 1>&4
  2277.   else
  2278.     cat > conftest.$ac_ext <<EOF
  2279. ! #line 1833 "configure"
  2280.   #include "confdefs.h"
  2281.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2282.   int main() { return 0; }
  2283.   int t() {
  2284.   
  2285. --- 1825,1851 ----
  2286.   
  2287.   fi
  2288.   if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
  2289. !   /bin/echo "$ac_t""yes" 1>&4
  2290.     cat >> confdefs.h <<\EOF
  2291.   #define HAVE_VPRINTF 1
  2292.   EOF
  2293.   
  2294.   else
  2295. !   /bin/echo "$ac_t""no" 1>&4
  2296.   fi
  2297.   
  2298.   if test "$ac_cv_func_vprintf" != yes; then
  2299. ! /bin/echo $ac_n "checking for _doprnt""... $ac_c" 1>&4
  2300.   if eval "test \"`echo '${'ac_cv_func__doprnt'+set}'`\" = set"; then
  2301. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2302.   else
  2303.     cat > conftest.$ac_ext <<EOF
  2304. ! #line 1844 "configure"
  2305.   #include "confdefs.h"
  2306.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2307. + /* Override any gcc2 internal prototype to avoid an error.  */
  2308. + char _doprnt(); 
  2309.   int main() { return 0; }
  2310.   int t() {
  2311.   
  2312. ***************
  2313. *** 1841,1848 ****
  2314.   #if defined (__stub__doprnt) || defined (__stub____doprnt)
  2315.   choke me
  2316.   #else
  2317. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2318. ! char _doprnt(); _doprnt();
  2319.   #endif
  2320.   
  2321.   ; return 0; }
  2322. --- 1855,1861 ----
  2323.   #if defined (__stub__doprnt) || defined (__stub____doprnt)
  2324.   choke me
  2325.   #else
  2326. ! _doprnt();
  2327.   #endif
  2328.   
  2329.   ; return 0; }
  2330. ***************
  2331. *** 1858,1884 ****
  2332.   
  2333.   fi
  2334.   if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
  2335. !   echo "$ac_t""yes" 1>&4
  2336.     cat >> confdefs.h <<\EOF
  2337.   #define HAVE_DOPRNT 1
  2338.   EOF
  2339.   
  2340.   else
  2341. !   echo "$ac_t""no" 1>&4
  2342.   fi
  2343.   
  2344.   fi
  2345.   
  2346.   for ac_func in bcopy memset stpcpy strtoul
  2347.   do
  2348. ! echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  2349.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2350. !   echo $ac_n "(cached) $ac_c" 1>&4
  2351.   else
  2352.     cat > conftest.$ac_ext <<EOF
  2353. ! #line 1880 "configure"
  2354.   #include "confdefs.h"
  2355.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2356.   int main() { return 0; }
  2357.   int t() {
  2358.   
  2359. --- 1871,1900 ----
  2360.   
  2361.   fi
  2362.   if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
  2363. !   /bin/echo "$ac_t""yes" 1>&4
  2364.     cat >> confdefs.h <<\EOF
  2365.   #define HAVE_DOPRNT 1
  2366.   EOF
  2367.   
  2368.   else
  2369. !   /bin/echo "$ac_t""no" 1>&4
  2370.   fi
  2371.   
  2372.   fi
  2373.   
  2374.   for ac_func in bcopy memset stpcpy strtoul
  2375.   do
  2376. ! /bin/echo $ac_n "checking for $ac_func""... $ac_c" 1>&4
  2377.   if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then
  2378. !   /bin/echo $ac_n "(cached) $ac_c" 1>&4
  2379.   else
  2380.     cat > conftest.$ac_ext <<EOF
  2381. ! #line 1893 "configure"
  2382.   #include "confdefs.h"
  2383.   #include <ctype.h> /* Arbitrary system header to define __stub macros. */
  2384. + /* Override any gcc2 internal prototype to avoid an error.  */
  2385. + char $ac_func(); 
  2386.   int main() { return 0; }
  2387.   int t() {
  2388.   
  2389. ***************
  2390. *** 1888,1895 ****
  2391.   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2392.   choke me
  2393.   #else
  2394. ! /* Override any gcc2 internal prototype to avoid an error.  */
  2395. ! char $ac_func(); $ac_func();
  2396.   #endif
  2397.   
  2398.   ; return 0; }
  2399. --- 1904,1910 ----
  2400.   #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  2401.   choke me
  2402.   #else
  2403. ! $ac_func();
  2404.   #endif
  2405.   
  2406.   ; return 0; }
  2407. ***************
  2408. *** 1905,1914 ****
  2409.   
  2410.   fi
  2411.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2412. !   echo "$ac_t""yes" 1>&4
  2413.     :
  2414.   else
  2415. !   echo "$ac_t""no" 1>&4
  2416.   LIBOBJS="$LIBOBJS ${ac_func}.o"
  2417.   fi
  2418.   
  2419. --- 1920,1929 ----
  2420.   
  2421.   fi
  2422.   if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  2423. !   /bin/echo "$ac_t""yes" 1>&4
  2424.     :
  2425.   else
  2426. !   /bin/echo "$ac_t""no" 1>&4
  2427.   LIBOBJS="$LIBOBJS ${ac_func}.o"
  2428.   fi
  2429.   
  2430. ***************
  2431. *** 1963,1969 ****
  2432.   : ${CONFIG_STATUS=./config.status}
  2433.   
  2434.   echo creating $CONFIG_STATUS
  2435. ! rm -f $CONFIG_STATUS
  2436.   cat > $CONFIG_STATUS <<EOF
  2437.   #!/bin/sh
  2438.   # Generated automatically by configure.
  2439. --- 1978,1986 ----
  2440.   : ${CONFIG_STATUS=./config.status}
  2441.   
  2442.   echo creating $CONFIG_STATUS
  2443. ! # Some systems, like AmigaDOS, won't allow you to remove a script that is
  2444. ! # being executed, so just move it out of the way instead.
  2445. ! if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
  2446.   cat > $CONFIG_STATUS <<EOF
  2447.   #!/bin/sh
  2448.   # Generated automatically by configure.
  2449. ***************
  2450. *** 1984,1990 ****
  2451.       echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  2452.       exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  2453.     -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  2454. !     echo "$CONFIG_STATUS generated by autoconf version 2.0"
  2455.       exit 0 ;;
  2456.     -help | --help | --hel | --he | --h)
  2457.       echo "\$ac_cs_usage"; exit 0 ;;
  2458. --- 2001,2007 ----
  2459.       echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  2460.       exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  2461.     -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  2462. !     /bin/echo "$CONFIG_STATUS generated by autoconf version 2.1"
  2463.       exit 0 ;;
  2464.     -help | --help | --hel | --he | --h)
  2465.       echo "\$ac_cs_usage"; exit 0 ;;
  2466. ***************
  2467. *** 2030,2050 ****
  2468.   for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2469.     # Support "outfile[:infile]", defaulting infile="outfile.in".
  2470.     case "$ac_file" in
  2471. !   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  2472. !        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2473.     *) ac_file_in="${ac_file}.in" ;;
  2474.     esac
  2475.   
  2476.     # Adjust relative srcdir, etc. for subdirectories.
  2477.   
  2478.     # Remove last slash and all that follows it.  Not all systems have dirname.
  2479. !   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2480.     if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2481.       # The file is in a subdirectory.
  2482.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  2483.       ac_dir_suffix="/$ac_dir"
  2484.       # A "../" for each directory in $ac_dir_suffix.
  2485. !     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2486.     else
  2487.       ac_dir_suffix= ac_dots=
  2488.     fi
  2489. --- 2047,2067 ----
  2490.   for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  2491.     # Support "outfile[:infile]", defaulting infile="outfile.in".
  2492.     case "$ac_file" in
  2493. !   *:*) ac_file_in=`/bin/echo "$ac_file"|sed 's%.*:%%'`
  2494. !        ac_file=`/bin/echo "$ac_file"|sed 's%:.*%%'` ;;
  2495.     *) ac_file_in="${ac_file}.in" ;;
  2496.     esac
  2497.   
  2498.     # Adjust relative srcdir, etc. for subdirectories.
  2499.   
  2500.     # Remove last slash and all that follows it.  Not all systems have dirname.
  2501. !   ac_dir=`/bin/echo $ac_file|sed 's%/[^/][^/]*$%%'`
  2502.     if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  2503.       # The file is in a subdirectory.
  2504.       test ! -d "$ac_dir" && mkdir "$ac_dir"
  2505.       ac_dir_suffix="/$ac_dir"
  2506.       # A "../" for each directory in $ac_dir_suffix.
  2507. !     ac_dots=`/bin/echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  2508.     else
  2509.       ac_dir_suffix= ac_dots=
  2510.     fi
  2511. ***************
  2512. *** 2052,2058 ****
  2513.     case "$ac_given_srcdir" in
  2514.     .)  srcdir=.
  2515.         if test -z "$ac_dots"; then top_srcdir=.
  2516. !       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  2517.     /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2518.     *) # Relative path.
  2519.       srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2520. --- 2069,2075 ----
  2521.     case "$ac_given_srcdir" in
  2522.     .)  srcdir=.
  2523.         if test -z "$ac_dots"; then top_srcdir=.
  2524. !       else top_srcdir=`/bin/echo $ac_dots|sed 's%/$%%'`; fi ;;
  2525.     /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  2526.     *) # Relative path.
  2527.       srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2528. ***************
  2529. *** 2065,2071 ****
  2530.     esac
  2531.     echo creating "$ac_file"
  2532.     rm -f "$ac_file"
  2533. !   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  2534.     case "$ac_file" in
  2535.     *Makefile*) ac_comsub="1i\\
  2536.   # $configure_input" ;;
  2537. --- 2082,2088 ----
  2538.     esac
  2539.     echo creating "$ac_file"
  2540.     rm -f "$ac_file"
  2541. !   configure_input="Generated automatically from `/bin/echo $ac_file_in|sed 's%.*/%%'` by configure."
  2542.     case "$ac_file" in
  2543.     *Makefile*) ac_comsub="1i\\
  2544.   # $configure_input" ;;
  2545. ***************
  2546. *** 2103,2110 ****
  2547.   for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  2548.     # Support "outfile[:infile]", defaulting infile="outfile.in".
  2549.     case "$ac_file" in
  2550. !   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  2551. !        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  2552.     *) ac_file_in="${ac_file}.in" ;;
  2553.     esac
  2554.   
  2555. --- 2120,2127 ----
  2556.   for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  2557.     # Support "outfile[:infile]", defaulting infile="outfile.in".
  2558.     case "$ac_file" in
  2559. !   *:*) ac_file_in=`/bin/echo "$ac_file"|sed 's%.*:%%'`
  2560. !        ac_file=`/bin/echo "$ac_file"|sed 's%:.*%%'` ;;
  2561.     *) ac_file_in="${ac_file}.in" ;;
  2562.     esac
  2563.   
  2564. ***************
  2565. *** 2168,2174 ****
  2566.     cat conftest.in >> conftest.h
  2567.     rm -f conftest.in
  2568.     if cmp -s $ac_file conftest.h 2>/dev/null; then
  2569. !     echo "$ac_file is unchanged"
  2570.       rm -f conftest.h
  2571.     else
  2572.       rm -f $ac_file
  2573. --- 2185,2191 ----
  2574.     cat conftest.in >> conftest.h
  2575.     rm -f conftest.in
  2576.     if cmp -s $ac_file conftest.h 2>/dev/null; then
  2577. !     /bin/echo "$ac_file is unchanged"
  2578.       rm -f conftest.h
  2579.     else
  2580.       rm -f $ac_file
  2581. diff -rc --new-file textutils-1.11/src/cat.c /gnu/src/amiga/textutils-1.11/src/cat.c
  2582. *** textutils-1.11/src/cat.c    Tue Nov  1 04:40:25 1994
  2583. --- /gnu/src/amiga/textutils-1.11/src/cat.c    Sat Nov 12 23:02:40 1994
  2584. ***************
  2585. *** 112,118 ****
  2586.   }
  2587.   
  2588.   
  2589. - void
  2590.   main (argc, argv)
  2591.        int argc;
  2592.        char *argv[];
  2593. --- 112,117 ----
  2594. diff -rc --new-file textutils-1.11/src/cksum.c /gnu/src/amiga/textutils-1.11/src/cksum.c
  2595. *** textutils-1.11/src/cksum.c    Wed Oct 19 03:02:26 1994
  2596. --- /gnu/src/amiga/textutils-1.11/src/cksum.c    Sat Nov 12 23:02:41 1994
  2597. ***************
  2598. *** 85,91 ****
  2599.     return rem & 0xFFFFFFFF;    /* Make it run on 64-bit machine.  */
  2600.   }
  2601.   
  2602. - void
  2603.   main ()
  2604.   {
  2605.     int i;
  2606. --- 85,90 ----
  2607. ***************
  2608. *** 283,289 ****
  2609.     exit (status);
  2610.   }
  2611.   
  2612. - void
  2613.   main (argc, argv)
  2614.        int argc;
  2615.        char **argv;
  2616. --- 282,287 ----
  2617. diff -rc --new-file textutils-1.11/src/comm.c /gnu/src/amiga/textutils-1.11/src/comm.c
  2618. *** textutils-1.11/src/comm.c    Wed Oct 19 03:02:27 1994
  2619. --- /gnu/src/amiga/textutils-1.11/src/comm.c    Sat Nov 12 23:02:42 1994
  2620. ***************
  2621. *** 58,64 ****
  2622.   static void writeline ();
  2623.   static void usage ();
  2624.   
  2625. - void
  2626.   main (argc, argv)
  2627.        int argc;
  2628.        char *argv[];
  2629. --- 58,63 ----
  2630. diff -rc --new-file textutils-1.11/src/csplit.c /gnu/src/amiga/textutils-1.11/src/csplit.c
  2631. *** textutils-1.11/src/csplit.c    Wed Oct 19 03:02:30 1994
  2632. --- /gnu/src/amiga/textutils-1.11/src/csplit.c    Sat Nov 12 23:02:43 1994
  2633. ***************
  2634. *** 27,34 ****
  2635.   #ifdef HAVE_LIMITS_H
  2636.   #include <limits.h>
  2637.   #endif /* HAVE_LIMITS_H */
  2638. - #include "regex.h"
  2639.   #include "system.h"
  2640.   #include "version.h"
  2641.   
  2642.   #ifdef STDC_HEADERS
  2643. --- 27,34 ----
  2644.   #ifdef HAVE_LIMITS_H
  2645.   #include <limits.h>
  2646.   #endif /* HAVE_LIMITS_H */
  2647.   #include "system.h"
  2648. + #include "regex.h"    /* After system.h to avoid clashes with system defines */
  2649.   #include "version.h"
  2650.   
  2651.   #ifdef STDC_HEADERS
  2652. ***************
  2653. *** 1432,1438 ****
  2654.     cleanup ();
  2655.   }
  2656.   
  2657. - void
  2658.   main (argc, argv)
  2659.        int argc;
  2660.        char **argv;
  2661. --- 1432,1437 ----
  2662. diff -rc --new-file textutils-1.11/src/cut.c /gnu/src/amiga/textutils-1.11/src/cut.c
  2663. *** textutils-1.11/src/cut.c    Wed Nov  2 05:03:14 1994
  2664. --- /gnu/src/amiga/textutils-1.11/src/cut.c    Sat Nov 12 23:02:44 1994
  2665. ***************
  2666. *** 681,687 ****
  2667.     return 0;
  2668.   }
  2669.   
  2670. - void
  2671.   main (argc, argv)
  2672.        int argc;
  2673.        char **argv;
  2674. --- 681,686 ----
  2675. diff -rc --new-file textutils-1.11/src/expand.c /gnu/src/amiga/textutils-1.11/src/expand.c
  2676. *** textutils-1.11/src/expand.c    Wed Oct 19 03:02:35 1994
  2677. --- /gnu/src/amiga/textutils-1.11/src/expand.c    Sat Nov 12 23:02:45 1994
  2678. ***************
  2679. *** 112,118 ****
  2680.     {NULL, 0, NULL, 0}
  2681.   };
  2682.   
  2683. - void
  2684.   main (argc, argv)
  2685.        int argc;
  2686.        char **argv;
  2687. --- 112,117 ----
  2688. diff -rc --new-file textutils-1.11/src/fold.c /gnu/src/amiga/textutils-1.11/src/fold.c
  2689. *** textutils-1.11/src/fold.c    Wed Oct 19 03:02:38 1994
  2690. --- /gnu/src/amiga/textutils-1.11/src/fold.c    Sat Nov 12 23:02:46 1994
  2691. ***************
  2692. *** 86,92 ****
  2693.     exit (status);
  2694.   }
  2695.   
  2696. - void
  2697.   main (argc, argv)
  2698.        int argc;
  2699.        char **argv;
  2700. --- 86,91 ----
  2701. diff -rc --new-file textutils-1.11/src/head.c /gnu/src/amiga/textutils-1.11/src/head.c
  2702. *** textutils-1.11/src/head.c    Wed Oct 19 03:02:41 1994
  2703. --- /gnu/src/amiga/textutils-1.11/src/head.c    Sat Nov 12 23:02:46 1994
  2704. ***************
  2705. *** 96,102 ****
  2706.     {NULL, 0, NULL, 0}
  2707.   };
  2708.   
  2709. - void
  2710.   main (argc, argv)
  2711.        int argc;
  2712.        char **argv;
  2713. --- 96,101 ----
  2714. diff -rc --new-file textutils-1.11/src/join.c /gnu/src/amiga/textutils-1.11/src/join.c
  2715. *** textutils-1.11/src/join.c    Mon Oct 31 12:53:09 1994
  2716. --- /gnu/src/amiga/textutils-1.11/src/join.c    Sat Nov 12 23:02:47 1994
  2717. ***************
  2718. *** 576,582 ****
  2719.     blank->lim = &blank->beg[i];
  2720.   }
  2721.   
  2722. - void
  2723.   main (argc, argv)
  2724.        int argc;
  2725.        char *argv[];
  2726. --- 576,581 ----
  2727. diff -rc --new-file textutils-1.11/src/nl.c /gnu/src/amiga/textutils-1.11/src/nl.c
  2728. *** textutils-1.11/src/nl.c    Wed Oct 19 03:02:47 1994
  2729. --- /gnu/src/amiga/textutils-1.11/src/nl.c    Sat Nov 12 23:02:48 1994
  2730. ***************
  2731. *** 23,31 ****
  2732.   #include <stdio.h>
  2733.   #include <sys/types.h>
  2734.   #include <getopt.h>
  2735. - #include <regex.h>
  2736.   #include "linebuffer.h"
  2737.   #include "system.h"
  2738.   #include "version.h"
  2739.   
  2740.   #ifndef TRUE
  2741. --- 23,31 ----
  2742.   #include <stdio.h>
  2743.   #include <sys/types.h>
  2744.   #include <getopt.h>
  2745.   #include "linebuffer.h"
  2746.   #include "system.h"
  2747. + #include "regex.h"    /* After "system.h" to avoid clashes with system defines */
  2748.   #include "version.h"
  2749.   
  2750.   #ifndef TRUE
  2751. ***************
  2752. *** 175,181 ****
  2753.     {NULL, 0, NULL, 0}
  2754.   };
  2755.   
  2756. - void
  2757.   main (argc, argv)
  2758.        int argc;
  2759.        char **argv;
  2760. --- 175,180 ----
  2761. diff -rc --new-file textutils-1.11/src/od.c /gnu/src/amiga/textutils-1.11/src/od.c
  2762. *** textutils-1.11/src/od.c    Wed Oct 19 03:02:53 1994
  2763. --- /gnu/src/amiga/textutils-1.11/src/od.c    Sat Nov 12 23:02:50 1994
  2764. ***************
  2765. *** 1681,1687 ****
  2766.     return err;
  2767.   }
  2768.   
  2769. - int
  2770.   main (argc, argv)
  2771.        int argc;
  2772.        char **argv;
  2773. --- 1681,1686 ----
  2774. diff -rc --new-file textutils-1.11/src/paste.c /gnu/src/amiga/textutils-1.11/src/paste.c
  2775. *** textutils-1.11/src/paste.c    Wed Oct 19 03:02:55 1994
  2776. --- /gnu/src/amiga/textutils-1.11/src/paste.c    Sat Nov 12 23:02:51 1994
  2777. ***************
  2778. *** 95,101 ****
  2779.     {0, 0, 0, 0}
  2780.   };
  2781.   
  2782. - void
  2783.   main (argc, argv)
  2784.        int argc;
  2785.        char **argv;
  2786. --- 95,100 ----
  2787. diff -rc --new-file textutils-1.11/src/pr.c /gnu/src/amiga/textutils-1.11/src/pr.c
  2788. *** textutils-1.11/src/pr.c    Wed Oct 19 03:02:58 1994
  2789. --- /gnu/src/amiga/textutils-1.11/src/pr.c    Sat Nov 12 23:02:52 1994
  2790. ***************
  2791. *** 458,464 ****
  2792.     return n;
  2793.   }
  2794.   
  2795. - void
  2796.   main (argc, argv)
  2797.        int argc;
  2798.        char **argv;
  2799. --- 458,463 ----
  2800. diff -rc --new-file textutils-1.11/src/sort.c /gnu/src/amiga/textutils-1.11/src/sort.c
  2801. *** textutils-1.11/src/sort.c    Mon Oct 31 12:53:07 1994
  2802. --- /gnu/src/amiga/textutils-1.11/src/sort.c    Sat Nov 12 23:02:53 1994
  2803. ***************
  2804. *** 1437,1443 ****
  2805.     return s;
  2806.   }
  2807.   
  2808. - void
  2809.   main (argc, argv)
  2810.        int argc;
  2811.        char *argv[];
  2812. --- 1437,1442 ----
  2813. diff -rc --new-file textutils-1.11/src/split.c /gnu/src/amiga/textutils-1.11/src/split.c
  2814. *** textutils-1.11/src/split.c    Wed Oct 19 03:03:05 1994
  2815. --- /gnu/src/amiga/textutils-1.11/src/split.c    Sat Nov 12 23:02:54 1994
  2816. ***************
  2817. *** 120,126 ****
  2818.     exit (status);
  2819.   }
  2820.   
  2821. - void
  2822.   main (argc, argv)
  2823.        int argc;
  2824.        char *argv[];
  2825. --- 120,125 ----
  2826. diff -rc --new-file textutils-1.11/src/sum.c /gnu/src/amiga/textutils-1.11/src/sum.c
  2827. *** textutils-1.11/src/sum.c    Wed Oct 19 03:03:09 1994
  2828. --- /gnu/src/amiga/textutils-1.11/src/sum.c    Sat Nov 12 23:02:55 1994
  2829. ***************
  2830. *** 82,88 ****
  2831.     exit (status);
  2832.   }
  2833.   
  2834. - void
  2835.   main (argc, argv)
  2836.        int argc;
  2837.        char **argv;
  2838. --- 82,87 ----
  2839. diff -rc --new-file textutils-1.11/src/tac.c /gnu/src/amiga/textutils-1.11/src/tac.c
  2840. *** textutils-1.11/src/tac.c    Wed Oct 19 03:03:13 1994
  2841. --- /gnu/src/amiga/textutils-1.11/src/tac.c    Sat Nov 12 23:02:56 1994
  2842. ***************
  2843. *** 41,48 ****
  2844.   #include <getopt.h>
  2845.   #include <sys/types.h>
  2846.   #include <signal.h>
  2847. - #include <regex.h>
  2848.   #include "system.h"
  2849.   #include "version.h"
  2850.   
  2851.   #ifndef STDC_HEADERS
  2852. --- 41,48 ----
  2853.   #include <getopt.h>
  2854.   #include <sys/types.h>
  2855.   #include <signal.h>
  2856.   #include "system.h"
  2857. + #include "regex.h"    /* After "system.h" to avoid clashes with system defines */
  2858.   #include "version.h"
  2859.   
  2860.   #ifndef STDC_HEADERS
  2861. ***************
  2862. *** 149,155 ****
  2863.     exit (status);
  2864.   }
  2865.   
  2866. - void
  2867.   main (argc, argv)
  2868.        int argc;
  2869.        char **argv;
  2870. --- 149,154 ----
  2871. diff -rc --new-file textutils-1.11/src/tail.c /gnu/src/amiga/textutils-1.11/src/tail.c
  2872. *** textutils-1.11/src/tail.c    Wed Nov  2 22:35:46 1994
  2873. --- /gnu/src/amiga/textutils-1.11/src/tail.c    Sat Nov 12 23:02:57 1994
  2874. ***************
  2875. *** 148,154 ****
  2876.     {NULL, 0, NULL, 0}
  2877.   };
  2878.   
  2879. - void
  2880.   main (argc, argv)
  2881.        int argc;
  2882.        char **argv;
  2883. --- 148,153 ----
  2884. diff -rc --new-file textutils-1.11/src/tr.c /gnu/src/amiga/textutils-1.11/src/tr.c
  2885. *** textutils-1.11/src/tr.c    Wed Nov  2 22:35:48 1994
  2886. --- /gnu/src/amiga/textutils-1.11/src/tr.c    Sat Nov 12 23:02:59 1994
  2887. ***************
  2888. *** 1698,1704 ****
  2889.         in_set[i] = (!in_set[i]);
  2890.   }
  2891.   
  2892. - void
  2893.   main (argc, argv)
  2894.        int argc;
  2895.        char **argv;
  2896. --- 1698,1703 ----
  2897. diff -rc --new-file textutils-1.11/src/unexpand.c /gnu/src/amiga/textutils-1.11/src/unexpand.c
  2898. *** textutils-1.11/src/unexpand.c    Wed Oct 19 03:03:23 1994
  2899. --- /gnu/src/amiga/textutils-1.11/src/unexpand.c    Sat Nov 12 23:03:00 1994
  2900. ***************
  2901. *** 114,120 ****
  2902.     {NULL, 0, NULL, 0}
  2903.   };
  2904.   
  2905. - void
  2906.   main (argc, argv)
  2907.        int argc;
  2908.        char **argv;
  2909. --- 114,119 ----
  2910. diff -rc --new-file textutils-1.11/src/uniq.c /gnu/src/amiga/textutils-1.11/src/uniq.c
  2911. *** textutils-1.11/src/uniq.c    Wed Oct 19 03:03:26 1994
  2912. --- /gnu/src/amiga/textutils-1.11/src/uniq.c    Sat Nov 12 23:03:01 1994
  2913. ***************
  2914. *** 90,96 ****
  2915.     {NULL, 0, NULL, 0}
  2916.   };
  2917.   
  2918. - void
  2919.   main (argc, argv)
  2920.        int argc;
  2921.        char *argv[];
  2922. --- 90,95 ----
  2923. diff -rc --new-file textutils-1.11/src/wc.c /gnu/src/amiga/textutils-1.11/src/wc.c
  2924. *** textutils-1.11/src/wc.c    Wed Oct 19 03:02:01 1994
  2925. --- /gnu/src/amiga/textutils-1.11/src/wc.c    Sat Nov 12 23:03:02 1994
  2926. ***************
  2927. *** 96,102 ****
  2928.     exit (status);
  2929.   }
  2930.   
  2931. - void
  2932.   main (argc, argv)
  2933.        int argc;
  2934.        char **argv;
  2935. --- 96,101 ----
  2936. ***************
  2937. *** 192,203 ****
  2938.       }
  2939.   }
  2940.   
  2941.   static void
  2942.   wc (fd, file)
  2943.        int fd;
  2944.        char *file;
  2945.   {
  2946. -   char buf[BUFFER_SIZE];
  2947.     register int bytes_read;
  2948.     register int in_word = 0;
  2949.     register unsigned long lines, words, chars;
  2950. --- 191,203 ----
  2951.       }
  2952.   }
  2953.   
  2954. + char buf[BUFFER_SIZE];        /* Move buffer off stack; David Gay */
  2955.   static void
  2956.   wc (fd, file)
  2957.        int fd;
  2958.        char *file;
  2959.   {
  2960.     register int bytes_read;
  2961.     register int in_word = 0;
  2962.     register unsigned long lines, words, chars;
  2963.