home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / gnu / ispell-4.0-diffs.lha / src / diffs / ispell-4.0.diffs
Text File  |  1994-07-12  |  65KB  |  2,332 lines

  1. diff -rc --new-file /src/baseline/ispell-4.0/INSTALL ispell-4.0/INSTALL
  2. *** /src/baseline/ispell-4.0/INSTALL    Fri Apr 16 17:46:56 1993
  3. --- ispell-4.0/INSTALL    Thu Feb 24 00:22:50 1994
  4. ***************
  5. *** 37,44 ****
  6.   DIR is the directory that contains the source code.
  7.   
  8.   By default, `make install' will install the Ispell files in
  9. ! /usr/local/bin, /usr/local/lib, /usr/local/man, etc.  You can specify
  10. ! an installation prefix other than /usr/local by giving `configure' the
  11.   option `--prefix=PATH'.  Alternately, you can do so by giving a value
  12.   for the `prefix' variable when you run `make', e.g.,
  13.       make prefix=/usr/gnu
  14. --- 37,44 ----
  15.   DIR is the directory that contains the source code.
  16.   
  17.   By default, `make install' will install the Ispell files in
  18. ! /gnu/bin, /gnu/lib, /gnu/man, etc.  You can specify
  19. ! an installation prefix other than /gnu by giving `configure' the
  20.   option `--prefix=PATH'.  Alternately, you can do so by giving a value
  21.   for the `prefix' variable when you run `make', e.g.,
  22.       make prefix=/usr/gnu
  23. ***************
  24. *** 100,113 ****
  25.   
  26.   The files that get installed are (directories vary):
  27.   
  28. !     /usr/local/lib/ispell/ispell.dict
  29. !     /usr/local/lib/ispell/ispell.words
  30. !     /usr/local/bin/ispell
  31. !     /usr/local/bin/look
  32. !     /usr/local/lib/elisp/ispell.el
  33. !     /usr/local/lib/elisp/ispell.elc
  34. !     /usr/local/lib/emacs/info/ispell
  35. !     /usr/local/man/man1/ispell.1
  36.   
  37.   
  38.   4.  You can remove the program binaries and object files from the
  39. --- 100,113 ----
  40.   
  41.   The files that get installed are (directories vary):
  42.   
  43. !     /gnu/lib/ispell/ispell.dict
  44. !     /gnu/lib/ispell/ispell.words
  45. !     /gnu/bin/ispell
  46. !     /gnu/bin/look
  47. !     /gnu/lib/elisp/ispell.el
  48. !     /gnu/lib/elisp/ispell.elc
  49. !     /gnu/lib/emacs/info/ispell
  50. !     /gnu/man/man1/ispell.1
  51.   
  52.   
  53.   4.  You can remove the program binaries and object files from the
  54. diff -rc --new-file /src/baseline/ispell-4.0/Makefile.in ispell-4.0/Makefile.in
  55. *** /src/baseline/ispell-4.0/Makefile.in    Tue Jun  1 05:54:52 1993
  56. --- ispell-4.0/Makefile.in    Thu Feb 24 00:23:22 1994
  57. ***************
  58. *** 32,41 ****
  59.   CHARSET = @CHARSET@
  60.   ALLOCA = @ALLOCA@
  61.   
  62. ! CFLAGS = -g
  63. ! LDFLAGS = -g
  64.   
  65. ! prefix = /usr/local
  66.   exec_prefix = $(prefix)
  67.   
  68.   bindir = $(exec_prefix)/bin
  69. --- 32,41 ----
  70.   CHARSET = @CHARSET@
  71.   ALLOCA = @ALLOCA@
  72.   
  73. ! CFLAGS = -O2
  74. ! LDFLAGS =
  75.   
  76. ! prefix = /gnu
  77.   exec_prefix = $(prefix)
  78.   
  79.   bindir = $(exec_prefix)/bin
  80. diff -rc --new-file /src/baseline/ispell-4.0/Product-Info ispell-4.0/Product-Info
  81. *** /src/baseline/ispell-4.0/Product-Info    Thu Jan  1 00:00:00 1970
  82. --- ispell-4.0/Product-Info    Tue Jul 12 17:28:32 1994
  83. ***************
  84. *** 0 ****
  85. --- 1,51 ----
  86. + .name
  87. + ispell
  88. + .fullname
  89. + GNU spelling checker
  90. + .type
  91. + Miscellaneous
  92. + .short
  93. + GNU spelling checker
  94. + .description
  95. + Ispell is a program that helps you to correct typos in a file, and to
  96. + find the correct spelling of words.  When presented with a word that
  97. + is not in the dictionary, ispell attempts to find near misses that
  98. + might include the word you meant.
  99. + The best way to use ispell is with GNU EMACS.  For documentation about
  100. + this mode, see the info topic "ispell".
  101. + Ispell can also be used by itself, and in this case the most common
  102. + usage is "ispell filename".  If ispell finds a word that is not in the
  103. + dictionary, it is printed at the top of the screen.  Ispell then
  104. + checks the dictionary for near misses \- words that differ only by a
  105. + single letter, a missing or extra letter, or a pair of transposed
  106. + letters.  Any that are found are printed on the following lines, and
  107. + finally, two lines of context containing the word are printed at the
  108. + bottom of the screen.  If your terminal can type in reverse video, the
  109. + word itself is highlighted.
  110. + If you think the word is correct as it stands, you can type either
  111. + "Space" to accept it this one time, "A" to accept it for the rest of
  112. + this file, or "I" to accept it and put it in your private dictionary.
  113. + If one of the near misses is the word you want, type the corresponding
  114. + number.  Finally, you can type "R" and you will be prompted for a
  115. + replacement word.  The string you type will be broken into words, and
  116. + each one will also be checked.  You can also type "?" for help.
  117. + If ispell is started with no arguments, it enters a loop reading words
  118. + from the standard input, and printing messages about them on the
  119. + standard output.  You can use this mode to find the spelling of a
  120. + problem word.
  121. + .version
  122. + 4.0
  123. + .author
  124. + Pace Willisson
  125. + .requirements
  126. + Amiga binary requires ixemul.library.
  127. + .distribution
  128. + GNU Public License
  129. + .email
  130. + pace@mit-vax
  131. + .described-by
  132. + Fred Fish (fnf@amigalib.com)
  133. diff -rc --new-file /src/baseline/ispell-4.0/configure ispell-4.0/configure
  134. *** /src/baseline/ispell-4.0/configure    Tue Jun  1 04:10:18 1993
  135. --- ispell-4.0/configure    Mon Apr 25 21:50:56 1994
  136. ***************
  137. *** 1,143 ****
  138.   #!/bin/sh
  139.   # Guess values for system-dependent variables and create Makefiles.
  140. ! # Generated automatically using autoconf.
  141. ! # Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
  142.   
  143. ! # This program is free software; you can redistribute it and/or modify
  144. ! # it under the terms of the GNU General Public License as published by
  145. ! # the Free Software Foundation; either version 2, or (at your option)
  146.   # any later version.
  147.   
  148. ! # This program is distributed in the hope that it will be useful,
  149. ! # but WITHOUT ANY WARRANTY; without even the implied warranty of
  150. ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  151. ! # GNU General Public License for more details.
  152.   
  153.   # You should have received a copy of the GNU General Public License
  154.   # along with this program; if not, write to the Free Software
  155.   # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  156.   
  157. ! # Usage: configure [--srcdir=DIR] [--host=HOST] [--gas] [--nfp] [--no-create]
  158. ! #        [--prefix=PREFIX] [--exec-prefix=PREFIX] [--with-PACKAGE] [TARGET]
  159. ! # Ignores all args except --srcdir, --prefix, --exec-prefix, --no-create, and
  160. ! # --with-PACKAGE unless this script has special code to handle it.
  161.   
  162.   
  163. ! for arg
  164.   do
  165. -   # Handle --exec-prefix with a space before the argument.
  166. -   if test x$next_exec_prefix = xyes; then exec_prefix=$arg; next_exec_prefix=
  167. -   # Handle --host with a space before the argument.
  168. -   elif test x$next_host = xyes; then next_host=
  169. -   # Handle --prefix with a space before the argument.
  170. -   elif test x$next_prefix = xyes; then prefix=$arg; next_prefix=
  171. -   # Handle --srcdir with a space before the argument.
  172. -   elif test x$next_srcdir = xyes; then srcdir=$arg; next_srcdir=
  173. -   else
  174. -     case $arg in
  175. -      # For backward compatibility, also recognize exact --exec_prefix.
  176. -      -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* | --exec=* | --exe=* | --ex=* | --e=*)
  177. -     exec_prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  178. -      -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- | --exec | --exe | --ex | --e)
  179. -     next_exec_prefix=yes ;;
  180. -      -gas | --gas | --ga | --g) ;;
  181. -      -host=* | --host=* | --hos=* | --ho=* | --h=*) ;;
  182. -      -host | --host | --hos | --ho | --h)
  183. -     next_host=yes ;;
  184. -      -nfp | --nfp | --nf) ;;
  185. -      -no-create | --no-create | --no-creat | --no-crea | --no-cre | --no-cr | --no-c | --no- | --no)
  186. -         no_create=1 ;;
  187. -      -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  188. -     prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  189. -      -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  190. -     next_prefix=yes ;;
  191. -      -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=* | --s=*)
  192. -     srcdir=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  193. -      -srcdir | --srcdir | --srcdi | --srcd | --src | --sr | --s)
  194. -     next_srcdir=yes ;;
  195. -      -with-* | --with-*)
  196. -        package=`echo $arg|sed 's/-*with-//'`
  197. -        # Delete all the valid chars; see if any are left.
  198. -        if test -n "`echo $package|sed 's/[-a-zA-Z0-9_]*//g'`"; then
  199. -          echo "configure: $package: invalid package name" >&2; exit 1
  200. -        fi
  201. -        eval "with_`echo $package|sed s/-/_/g`=1" ;;
  202.   
  203. !      -v | -verbose | --verbose | --verbos | --verbo | --verb | --ver | --ve | --v)
  204. !        verbose=yes ;;
  205.   
  206. !      *) ;;
  207.       esac
  208. !   fi
  209. ! done
  210.   
  211. ! trap 'rm -f conftest* core; exit 1' 1 3 15
  212.   
  213. ! # Needed for some versions of `tr' so that character classes in `[]' work.
  214. ! if test "${LANG+set}" = "set" ; then
  215. !    LANG=C
  216.   fi
  217.   
  218. ! rm -f conftest*
  219. ! compile='${CC-cc} $CFLAGS $DEFS conftest.c -o conftest $LIBS >/dev/null 2>&1'
  220.   
  221.   # A filename unique to this package, relative to the directory that
  222.   # configure is in, which we can look for to find out if srcdir is correct.
  223. ! unique_file=ispell.c
  224.   
  225.   # Find the source files, if location was not specified.
  226.   if test -z "$srcdir"; then
  227. !   srcdirdefaulted=yes
  228.     # Try the directory containing this script, then `..'.
  229. !   prog=$0
  230. !   confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  231. !   test "X$confdir" = "X$prog" && confdir=.
  232. !   srcdir=$confdir
  233. !   if test ! -r $srcdir/$unique_file; then
  234.       srcdir=..
  235.     fi
  236.   fi
  237. ! if test ! -r $srcdir/$unique_file; then
  238. !   if test x$srcdirdefaulted = xyes; then
  239. !     echo "configure: Can not find sources in \`${confdir}' or \`..'." 1>&2
  240.     else
  241. !     echo "configure: Can not find sources in \`${srcdir}'." 1>&2
  242.     fi
  243. -   exit 1
  244.   fi
  245. ! # Preserve a srcdir of `.' to avoid automounter screwups with pwd.
  246. ! # But we can't avoid them for `..', to make subdirectories work.
  247. ! case $srcdir in
  248. !   .|/*|~*) ;;
  249. !   *) srcdir=`cd $srcdir; pwd` ;; # Make relative path absolute.
  250. ! esac
  251.   
  252. - # Save the original args to write them into config.status later.
  253. - configure_args="$*"
  254.   
  255.   if test -z "$CC"; then
  256.     # Extract the first word of `gcc', so it can be a program name with args.
  257. !   set dummy gcc; word=$2
  258. !   echo checking for $word
  259. !   IFS="${IFS=     }"; saveifs="$IFS"; IFS="${IFS}:"
  260. !   for dir in $PATH; do
  261. !     test -z "$dir" && dir=.
  262. !     if test -f $dir/$word; then
  263.         CC="gcc"
  264.         break
  265.       fi
  266.     done
  267. !   IFS="$saveifs"
  268.   fi
  269.   test -z "$CC" && CC="cc"
  270. ! test -n "$CC" -a -n "$verbose" && echo "    setting CC to $CC"
  271.   
  272.   # Find out if we are using GNU C, under whatever name.
  273.   cat > conftest.c <<EOF
  274. --- 1,335 ----
  275.   #!/bin/sh
  276.   # Guess values for system-dependent variables and create Makefiles.
  277. ! # Generated automatically using autoconf version 1.9 
  278. ! # Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
  279.   
  280. ! # This configure script is free software; you can redistribute it and/or
  281. ! # modify it under the terms of the GNU General Public License as published
  282. ! # by the Free Software Foundation; either version 2, or (at your option)
  283.   # any later version.
  284.   
  285. ! # This script is distributed in the hope that it will be useful, but
  286. ! # WITHOUT ANY WARRANTY; without even the implied warranty of
  287. ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
  288. ! # Public License for more details.
  289.   
  290.   # You should have received a copy of the GNU General Public License
  291.   # along with this program; if not, write to the Free Software
  292.   # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  293.   
  294. ! # Save the original args to write them into config.status later.
  295. ! configure_args="$*"
  296.   
  297. + # Only options that might do something get documented.
  298. + ac_usage="Usage: configure [options] [host]
  299. + Options: [defaults in brackets after descriptions]
  300. + --build=BUILD        configure for building on BUILD [BUILD=HOST]
  301. + --disable-FEATURE    do not include FEATURE (same as --enable-FEATURE=no)
  302. + --enable-FEATURE[=ARG]    include FEATURE [ARG=yes]
  303. + --exec-prefix=PREFIX    install host dependent files in PREFIX [/usr/local]
  304. + --help            print this message
  305. + --host=HOST        configure for HOST [guessed]
  306. + --prefix=PREFIX        install host independent files in PREFIX [/usr/local]
  307. + --quiet, --silent    do not print \`checking for...' messages
  308. + --srcdir=DIR        find the sources in DIR [configure dir or ..]
  309. + --target=TARGET        configure for TARGET [TARGET=HOST]
  310. + --verbose        print results of checks
  311. + --version        print the version of autoconf that created configure
  312. + --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  313. + --without-PACKAGE    do not use PACKAGE (same as --with-PACKAGE=no)
  314. + --x-includes=DIR    X include files are in DIR
  315. + --x-libraries=DIR    X library files are in DIR"
  316. + # Initialize some variables set by options.
  317. + # The variables have the same names as the options, with
  318. + # dashes changed to underlines.
  319. + build=NONE
  320. + exec_prefix=
  321. + host=NONE
  322. + no_create=
  323. + nonopt=NONE
  324. + norecursion=
  325. + prefix=
  326. + program_prefix=
  327. + program_suffix=
  328. + program_transform_name=
  329. + silent=
  330. + srcdir=
  331. + target=NONE
  332. + verbose=
  333. + x_includes=
  334. + x_libraries=
  335.   
  336. ! ac_prev=
  337. ! for ac_option
  338.   do
  339.   
  340. !   # If the previous option needs an argument, assign it.
  341. !   if test -n "$ac_prev"; then
  342. !     eval "$ac_prev=\$ac_option"
  343. !     ac_prev=
  344. !     continue
  345. !   fi
  346. !   # Accept (but ignore some of) the important Cygnus configure
  347. !   # options, so we can diagnose typos.
  348.   
  349. !   case "$ac_option" in
  350. !   -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  351. !   *) ac_optarg= ;;
  352. !   esac
  353. !   case "$ac_option" in
  354. !   -build | --build | --buil | --bui | --bu | --b)
  355. !     ac_prev=build ;;
  356. !   -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
  357. !     build="$ac_optarg" ;;
  358. !   -disable-* | --disable-*)
  359. !     ac_feature=`/bin/echo $ac_option|sed -e 's/-*disable-//'`
  360. !     # Reject names that aren't valid shell variable names.
  361. !     if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  362. !       /bin/echo "configure: $ac_feature: invalid feature name" >&2; exit 1
  363. !     fi
  364. !     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  365. !     eval "enable_${ac_feature}=no" ;;
  366. !   -enable-* | --enable-*)
  367. !     ac_feature=`/bin/echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  368. !     # Reject names that aren't valid shell variable names.
  369. !     if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  370. !       /bin/echo "configure: $ac_feature: invalid feature name" >&2; exit 1
  371. !     fi
  372. !     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  373. !     case "$ac_option" in
  374. !       *=*) ;;
  375. !       *) ac_optarg=yes ;;
  376.       esac
  377. !     eval "enable_${ac_feature}='$ac_optarg'" ;;
  378. !   # For backward compatibility, recognize -exec-prefix and --exec_prefix.
  379. !   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  380. !   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  381. !   | --exec | --exe | --ex)
  382. !     ac_prev=exec_prefix ;;
  383. !   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  384. !   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  385. !   | --exec=* | --exe=* | --ex=*)
  386. !     exec_prefix="$ac_optarg" ;;
  387. !   -gas | --gas | --ga | --g)
  388. !     with_gas=yes ;; # Obsolete; use --with-gas.
  389. !   -help | --help | --hel | --he)
  390. !     cat << EOF
  391. ! $ac_usage
  392. ! EOF
  393. !     exit 0 ;;
  394. !   -host | --host | --hos | --ho)
  395. !     ac_prev=host ;;
  396. !   -host=* | --host=* | --hos=* | --ho=*)
  397. !     host="$ac_optarg" ;;
  398. !   -nfp | --nfp | --nf)
  399. !     with_fp=no ;; # Obsolete; use --without-fp.
  400. !   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  401. !   | --no-cr | --no-c)
  402. !     no_create=yes ;;
  403. !   -norecursion | --norecursion | --norecursio | --norecursi \
  404. !   | --norecurs | --norecur | --norecu | --norec | --nore | --nor)
  405. !     norecursion=yes ;;
  406. !   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  407. !     ac_prev=prefix ;;
  408. !   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  409. !     prefix="$ac_optarg" ;;
  410. !   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  411. !   | --program-pre | --program-pr | --program-p)
  412. !     ac_prev=program_prefix ;;
  413. !   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  414. !   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  415. !     program_prefix="$ac_optarg" ;;
  416. !   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  417. !   | --program-suf | --program-su | --program-s)
  418. !     ac_prev=program_suffix ;;
  419. !   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  420. !   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  421. !     program_suffix="$ac_optarg" ;;
  422. !   -program-transform-name | --program-transform-name \
  423. !   | --program-transform-nam | --program-transform-na \
  424. !   | --program-transform-n | --program-transform- \
  425. !   | --program-transform | --program-transfor \
  426. !   | --program-transfo | --program-transf \
  427. !   | --program-trans | --program-tran \
  428. !   | --progr-tra | --program-tr | --program-t)
  429. !     ac_prev=program_transform_name ;;
  430. !   -program-transform-name=* | --program-transform-name=* \
  431. !   | --program-transform-nam=* | --program-transform-na=* \
  432. !   | --program-transform-n=* | --program-transform-=* \
  433. !   | --program-transform=* | --program-transfor=* \
  434. !   | --program-transfo=* | --program-transf=* \
  435. !   | --program-trans=* | --program-tran=* \
  436. !   | --progr-tra=* | --program-tr=* | --program-t=*)
  437. !     program_transform_name="$ac_optarg" ;;
  438. !   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  439. !   | -silent | --silent | --silen | --sile | --sil)
  440. !     silent=yes ;;
  441. !   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  442. !     ac_prev=srcdir ;;
  443. !   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  444. !     srcdir="$ac_optarg" ;;
  445. !   -target | --target | --targe | --targ | --tar | --ta | --t)
  446. !     ac_prev=target ;;
  447. !   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  448. !     target="$ac_optarg" ;;
  449. !   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  450. !     verbose=yes ;;
  451. !   -version | --version | --versio | --versi | --vers)
  452. !     /bin/echo "configure generated by autoconf version 1.9"
  453. !     exit 0 ;;
  454. !   -with-* | --with-*)
  455. !     ac_package=`/bin/echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  456. !     # Reject names that aren't valid shell variable names.
  457. !     if test -n "`/bin/echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  458. !       /bin/echo "configure: $ac_package: invalid package name" >&2; exit 1
  459. !     fi
  460. !     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  461. !     case "$ac_option" in
  462. !       *=*) ;;
  463. !       *) ac_optarg=yes ;;
  464. !     esac
  465. !     eval "with_${ac_package}='$ac_optarg'" ;;
  466. !   -without-* | --without-*)
  467. !     ac_package=`/bin/echo $ac_option|sed -e 's/-*without-//'`
  468. !     # Reject names that aren't valid shell variable names.
  469. !     if test -n "`/bin/echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  470. !       /bin/echo "configure: $ac_package: invalid package name" >&2; exit 1
  471. !     fi
  472. !     ac_package=`/bin/echo $ac_package| sed 's/-/_/g'`
  473. !     eval "with_${ac_package}=no" ;;
  474.   
  475. !   --x) with_x=yes ;; # Obsolete; use --with-x.
  476.   
  477. !   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  478. !   | --x-incl | --x-inc | --x-in | --x-i)
  479. !     ac_prev=x_includes ;;
  480. !   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  481. !   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  482. !     x_includes="$ac_optarg" ;;
  483. !   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  484. !   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  485. !     ac_prev=x_libraries ;;
  486. !   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  487. !   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  488. !     x_libraries="$ac_optarg" ;;
  489. !   -*) /bin/echo "configure: $ac_option: invalid option; use --help to show usage" >&2; exit 1
  490. !     ;;
  491. !   *) 
  492. !     if test -n "`/bin/echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  493. !       /bin/echo "configure: warning: $ac_option: invalid host type" >&2
  494. !     fi
  495. !     if test "x$nonopt" != xNONE; then
  496. !       /bin/echo "configure: can only configure for one host and one target at a time" >&2; exit 1
  497. !     fi
  498. !     nonopt="$ac_option"
  499. !     ;;
  500. !   esac
  501. ! done
  502. ! if test -n "$ac_prev"; then
  503. !   /bin/echo "configure: missing argument to --`/bin/echo $ac_prev | sed 's/_/-/g'`" >&2; exit 1
  504.   fi
  505.   
  506. ! trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
  507. ! trap 'rm -fr confdefs* $ac_clean_files' 0
  508. ! # Save the original args if we used an alternate arg parser.
  509. ! ac_configure_temp="${configure_args-$*}"
  510. ! # Strip out --no-create and --norecursion so they don't pile up.
  511. ! configure_args=
  512. ! for ac_arg in $ac_configure_temp; do
  513. !   case "$ac_arg" in
  514. !   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  515. !   | --no-cr | --no-c) ;;
  516. !   -norecursion | --norecursion | --norecursio | --norecursi \
  517. !   | --norecurs | --norecur | --norecu | --norec | --nore | --nor) ;;
  518. !   *) configure_args="$configure_args $ac_arg" ;;
  519. !   esac
  520. ! done
  521. ! # NLS nuisances.
  522. ! # These must not be set unconditionally because not all systems understand
  523. ! # e.g. LANG=C (notably SCO).
  524. ! if test "${LC_ALL+set}" = 'set'; then LC_ALL=C; export LC_ALL; fi
  525. ! if test "${LANG+set}"   = 'set'; then LANG=C;   export LANG;   fi
  526. ! # confdefs.h avoids OS command line length limits that DEFS can exceed.
  527. ! rm -rf conftest* confdefs.h
  528. ! # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  529. ! /bin/echo > confdefs.h
  530.   
  531.   # A filename unique to this package, relative to the directory that
  532.   # configure is in, which we can look for to find out if srcdir is correct.
  533. ! ac_unique_file=ispell.c
  534.   
  535.   # Find the source files, if location was not specified.
  536.   if test -z "$srcdir"; then
  537. !   ac_srcdir_defaulted=yes
  538.     # Try the directory containing this script, then `..'.
  539. !   ac_prog=$0
  540. !   ac_confdir=`/bin/echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  541. !   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  542. !   srcdir=$ac_confdir
  543. !   if test ! -r $srcdir/$ac_unique_file; then
  544.       srcdir=..
  545.     fi
  546.   fi
  547. ! if test ! -r $srcdir/$ac_unique_file; then
  548. !   if test x$ac_srcdir_defaulted = xyes; then
  549. !     /bin/echo "configure: can not find sources in ${ac_confdir} or .." >&2; exit 1
  550.     else
  551. !     /bin/echo "configure: can not find sources in ${srcdir}" >&2; exit 1
  552.     fi
  553.   fi
  554. ! ac_ext=c
  555. ! ac_cpp='${CPP} $CFLAGS'
  556. ! ac_compile='${CC-cc} $CFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS >/dev/null 2>&1'
  557.   
  558.   
  559.   if test -z "$CC"; then
  560.     # Extract the first word of `gcc', so it can be a program name with args.
  561. !   set ac_dummy gcc; ac_word=$2
  562. !   test -n "$silent" || /bin/echo "checking for $ac_word"
  563. !   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  564. !   for ac_dir in $PATH; do
  565. !     test -z "$ac_dir" && ac_dir=.
  566. !     if test -f $ac_dir/$ac_word; then
  567.         CC="gcc"
  568.         break
  569.       fi
  570.     done
  571. !   IFS="$ac_save_ifs"
  572.   fi
  573.   test -z "$CC" && CC="cc"
  574. ! test -n "$CC" && test -n "$verbose" && /bin/echo "    setting CC to $CC"
  575.   
  576.   # Find out if we are using GNU C, under whatever name.
  577.   cat > conftest.c <<EOF
  578. ***************
  579. *** 151,200 ****
  580.   fi
  581.   rm -f conftest*
  582.   
  583. ! echo checking how to run the C preprocessor
  584.   if test -z "$CPP"; then
  585. !   CPP='${CC-cc} -E'
  586. !   cat > conftest.c <<EOF
  587.   #include <stdio.h>
  588.   EOF
  589. ! err=`eval "($CPP \$DEFS conftest.c >/dev/null) 2>&1"`
  590. ! if test -z "$err"; then
  591.     :
  592.   else
  593.     CPP=/lib/cpp
  594.   fi
  595.   rm -f conftest*
  596.   fi
  597.   
  598.   if test -n "$GCC"; then
  599. !   echo checking whether -traditional is needed
  600. !   pattern="Autoconf.*'x'"
  601. !   prog='#include <sgtty.h>
  602.   Autoconf TIOCGETP'
  603. !   cat > conftest.c <<EOF
  604. ! $prog
  605.   EOF
  606. ! eval "$CPP \$DEFS conftest.c > conftest.out 2>&1"
  607. ! if egrep "$pattern" conftest.out >/dev/null 2>&1; then
  608. !   need_trad=1
  609.   fi
  610.   rm -f conftest*
  611.   
  612.   
  613. !   if test -z "$need_trad"; then
  614. !     prog='#include <termio.h>
  615.   Autoconf TCGETA'
  616. !     cat > conftest.c <<EOF
  617. ! $prog
  618. ! EOF
  619. ! eval "$CPP \$DEFS conftest.c > conftest.out 2>&1"
  620. ! if egrep "$pattern" conftest.out >/dev/null 2>&1; then
  621. !   need_trad=1
  622.   fi
  623.   rm -f conftest*
  624.   
  625.     fi
  626. !   test -n "$need_trad" && CC="$CC -traditional"
  627.   fi
  628.   
  629.   # Make sure to not get the incompatible SysV /etc/install and
  630. --- 343,422 ----
  631.   fi
  632.   rm -f conftest*
  633.   
  634. ! test -n "$silent" || /bin/echo "checking how to run the C preprocessor"
  635.   if test -z "$CPP"; then
  636. !   # This must be in double quotes, not single quotes, because CPP may get
  637. !   # substituted into the Makefile and ``${CC-cc}'' will simply confuse
  638. !   # make.  It must be expanded now.
  639. !   CPP="${CC-cc} -E"
  640. !   cat > conftest.${ac_ext} <<EOF
  641. ! #include "confdefs.h"
  642. ! #include <stdio.h>
  643. ! Syntax Error
  644. ! EOF
  645. ! # Some shells (Coherent) do redirections in the wrong order, so need
  646. ! # the parens.
  647. ! ac_err=`eval "($ac_cpp conftest.${ac_ext} >/dev/null) 2>&1"`
  648. ! if test -z "$ac_err"; then
  649. !   :
  650. ! else
  651. !   rm -rf conftest*
  652. !   CPP="${CC-cc} -E -traditional-cpp"
  653. !   cat > conftest.${ac_ext} <<EOF
  654. ! #include "confdefs.h"
  655.   #include <stdio.h>
  656. + Syntax Error
  657.   EOF
  658. ! # Some shells (Coherent) do redirections in the wrong order, so need
  659. ! # the parens.
  660. ! ac_err=`eval "($ac_cpp conftest.${ac_ext} >/dev/null) 2>&1"`
  661. ! if test -z "$ac_err"; then
  662.     :
  663.   else
  664. +   rm -rf conftest*
  665.     CPP=/lib/cpp
  666.   fi
  667.   rm -f conftest*
  668.   fi
  669. + rm -f conftest*
  670. + fi
  671. + test -n "$verbose" && /bin/echo "    setting CPP to $CPP"
  672.   
  673.   if test -n "$GCC"; then
  674. !   test -n "$silent" || /bin/echo "checking whether -traditional is needed"
  675. !   ac_pattern="Autoconf.*'x'"
  676. !   ac_prog='#include <sgtty.h>
  677.   Autoconf TIOCGETP'
  678. !   cat > conftest.${ac_ext} <<EOF
  679. ! #include "confdefs.h"
  680. ! $ac_prog
  681.   EOF
  682. ! eval "$ac_cpp conftest.${ac_ext} > conftest.out 2>&1"
  683. ! if egrep "$ac_pattern" conftest.out >/dev/null 2>&1; then
  684. !   rm -rf conftest*
  685. !   ac_need_trad=1
  686.   fi
  687.   rm -f conftest*
  688.   
  689.   
  690. !   if test -z "$ac_need_trad"; then
  691. !     ac_prog='#include <termio.h>
  692.   Autoconf TCGETA'
  693. !     cat > conftest.${ac_ext} <<EOF
  694. ! #include "confdefs.h"
  695. ! $ac_prog
  696. ! EOF
  697. ! eval "$ac_cpp conftest.${ac_ext} > conftest.out 2>&1"
  698. ! if egrep "$ac_pattern" conftest.out >/dev/null 2>&1; then
  699. !   rm -rf conftest*
  700. !   ac_need_trad=1
  701.   fi
  702.   rm -f conftest*
  703.   
  704.     fi
  705. !   test -n "$ac_need_trad" && CC="$CC -traditional"
  706.   fi
  707.   
  708.   # Make sure to not get the incompatible SysV /etc/install and
  709. ***************
  710. *** 202,288 ****
  711.   # or the SunOS /usr/etc/install directory, or the AIX /bin/install,
  712.   # or the AFS install, which mishandles nonexistent args, or
  713.   # /usr/ucb/install on SVR4, which tries to use the nonexistent group
  714. ! # `staff'.  On most BSDish systems install is in /usr/bin, not /usr/ucb
  715. ! # anyway.  Sigh.
  716.   if test "z${INSTALL}" = "z" ; then
  717. !   echo checking for install
  718. !   IFS="${IFS=     }"; saveifs="$IFS"; IFS="${IFS}:"
  719. !   for dir in $PATH; do
  720. !     test -z "$dir" && dir=.
  721. !     case $dir in
  722. !     /etc|/usr/sbin|/usr/etc|/usr/afsws/bin|/usr/ucb) ;;
  723.       *)
  724. !       if test -f $dir/installbsd; then
  725. !     INSTALL="$dir/installbsd -c" # OSF1
  726. !     INSTALL_PROGRAM='$(INSTALL)'
  727. !     INSTALL_DATA='$(INSTALL) -m 644'
  728. !     break
  729. !       fi
  730. !       if test -f $dir/install; then
  731. !     if grep dspmsg $dir/install >/dev/null 2>&1; then
  732. !       : # AIX
  733. !     else
  734. !       INSTALL="$dir/install -c"
  735. !       INSTALL_PROGRAM='$(INSTALL)'
  736. !       INSTALL_DATA='$(INSTALL) -m 644'
  737. !       break
  738.       fi
  739. !       fi
  740.         ;;
  741.       esac
  742.     done
  743. !   IFS="$saveifs"
  744.   fi
  745. ! INSTALL=${INSTALL-cp}
  746. ! INSTALL_PROGRAM=${INSTALL_PROGRAM-'$(INSTALL)'}
  747. ! INSTALL_DATA=${INSTALL_DATA-'$(INSTALL)'}
  748. ! echo checking for BSD string and memory functions
  749. ! cat > conftest.c <<EOF
  750. ! #include <strings.h>
  751. ! int main() { exit(0); }
  752. ! int t() { rindex(0, 0); bzero(0, 0); }
  753. ! EOF
  754. ! if eval $compile; then
  755. !   :
  756. ! else
  757. !   {
  758. ! test -n "$verbose" && \
  759. ! echo '    defining' USG
  760. ! DEFS="$DEFS -DUSG=1"
  761. ! }
  762.   fi
  763. ! rm -f conftest*
  764.   
  765. - if test "z$USG" = "z" ; then
  766. -    echo checking for BSD
  767. -    ( test -f /vmunix || test -f /sdmach || test -f /../../mach ) && {
  768. - test -n "$verbose" && \
  769. - echo '    defining' BSD
  770. - DEFS="$DEFS -DBSD=1"
  771. - }
  772. - fi
  773.   
  774.   CHARSET="c-generic.c"
  775.   if test -z "$i386_host_p"; then
  776.     # Extract the first word of `i386', so it can be a program name with args.
  777. !   set dummy i386; word=$2
  778. !   echo checking for $word
  779. !   IFS="${IFS=     }"; saveifs="$IFS"; IFS="${IFS}:"
  780. !   for dir in $PATH; do
  781. !     test -z "$dir" && dir=.
  782. !     if test -f $dir/$word; then
  783.         i386_host_p="t"
  784.         break
  785.       fi
  786.     done
  787. !   IFS="$saveifs"
  788.   fi
  789.   test -z "$i386_host_p" && i386_host_p="nil"
  790. ! test -n "$i386_host_p" -a -n "$verbose" && echo "    setting i386_host_p to $i386_host_p"
  791.   
  792.   if test "${i386_host_p}" = "t" && i386 > /dev/null 2>&1; then
  793.      CHARSET="c-ibmpc.c"
  794. --- 424,503 ----
  795.   # or the SunOS /usr/etc/install directory, or the AIX /bin/install,
  796.   # or the AFS install, which mishandles nonexistent args, or
  797.   # /usr/ucb/install on SVR4, which tries to use the nonexistent group
  798. ! # `staff', or /sbin/install on IRIX which has incompatible command-line
  799. ! # syntax.  Sigh.
  800. ! #
  801. ! #     On most BSDish systems install is in /usr/bin, not /usr/ucb
  802. ! #     anyway.
  803. ! # This turns out not to be true, so the mere pathname isn't an indication
  804. ! # of whether the program works.  What we really need is a set of tests for
  805. ! # the install program to see if it actually works in all the required ways.
  806. ! #
  807. ! # Avoid using ./install, which might have been erroneously created
  808. ! # by make from ./install.sh.
  809.   if test "z${INSTALL}" = "z" ; then
  810. !   test -n "$silent" || /bin/echo "checking for a BSD compatible install"
  811. !   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  812. !   for ac_dir in $PATH; do
  813. !     case "$ac_dir" in
  814. !     ''|.|/gnu/etc|/sbin|/usr/sbin|/usr/etc|/usr/afsws/bin|/usr/ucb) ;;
  815.       *)
  816. !       # OSF1 and SCO ODT 3.0 have their own names for install.
  817. !       for ac_prog in installbsd scoinst install; do
  818. !         if test -f $ac_dir/$ac_prog; then
  819. !       if test $ac_prog = install &&
  820. !             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  821. !         # AIX install.  It has an incompatible calling convention.
  822. !         # OSF/1 installbsd also uses dspmsg, but is usable.
  823. !         :
  824. !       else
  825. !         INSTALL="$ac_dir/$ac_prog -c"
  826. !         INSTALL_PROGRAM='${INSTALL}'
  827. !         INSTALL_DATA='${INSTALL} -m 644'
  828. !         break 2
  829. !       fi
  830.       fi
  831. !       done
  832.         ;;
  833.       esac
  834.     done
  835. !   IFS="$ac_save_ifs"
  836.   fi
  837. ! if test -z "$INSTALL"; then
  838. !   if test -f ${srcdir}/install.sh; then
  839. !     # As a last resort, use the slow shell script.
  840. !     INSTALL='@top_srcdir@/install.sh -c'
  841. !   else
  842. !     /bin/echo "configure: warning: ${srcdir}/install.sh not found; using cp" >&2
  843. !     INSTALL=cp
  844. !   fi
  845.   fi
  846. ! test -n "$verbose" && /bin/echo "    setting INSTALL to $INSTALL"
  847. ! # Use test -z because SunOS4 sh mishandles ${INSTALL_PROGRAM-'${INSTALL}'}.
  848. ! # It thinks the first close brace ends the variable substitution.
  849. ! test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  850. ! test -n "$verbose" && /bin/echo "    setting INSTALL_PROGRAM to $INSTALL_PROGRAM"
  851. ! test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL}'
  852. ! test -n "$verbose" && /bin/echo "    setting INSTALL_DATA to $INSTALL_DATA"
  853.   
  854.   
  855.   CHARSET="c-generic.c"
  856.   if test -z "$i386_host_p"; then
  857.     # Extract the first word of `i386', so it can be a program name with args.
  858. !   set ac_dummy i386; ac_word=$2
  859. !   test -n "$silent" || /bin/echo "checking for $ac_word"
  860. !   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  861. !   for ac_dir in $PATH; do
  862. !     test -z "$ac_dir" && ac_dir=.
  863. !     if test -f $ac_dir/$ac_word; then
  864.         i386_host_p="t"
  865.         break
  866.       fi
  867.     done
  868. !   IFS="$ac_save_ifs"
  869.   fi
  870.   test -z "$i386_host_p" && i386_host_p="nil"
  871. ! test -n "$i386_host_p" && test -n "$verbose" && /bin/echo "    setting i386_host_p to $i386_host_p"
  872.   
  873.   if test "${i386_host_p}" = "t" && i386 > /dev/null 2>&1; then
  874.      CHARSET="c-ibmpc.c"
  875. ***************
  876. *** 291,311 ****
  877.   # Systems that have -ltermlib should use that before -ltermcap (e.g. SVR4)
  878.   found_termlib=''
  879.   for termlib in termlib termcap terminfo curses ; do
  880. !    LIBS_save="${LIBS}"
  881.   LIBS="${LIBS} -l${termlib}"
  882. ! have_lib=""
  883. ! echo checking for -l${termlib}
  884. ! cat > conftest.c <<EOF
  885.   
  886. ! int main() { exit(0); }
  887. ! int t() { main(); }
  888.   EOF
  889. ! if eval $compile; then
  890. !   have_lib="1"
  891.   fi
  892.   rm -f conftest*
  893. ! LIBS="${LIBS_save}"
  894. ! if test -n "${have_lib}"; then
  895.      :; LIBS="${LIBS} -l${termlib}"
  896.   else
  897.      :; 
  898. --- 506,529 ----
  899.   # Systems that have -ltermlib should use that before -ltermcap (e.g. SVR4)
  900.   found_termlib=''
  901.   for termlib in termlib termcap terminfo curses ; do
  902. !    ac_save_LIBS="${LIBS}"
  903.   LIBS="${LIBS} -l${termlib}"
  904. ! ac_have_lib=""
  905. ! test -n "$silent" || /bin/echo "checking for -l${termlib}"
  906. ! cat > conftest.${ac_ext} <<EOF
  907. ! #include "confdefs.h"
  908.   
  909. ! int main() { return 0; }
  910. ! int t() { main();; return 0; }
  911.   EOF
  912. ! if eval $ac_compile; then
  913. !   rm -rf conftest*
  914. !   ac_have_lib="1"
  915.   fi
  916.   rm -f conftest*
  917. ! LIBS="${ac_save_LIBS}"
  918. ! if test -n "${ac_have_lib}"; then
  919.      :; LIBS="${LIBS} -l${termlib}"
  920.   else
  921.      :; 
  922. ***************
  923. *** 316,364 ****
  924.      esac
  925.   done
  926.   if test ".${found_termlib}" = "." ; then 
  927. !    {
  928.   test -n "$verbose" && \
  929. ! echo '    defining' NO_TERMCAP
  930.   DEFS="$DEFS -DNO_TERMCAP=1"
  931.   }
  932.   
  933.   fi
  934.   
  935. ! LIBS_save="${LIBS}"
  936.   LIBS="${LIBS} -lBSD"
  937. ! have_lib=""
  938. ! echo checking for -lBSD
  939. ! cat > conftest.c <<EOF
  940.   
  941. ! int main() { exit(0); }
  942. ! int t() { main(); }
  943.   EOF
  944. ! if eval $compile; then
  945. !   have_lib="1"
  946.   fi
  947.   rm -f conftest*
  948. ! LIBS="${LIBS_save}"
  949. ! if test -n "${have_lib}"; then
  950.      :; LIBS="${LIBS} -lBSD"
  951.   else
  952.      :; 
  953.   fi
  954.   
  955. ! LIBS_save="${LIBS}"
  956.   LIBS="${LIBS} -lc"
  957. ! have_lib=""
  958. ! echo checking for -lc
  959. ! cat > conftest.c <<EOF
  960.   
  961. ! int main() { exit(0); }
  962. ! int t() { main(); }
  963.   EOF
  964. ! if eval $compile; then
  965. !   have_lib="1"
  966.   fi
  967.   rm -f conftest*
  968. ! LIBS="${LIBS_save}"
  969. ! if test -n "${have_lib}"; then
  970.      :; LIBS="${LIBS} -lc"
  971.   else
  972.      :; 
  973. --- 534,590 ----
  974.      esac
  975.   done
  976.   if test ".${found_termlib}" = "." ; then 
  977. !    
  978. ! {
  979.   test -n "$verbose" && \
  980. ! /bin/echo "    defining NO_TERMCAP"
  981. ! /bin/echo "#define" NO_TERMCAP "1" >> confdefs.h
  982.   DEFS="$DEFS -DNO_TERMCAP=1"
  983.   }
  984.   
  985.   fi
  986.   
  987. ! ac_save_LIBS="${LIBS}"
  988.   LIBS="${LIBS} -lBSD"
  989. ! ac_have_lib=""
  990. ! test -n "$silent" || /bin/echo "checking for -lBSD"
  991. ! cat > conftest.${ac_ext} <<EOF
  992. ! #include "confdefs.h"
  993.   
  994. ! int main() { return 0; }
  995. ! int t() { main();; return 0; }
  996.   EOF
  997. ! if eval $ac_compile; then
  998. !   rm -rf conftest*
  999. !   ac_have_lib="1"
  1000.   fi
  1001.   rm -f conftest*
  1002. ! LIBS="${ac_save_LIBS}"
  1003. ! if test -n "${ac_have_lib}"; then
  1004.      :; LIBS="${LIBS} -lBSD"
  1005.   else
  1006.      :; 
  1007.   fi
  1008.   
  1009. ! ac_save_LIBS="${LIBS}"
  1010.   LIBS="${LIBS} -lc"
  1011. ! ac_have_lib=""
  1012. ! test -n "$silent" || /bin/echo "checking for -lc"
  1013. ! cat > conftest.${ac_ext} <<EOF
  1014. ! #include "confdefs.h"
  1015.   
  1016. ! int main() { return 0; }
  1017. ! int t() { main();; return 0; }
  1018.   EOF
  1019. ! if eval $ac_compile; then
  1020. !   rm -rf conftest*
  1021. !   ac_have_lib="1"
  1022.   fi
  1023.   rm -f conftest*
  1024. ! LIBS="${ac_save_LIBS}"
  1025. ! if test -n "${ac_have_lib}"; then
  1026.      :; LIBS="${LIBS} -lc"
  1027.   else
  1028.      :; 
  1029. ***************
  1030. *** 367,387 ****
  1031.   
  1032.   # Needed by Solaris 2.x to resolve references in libucb.  (and maybe other
  1033.   # SVR4 systems need this too?)
  1034. ! LIBS_save="${LIBS}"
  1035.   LIBS="${LIBS} -lelf"
  1036. ! have_lib=""
  1037. ! echo checking for -lelf
  1038. ! cat > conftest.c <<EOF
  1039.   
  1040. ! int main() { exit(0); }
  1041. ! int t() { main(); }
  1042.   EOF
  1043. ! if eval $compile; then
  1044. !   have_lib="1"
  1045.   fi
  1046.   rm -f conftest*
  1047. ! LIBS="${LIBS_save}"
  1048. ! if test -n "${have_lib}"; then
  1049.      :; LIBS="${LIBS} -lelf"
  1050.   else
  1051.      :; 
  1052. --- 593,616 ----
  1053.   
  1054.   # Needed by Solaris 2.x to resolve references in libucb.  (and maybe other
  1055.   # SVR4 systems need this too?)
  1056. ! ac_save_LIBS="${LIBS}"
  1057.   LIBS="${LIBS} -lelf"
  1058. ! ac_have_lib=""
  1059. ! test -n "$silent" || /bin/echo "checking for -lelf"
  1060. ! cat > conftest.${ac_ext} <<EOF
  1061. ! #include "confdefs.h"
  1062.   
  1063. ! int main() { return 0; }
  1064. ! int t() { main();; return 0; }
  1065.   EOF
  1066. ! if eval $ac_compile; then
  1067. !   rm -rf conftest*
  1068. !   ac_have_lib="1"
  1069.   fi
  1070.   rm -f conftest*
  1071. ! LIBS="${ac_save_LIBS}"
  1072. ! if test -n "${ac_have_lib}"; then
  1073.      :; LIBS="${LIBS} -lelf"
  1074.   else
  1075.      :; 
  1076. ***************
  1077. *** 390,411 ****
  1078.   
  1079.   # Needed for SVR4
  1080.   my_LIBS_save="${LIBS}"
  1081. ! LIBS="${LIBS} -L/usr/ucblib"
  1082. ! LIBS_save="${LIBS}"
  1083.   LIBS="${LIBS} -lucb"
  1084. ! have_lib=""
  1085. ! echo checking for -lucb
  1086. ! cat > conftest.c <<EOF
  1087.   
  1088. ! int main() { exit(0); }
  1089. ! int t() { main(); }
  1090.   EOF
  1091. ! if eval $compile; then
  1092. !   have_lib="1"
  1093.   fi
  1094.   rm -f conftest*
  1095. ! LIBS="${LIBS_save}"
  1096. ! if test -n "${have_lib}"; then
  1097.      :; LIBS="${LIBS} -lucb"
  1098.   else
  1099.      :; LIBS="${my_LIBS_save}"
  1100. --- 619,643 ----
  1101.   
  1102.   # Needed for SVR4
  1103.   my_LIBS_save="${LIBS}"
  1104. ! LIBS="${LIBS} -L/gnu/ucblib"
  1105. ! ac_save_LIBS="${LIBS}"
  1106.   LIBS="${LIBS} -lucb"
  1107. ! ac_have_lib=""
  1108. ! test -n "$silent" || /bin/echo "checking for -lucb"
  1109. ! cat > conftest.${ac_ext} <<EOF
  1110. ! #include "confdefs.h"
  1111.   
  1112. ! int main() { return 0; }
  1113. ! int t() { main();; return 0; }
  1114.   EOF
  1115. ! if eval $ac_compile; then
  1116. !   rm -rf conftest*
  1117. !   ac_have_lib="1"
  1118.   fi
  1119.   rm -f conftest*
  1120. ! LIBS="${ac_save_LIBS}"
  1121. ! if test -n "${ac_have_lib}"; then
  1122.      :; LIBS="${LIBS} -lucb"
  1123.   else
  1124.      :; LIBS="${my_LIBS_save}"
  1125. ***************
  1126. *** 414,446 ****
  1127.   case " ${LIBS} " in
  1128.      *' -lucb '* ) 
  1129.         echo "*** Note: You may need to set LD_LIBRARY_PATH or LD_PATH to" 1>&2
  1130. !       echo "*** contain /usr/ucblib for the ispell executables to work." 1>&2
  1131.         echo "*** (don't blame us, this is SVR4 lossage)" 1>&2
  1132.        ;;
  1133.   esac   
  1134.   
  1135. ! echo checking for return type of signal handlers
  1136. ! cat > conftest.c <<EOF
  1137.   #include <sys/types.h>
  1138.   #include <signal.h>
  1139.   #ifdef signal
  1140.   #undef signal
  1141.   #endif
  1142.   extern void (*signal ()) ();
  1143. ! int main() { exit(0); }
  1144. ! int t() { int i; }
  1145.   EOF
  1146. ! if eval $compile; then
  1147. !   {
  1148.   test -n "$verbose" && \
  1149. ! echo '    defining' RETSIGTYPE to be 'void'
  1150.   DEFS="$DEFS -DRETSIGTYPE=void"
  1151.   }
  1152.   
  1153.   else
  1154. !   {
  1155.   test -n "$verbose" && \
  1156. ! echo '    defining' RETSIGTYPE to be 'int'
  1157.   DEFS="$DEFS -DRETSIGTYPE=int"
  1158.   }
  1159.   
  1160. --- 646,686 ----
  1161.   case " ${LIBS} " in
  1162.      *' -lucb '* ) 
  1163.         echo "*** Note: You may need to set LD_LIBRARY_PATH or LD_PATH to" 1>&2
  1164. !       echo "*** contain /gnu/ucblib for the ispell executables to work." 1>&2
  1165.         echo "*** (don't blame us, this is SVR4 lossage)" 1>&2
  1166.        ;;
  1167.   esac   
  1168.   
  1169. ! test -n "$silent" || /bin/echo "checking for return type of signal handlers"
  1170. ! cat > conftest.${ac_ext} <<EOF
  1171. ! #include "confdefs.h"
  1172.   #include <sys/types.h>
  1173.   #include <signal.h>
  1174.   #ifdef signal
  1175.   #undef signal
  1176.   #endif
  1177.   extern void (*signal ()) ();
  1178. ! int main() { return 0; }
  1179. ! int t() { int i;; return 0; }
  1180.   EOF
  1181. ! if eval $ac_compile; then
  1182. !   rm -rf conftest*
  1183. !   
  1184. ! {
  1185.   test -n "$verbose" && \
  1186. ! /bin/echo "    defining" RETSIGTYPE to be "void"
  1187. ! /bin/echo "#define" RETSIGTYPE "void" >> confdefs.h
  1188.   DEFS="$DEFS -DRETSIGTYPE=void"
  1189.   }
  1190.   
  1191.   else
  1192. !   rm -rf conftest*
  1193. !   
  1194. ! {
  1195.   test -n "$verbose" && \
  1196. ! /bin/echo "    defining" RETSIGTYPE to be "int"
  1197. ! /bin/echo "#define" RETSIGTYPE "int" >> confdefs.h
  1198.   DEFS="$DEFS -DRETSIGTYPE=int"
  1199.   }
  1200.   
  1201. ***************
  1202. *** 448,454 ****
  1203.   rm -f conftest*
  1204.   
  1205.   
  1206. ! prog='/* Ultrix mips cc rejects this.  */
  1207.   typedef int charset[2]; const charset x;
  1208.   /* SunOS 4.1.1 cc rejects this.  */
  1209.   char const *const *ccp;
  1210. --- 688,694 ----
  1211.   rm -f conftest*
  1212.   
  1213.   
  1214. ! ac_prog='/* Ultrix mips cc rejects this.  */
  1215.   typedef int charset[2]; const charset x;
  1216.   /* SunOS 4.1.1 cc rejects this.  */
  1217.   char const *const *ccp;
  1218. ***************
  1219. *** 457,463 ****
  1220.      It does not let you subtract one const X* pointer from another in an arm
  1221.      of an if-expression whose if-part is not a constant expression */
  1222.   const char *g = "string";
  1223. ! p = &g + (g ? g-g : 0);
  1224.   /* HPUX 7.0 cc rejects these. */
  1225.   ++ccp;
  1226.   p = (char**) ccp;
  1227. --- 697,703 ----
  1228.      It does not let you subtract one const X* pointer from another in an arm
  1229.      of an if-expression whose if-part is not a constant expression */
  1230.   const char *g = "string";
  1231. ! ccp = &g + (g ? g-g : 0);
  1232.   /* HPUX 7.0 cc rejects these. */
  1233.   ++ccp;
  1234.   p = (char**) ccp;
  1235. ***************
  1236. *** 482,500 ****
  1237.        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1238.     struct s { int j; const int *ap[3]; };
  1239.     struct s *b; b->j = 5;
  1240.   }'
  1241. ! echo checking for working const
  1242. ! cat > conftest.c <<EOF
  1243.   
  1244. ! int main() { exit(0); }
  1245. ! int t() { $prog }
  1246.   EOF
  1247. ! if eval $compile; then
  1248.     :
  1249.   else
  1250. !   {
  1251.   test -n "$verbose" && \
  1252. ! echo '    defining' const to be 'empty'
  1253.   DEFS="$DEFS -Dconst="
  1254.   }
  1255.   
  1256. --- 722,747 ----
  1257.        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  1258.     struct s { int j; const int *ap[3]; };
  1259.     struct s *b; b->j = 5;
  1260. + }
  1261. + { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  1262. +   const int foo = 10;
  1263.   }'
  1264. ! test -n "$silent" || /bin/echo "checking for lack of working const"
  1265. ! cat > conftest.${ac_ext} <<EOF
  1266. ! #include "confdefs.h"
  1267.   
  1268. ! int main() { return 0; }
  1269. ! int t() { $ac_prog; return 0; }
  1270.   EOF
  1271. ! if eval $ac_compile; then
  1272.     :
  1273.   else
  1274. !   rm -rf conftest*
  1275. !   
  1276. ! {
  1277.   test -n "$verbose" && \
  1278. ! /bin/echo "    defining" const to be empty
  1279. ! /bin/echo "#define" const "" >> confdefs.h
  1280.   DEFS="$DEFS -Dconst="
  1281.   }
  1282.   
  1283. ***************
  1284. *** 502,519 ****
  1285.   rm -f conftest*
  1286.   
  1287.   if test -n "$GCC"; then
  1288. ! echo checking for inline
  1289. ! cat > conftest.c <<EOF
  1290.   
  1291. ! int main() { exit(0); }
  1292. ! int t() { } inline foo() { }
  1293.   EOF
  1294. ! if eval $compile; then
  1295.     :
  1296.   else
  1297. !   {
  1298.   test -n "$verbose" && \
  1299. ! echo '    defining' inline to be '__inline'
  1300.   DEFS="$DEFS -Dinline=__inline"
  1301.   }
  1302.   
  1303. --- 749,770 ----
  1304.   rm -f conftest*
  1305.   
  1306.   if test -n "$GCC"; then
  1307. ! test -n "$silent" || /bin/echo "checking for inline"
  1308. ! cat > conftest.${ac_ext} <<EOF
  1309. ! #include "confdefs.h"
  1310.   
  1311. ! int main() { return 0; }
  1312. ! int t() { } inline foo() {; return 0; }
  1313.   EOF
  1314. ! if eval $ac_compile; then
  1315.     :
  1316.   else
  1317. !   rm -rf conftest*
  1318. !   
  1319. ! {
  1320.   test -n "$verbose" && \
  1321. ! /bin/echo "    defining" inline to be "__inline"
  1322. ! /bin/echo "#define" inline "__inline" >> confdefs.h
  1323.   DEFS="$DEFS -Dinline=__inline"
  1324.   }
  1325.   
  1326. ***************
  1327. *** 524,546 ****
  1328.   
  1329.   # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  1330.   # for constant arguments.  Useless!
  1331. ! echo checking for working alloca.h
  1332. ! cat > conftest.c <<EOF
  1333.   #include <alloca.h>
  1334. ! int main() { exit(0); }
  1335. ! int t() { char *p = alloca(2 * sizeof(int)); }
  1336.   EOF
  1337. ! if eval $compile; then
  1338. !   {
  1339.   test -n "$verbose" && \
  1340. ! echo '    defining' HAVE_ALLOCA_H
  1341.   DEFS="$DEFS -DHAVE_ALLOCA_H=1"
  1342.   }
  1343.   
  1344.   fi
  1345.   rm -f conftest*
  1346.   
  1347. ! decl="#ifdef __GNUC__
  1348.   #define alloca __builtin_alloca
  1349.   #else
  1350.   #if HAVE_ALLOCA_H
  1351. --- 775,802 ----
  1352.   
  1353.   # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
  1354.   # for constant arguments.  Useless!
  1355. ! test -n "$silent" || /bin/echo "checking for working alloca.h"
  1356. ! cat > conftest.${ac_ext} <<EOF
  1357. ! #include "confdefs.h"
  1358.   #include <alloca.h>
  1359. ! int main() { return 0; }
  1360. ! int t() { char *p = alloca(2 * sizeof(int));; return 0; }
  1361.   EOF
  1362. ! if eval $ac_compile; then
  1363. !   rm -rf conftest*
  1364. !   
  1365. ! {
  1366.   test -n "$verbose" && \
  1367. ! /bin/echo "    defining HAVE_ALLOCA_H"
  1368. ! /bin/echo "#define" HAVE_ALLOCA_H "1" >> confdefs.h
  1369.   DEFS="$DEFS -DHAVE_ALLOCA_H=1"
  1370.   }
  1371.   
  1372.   fi
  1373.   rm -f conftest*
  1374.   
  1375. ! ac_decl="#ifdef __GNUC__
  1376.   #define alloca __builtin_alloca
  1377.   #else
  1378.   #if HAVE_ALLOCA_H
  1379. ***************
  1380. *** 554,570 ****
  1381.   #endif
  1382.   #endif
  1383.   "
  1384. ! echo checking for alloca
  1385. ! cat > conftest.c <<EOF
  1386. ! $decl
  1387. ! int main() { exit(0); }
  1388. ! int t() { char *p = (char *) alloca(1); }
  1389. ! EOF
  1390. ! if eval $compile; then
  1391. !   :
  1392.   else
  1393. !   alloca_missing=1
  1394. ! cat > conftest.c <<EOF
  1395.   
  1396.   #if defined(CRAY) && ! defined(CRAY2)
  1397.   winnitude
  1398. --- 810,838 ----
  1399.   #endif
  1400.   #endif
  1401.   "
  1402. ! test -n "$silent" || /bin/echo "checking for alloca"
  1403. ! cat > conftest.${ac_ext} <<EOF
  1404. ! #include "confdefs.h"
  1405. ! $ac_decl
  1406. ! int main() { return 0; }
  1407. ! int t() { char *p = (char *) alloca(1);; return 0; }
  1408. ! EOF
  1409. ! if eval $ac_compile; then
  1410. !   rm -rf conftest*
  1411. !   
  1412. ! {
  1413. ! test -n "$verbose" && \
  1414. ! /bin/echo "    defining HAVE_ALLOCA"
  1415. ! /bin/echo "#define" HAVE_ALLOCA "1" >> confdefs.h
  1416. ! DEFS="$DEFS -DHAVE_ALLOCA=1"
  1417. ! }
  1418.   else
  1419. !   rm -rf conftest*
  1420. !   ac_alloca_missing=1
  1421. ! cat > conftest.${ac_ext} <<EOF
  1422. ! #include "confdefs.h"
  1423.   
  1424.   #if defined(CRAY) && ! defined(CRAY2)
  1425.   winnitude
  1426. ***************
  1427. *** 573,584 ****
  1428.   #endif
  1429.   
  1430.   EOF
  1431. ! eval "$CPP \$DEFS conftest.c > conftest.out 2>&1"
  1432.   if egrep "winnitude" conftest.out >/dev/null 2>&1; then
  1433. !   echo checking for _getb67
  1434. ! cat > conftest.c <<EOF
  1435.   #include <ctype.h>
  1436. ! int main() { exit(0); }
  1437.   int t() { 
  1438.   /* The GNU C library defines this for functions which it implements
  1439.       to always fail with ENOSYS.  Some functions are actually named
  1440. --- 841,854 ----
  1441.   #endif
  1442.   
  1443.   EOF
  1444. ! eval "$ac_cpp conftest.${ac_ext} > conftest.out 2>&1"
  1445.   if egrep "winnitude" conftest.out >/dev/null 2>&1; then
  1446. !   rm -rf conftest*
  1447. !   test -n "$silent" || /bin/echo "checking for _getb67"
  1448. ! cat > conftest.${ac_ext} <<EOF
  1449. ! #include "confdefs.h"
  1450.   #include <ctype.h>
  1451. ! int main() { return 0; }
  1452.   int t() { 
  1453.   /* The GNU C library defines this for functions which it implements
  1454.       to always fail with ENOSYS.  Some functions are actually named
  1455. ***************
  1456. *** 589,608 ****
  1457.   /* Override any gcc2 internal prototype to avoid an error.  */
  1458.   extern char _getb67(); _getb67();
  1459.   #endif
  1460. !  }
  1461.   EOF
  1462. ! if eval $compile; then
  1463.     {
  1464.   test -n "$verbose" && \
  1465. ! echo '    defining' CRAY_STACKSEG_END to be '_getb67'
  1466.   DEFS="$DEFS -DCRAY_STACKSEG_END=_getb67"
  1467.   }
  1468.   
  1469.   else
  1470. !   echo checking for GETB67
  1471. ! cat > conftest.c <<EOF
  1472.   #include <ctype.h>
  1473. ! int main() { exit(0); }
  1474.   int t() { 
  1475.   /* The GNU C library defines this for functions which it implements
  1476.       to always fail with ENOSYS.  Some functions are actually named
  1477. --- 859,883 ----
  1478.   /* Override any gcc2 internal prototype to avoid an error.  */
  1479.   extern char _getb67(); _getb67();
  1480.   #endif
  1481. ! ; return 0; }
  1482.   EOF
  1483. ! if eval $ac_compile; then
  1484. !   rm -rf conftest*
  1485.     {
  1486.   test -n "$verbose" && \
  1487. ! /bin/echo "    defining" CRAY_STACKSEG_END to be "_getb67"
  1488. ! /bin/echo "#define" CRAY_STACKSEG_END "_getb67" >> confdefs.h
  1489.   DEFS="$DEFS -DCRAY_STACKSEG_END=_getb67"
  1490.   }
  1491.   
  1492.   else
  1493. !   rm -rf conftest*
  1494. !   test -n "$silent" || /bin/echo "checking for GETB67"
  1495. ! cat > conftest.${ac_ext} <<EOF
  1496. ! #include "confdefs.h"
  1497.   #include <ctype.h>
  1498. ! int main() { return 0; }
  1499.   int t() { 
  1500.   /* The GNU C library defines this for functions which it implements
  1501.       to always fail with ENOSYS.  Some functions are actually named
  1502. ***************
  1503. *** 613,632 ****
  1504.   /* Override any gcc2 internal prototype to avoid an error.  */
  1505.   extern char GETB67(); GETB67();
  1506.   #endif
  1507. !  }
  1508.   EOF
  1509. ! if eval $compile; then
  1510.     {
  1511.   test -n "$verbose" && \
  1512. ! echo '    defining' CRAY_STACKSEG_END to be 'GETB67'
  1513.   DEFS="$DEFS -DCRAY_STACKSEG_END=GETB67"
  1514.   }
  1515.   
  1516.   else
  1517. !   echo checking for getb67
  1518. ! cat > conftest.c <<EOF
  1519.   #include <ctype.h>
  1520. ! int main() { exit(0); }
  1521.   int t() { 
  1522.   /* The GNU C library defines this for functions which it implements
  1523.       to always fail with ENOSYS.  Some functions are actually named
  1524. --- 888,912 ----
  1525.   /* Override any gcc2 internal prototype to avoid an error.  */
  1526.   extern char GETB67(); GETB67();
  1527.   #endif
  1528. ! ; return 0; }
  1529.   EOF
  1530. ! if eval $ac_compile; then
  1531. !   rm -rf conftest*
  1532.     {
  1533.   test -n "$verbose" && \
  1534. ! /bin/echo "    defining" CRAY_STACKSEG_END to be "GETB67"
  1535. ! /bin/echo "#define" CRAY_STACKSEG_END "GETB67" >> confdefs.h
  1536.   DEFS="$DEFS -DCRAY_STACKSEG_END=GETB67"
  1537.   }
  1538.   
  1539.   else
  1540. !   rm -rf conftest*
  1541. !   test -n "$silent" || /bin/echo "checking for getb67"
  1542. ! cat > conftest.${ac_ext} <<EOF
  1543. ! #include "confdefs.h"
  1544.   #include <ctype.h>
  1545. ! int main() { return 0; }
  1546.   int t() { 
  1547.   /* The GNU C library defines this for functions which it implements
  1548.       to always fail with ENOSYS.  Some functions are actually named
  1549. ***************
  1550. *** 637,651 ****
  1551.   /* Override any gcc2 internal prototype to avoid an error.  */
  1552.   extern char getb67(); getb67();
  1553.   #endif
  1554. !  }
  1555.   EOF
  1556. ! if eval $compile; then
  1557.     {
  1558.   test -n "$verbose" && \
  1559. ! echo '    defining' CRAY_STACKSEG_END to be 'getb67'
  1560.   DEFS="$DEFS -DCRAY_STACKSEG_END=getb67"
  1561.   }
  1562.   
  1563.   fi
  1564.   rm -f conftest*
  1565.   
  1566. --- 917,934 ----
  1567.   /* Override any gcc2 internal prototype to avoid an error.  */
  1568.   extern char getb67(); getb67();
  1569.   #endif
  1570. ! ; return 0; }
  1571.   EOF
  1572. ! if eval $ac_compile; then
  1573. !   rm -rf conftest*
  1574.     {
  1575.   test -n "$verbose" && \
  1576. ! /bin/echo "    defining" CRAY_STACKSEG_END to be "getb67"
  1577. ! /bin/echo "#define" CRAY_STACKSEG_END "getb67" >> confdefs.h
  1578.   DEFS="$DEFS -DCRAY_STACKSEG_END=getb67"
  1579.   }
  1580.   
  1581.   fi
  1582.   rm -f conftest*
  1583.   
  1584. ***************
  1585. *** 655,660 ****
  1586. --- 938,944 ----
  1587.   fi
  1588.   rm -f conftest*
  1589.   
  1590.   fi
  1591.   rm -f conftest*
  1592.   
  1593. ***************
  1594. *** 662,698 ****
  1595.   fi
  1596.   rm -f conftest*
  1597.   
  1598. ! if test -n "$alloca_missing"; then
  1599.     # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  1600.     # that cause trouble.  Some versions do not even contain alloca or
  1601.     # contain a buggy version.  If you still want to use their alloca,
  1602.     # use ar to extract alloca.o from them instead of compiling alloca.c.
  1603.     ALLOCA=alloca.o
  1604.   
  1605. !   echo 'checking stack direction for C alloca'
  1606. !   echo checking whether cross-compiling
  1607.   # If we cannot run a trivial program, we must be cross compiling.
  1608. ! cat > conftest.c <<EOF
  1609.   main(){exit(0);}
  1610.   EOF
  1611. ! eval $compile
  1612.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1613.     :
  1614.   else
  1615.     cross_compiling=1
  1616.   fi
  1617. ! rm -f conftest*
  1618.   
  1619.   if test -n "$cross_compiling"
  1620.   then
  1621. !   {
  1622.   test -n "$verbose" && \
  1623. ! echo '    defining' STACK_DIRECTION to be '0'
  1624.   DEFS="$DEFS -DSTACK_DIRECTION=0"
  1625.   }
  1626.   
  1627.   else
  1628. ! cat > conftest.c <<EOF
  1629.   find_stack_direction ()
  1630.   {
  1631.     static char *addr = 0;
  1632. --- 946,994 ----
  1633.   fi
  1634.   rm -f conftest*
  1635.   
  1636. ! if test -n "$ac_alloca_missing"; then
  1637.     # The SVR3 libPW and SVR4 libucb both contain incompatible functions
  1638.     # that cause trouble.  Some versions do not even contain alloca or
  1639.     # contain a buggy version.  If you still want to use their alloca,
  1640.     # use ar to extract alloca.o from them instead of compiling alloca.c.
  1641.     ALLOCA=alloca.o
  1642. +   
  1643. + {
  1644. + test -n "$verbose" && \
  1645. + /bin/echo "    defining C_ALLOCA"
  1646. + /bin/echo "#define" C_ALLOCA "1" >> confdefs.h
  1647. + DEFS="$DEFS -DC_ALLOCA=1"
  1648. + }
  1649.   
  1650. !   test -n "$silent" || /bin/echo "checking stack direction for C alloca"
  1651. !   test -n "$silent" || /bin/echo "checking whether cross-compiling"
  1652.   # If we cannot run a trivial program, we must be cross compiling.
  1653. ! cat > conftest.${ac_ext} <<EOF
  1654. ! #include "confdefs.h"
  1655.   main(){exit(0);}
  1656.   EOF
  1657. ! eval $ac_compile
  1658.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1659.     :
  1660.   else
  1661.     cross_compiling=1
  1662.   fi
  1663. ! rm -fr conftest*
  1664.   
  1665.   if test -n "$cross_compiling"
  1666.   then
  1667. !   
  1668. ! {
  1669.   test -n "$verbose" && \
  1670. ! /bin/echo "    defining" STACK_DIRECTION to be "0"
  1671. ! /bin/echo "#define" STACK_DIRECTION "0" >> confdefs.h
  1672.   DEFS="$DEFS -DSTACK_DIRECTION=0"
  1673.   }
  1674.   
  1675.   else
  1676. ! cat > conftest.${ac_ext} <<EOF
  1677. ! #include "confdefs.h"
  1678.   find_stack_direction ()
  1679.   {
  1680.     static char *addr = 0;
  1681. ***************
  1682. *** 710,758 ****
  1683.     exit (find_stack_direction() < 0);
  1684.   }
  1685.   EOF
  1686. ! eval $compile
  1687.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1688. !   {
  1689.   test -n "$verbose" && \
  1690. ! echo '    defining' STACK_DIRECTION to be '1'
  1691.   DEFS="$DEFS -DSTACK_DIRECTION=1"
  1692.   }
  1693.   
  1694.   else
  1695. !   {
  1696.   test -n "$verbose" && \
  1697. ! echo '    defining' STACK_DIRECTION to be '-1'
  1698.   DEFS="$DEFS -DSTACK_DIRECTION=-1"
  1699.   }
  1700.   
  1701.   fi
  1702.   fi
  1703. ! rm -f conftest*
  1704.   fi
  1705.   
  1706.   
  1707. ! for hdr in malloc.h termios.h termio.h string.h strings.h
  1708.   do
  1709. ! trhdr=HAVE_`echo $hdr | tr '[a-z]./' '[A-Z]__'`
  1710. ! echo checking for ${hdr}
  1711. ! cat > conftest.c <<EOF
  1712. ! #include <${hdr}>
  1713. ! EOF
  1714. ! err=`eval "($CPP \$DEFS conftest.c >/dev/null) 2>&1"`
  1715. ! if test -z "$err"; then
  1716. !   {
  1717.   test -n "$verbose" && \
  1718. ! echo '    defining' ${trhdr}
  1719. ! DEFS="$DEFS -D${trhdr}=1"
  1720.   }
  1721.   
  1722.   fi
  1723.   rm -f conftest*
  1724.   done
  1725.   
  1726.   
  1727. ! echo checking for checking for broken TIOCGWINSZ
  1728. ! cat > conftest.c <<EOF
  1729.   
  1730.   #include <sys/ioctl.h>
  1731.   #ifdef HAVE_TERMIOS_H
  1732. --- 1006,1068 ----
  1733.     exit (find_stack_direction() < 0);
  1734.   }
  1735.   EOF
  1736. ! eval $ac_compile
  1737.   if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1738. !   
  1739. ! {
  1740.   test -n "$verbose" && \
  1741. ! /bin/echo "    defining" STACK_DIRECTION to be "1"
  1742. ! /bin/echo "#define" STACK_DIRECTION "1" >> confdefs.h
  1743.   DEFS="$DEFS -DSTACK_DIRECTION=1"
  1744.   }
  1745.   
  1746.   else
  1747. !   
  1748. ! {
  1749.   test -n "$verbose" && \
  1750. ! /bin/echo "    defining" STACK_DIRECTION to be "-1"
  1751. ! /bin/echo "#define" STACK_DIRECTION "-1" >> confdefs.h
  1752.   DEFS="$DEFS -DSTACK_DIRECTION=-1"
  1753.   }
  1754.   
  1755.   fi
  1756.   fi
  1757. ! rm -fr conftest*
  1758.   fi
  1759.   
  1760.   
  1761. ! #Disable check for termio.h and termios.h by removing from list.
  1762. ! for ac_hdr in malloc.h string.h strings.h
  1763.   do
  1764. ! ac_tr_hdr=HAVE_`/bin/echo $ac_hdr | tr '[a-z]./' '[A-Z]__'`
  1765. ! test -n "$silent" || /bin/echo "checking for ${ac_hdr}"
  1766. ! cat > conftest.${ac_ext} <<EOF
  1767. ! #include "confdefs.h"
  1768. ! #include <${ac_hdr}>
  1769. ! EOF
  1770. ! # Some shells (Coherent) do redirections in the wrong order, so need
  1771. ! # the parens.
  1772. ! ac_err=`eval "($ac_cpp conftest.${ac_ext} >/dev/null) 2>&1"`
  1773. ! if test -z "$ac_err"; then
  1774. !   rm -rf conftest*
  1775. !   
  1776. ! {
  1777.   test -n "$verbose" && \
  1778. ! /bin/echo "    defining ${ac_tr_hdr}"
  1779. ! /bin/echo "#define" ${ac_tr_hdr} "1" >> confdefs.h
  1780. ! DEFS="$DEFS -D${ac_tr_hdr}=1"
  1781.   }
  1782.   
  1783.   fi
  1784.   rm -f conftest*
  1785.   done
  1786.   
  1787.   
  1788. ! test -n "$silent" || /bin/echo "checking for checking for broken TIOCGWINSZ"
  1789. ! cat > conftest.${ac_ext} <<EOF
  1790. ! #include "confdefs.h"
  1791.   
  1792.   #include <sys/ioctl.h>
  1793.   #ifdef HAVE_TERMIOS_H
  1794. ***************
  1795. *** 765,783 ****
  1796.   #endif
  1797.   #endif
  1798.   
  1799. ! int main() { exit(0); }
  1800.   int t() { 
  1801.   #ifdef TIOCGWINSZ
  1802.   struct winsize    wsize;
  1803.   #endif /* TIOCGWINSZ */
  1804. !  }
  1805.   EOF
  1806. ! if eval $compile; then
  1807.     :
  1808.   else
  1809. !   {
  1810.   test -n "$verbose" && \
  1811. ! echo '    defining' BROKEN_TIOCGWINSZ
  1812.   DEFS="$DEFS -DBROKEN_TIOCGWINSZ=1"
  1813.   }
  1814.   
  1815. --- 1075,1098 ----
  1816.   #endif
  1817.   #endif
  1818.   
  1819. ! int main() { return 0; }
  1820.   int t() { 
  1821.   #ifdef TIOCGWINSZ
  1822.   struct winsize    wsize;
  1823.   #endif /* TIOCGWINSZ */
  1824. ! ; return 0; }
  1825.   EOF
  1826. ! if eval $ac_compile; then
  1827. !   rm -rf conftest*
  1828.     :
  1829.   else
  1830. !   rm -rf conftest*
  1831. !   
  1832. ! {
  1833.   test -n "$verbose" && \
  1834. ! /bin/echo "    defining BROKEN_TIOCGWINSZ"
  1835. ! /bin/echo "#define" BROKEN_TIOCGWINSZ "1" >> confdefs.h
  1836.   DEFS="$DEFS -DBROKEN_TIOCGWINSZ=1"
  1837.   }
  1838.   
  1839. ***************
  1840. *** 787,805 ****
  1841.   
  1842.   
  1843.   
  1844.   if test -n "$prefix"; then
  1845. !   test -z "$exec_prefix" && exec_prefix='${prefix}'
  1846. !   prsub="s%^prefix\\([     ]*\\)=\\([     ]*\\).*$%prefix\\1=\\2$prefix%"
  1847.   fi
  1848.   if test -n "$exec_prefix"; then
  1849. !   prsub="$prsub
  1850. ! s%^exec_prefix\\([     ]*\\)=\\([     ]*\\).*$%\
  1851. ! exec_prefix\\1=\\2$exec_prefix%"
  1852.   fi
  1853. ! DEFS="`echo \"$DEFS\" | sed 's%[&\\\]%\\\&%g'`"
  1854.   
  1855. ! trap 'rm -f config.status; exit 1' 1 3 15
  1856. ! echo creating config.status
  1857.   rm -f config.status
  1858.   cat > config.status <<EOF
  1859.   #!/bin/sh
  1860. --- 1102,1134 ----
  1861.   
  1862.   
  1863.   
  1864. + # Set default prefixes.
  1865.   if test -n "$prefix"; then
  1866. !   test -z "$exec_prefix" && exec_prefix='${prefix}' # Let make expand it.
  1867. !   ac_prsub="s%^prefix\\([     ]*\\)=\\([     ]*\\).*$%prefix\\1=\\2$prefix%"
  1868.   fi
  1869.   if test -n "$exec_prefix"; then
  1870. !   ac_prsub="$ac_prsub
  1871. ! s%^exec_prefix\\([     ]*\\)=\\([     ]*\\).*$%exec_prefix\\1=\\2$exec_prefix%"
  1872.   fi
  1873. ! # Any assignment to VPATH causes Sun make to only execute
  1874. ! # the first set of double-colon rules, so remove it if not needed.
  1875. ! # If there is a colon in the path, we need to keep it.
  1876. ! if test "x$srcdir" = x.; then
  1877. !   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  1878. ! fi
  1879. ! # Quote sed substitution magic chars in DEFS.
  1880. ! cat >conftest.def <<EOF
  1881. ! $DEFS
  1882. ! EOF
  1883. ! ac_escape_ampersand_and_backslash='s%[&\\]%\\&%g'
  1884. ! DEFS=`sed "$ac_escape_ampersand_and_backslash" <conftest.def`
  1885. ! rm -f conftest.def
  1886. ! # Substitute for predefined variables.
  1887.   
  1888. ! trap 'rm -f config.status; exit 1' 1 2 15
  1889. ! /bin/echo creating config.status
  1890.   rm -f config.status
  1891.   cat > config.status <<EOF
  1892.   #!/bin/sh
  1893. ***************
  1894. *** 810,825 ****
  1895.   #
  1896.   # $0 $configure_args
  1897.   
  1898. ! for arg
  1899.   do
  1900. !   case "\$arg" in
  1901. !     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1902. !     exec /bin/sh $0 $configure_args ;;
  1903. !     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  1904.     esac
  1905.   done
  1906.   
  1907. ! trap 'rm -f Makefile; exit 1' 1 3 15
  1908.   CC='$CC'
  1909.   CPP='$CPP'
  1910.   INSTALL='$INSTALL'
  1911. --- 1139,1161 ----
  1912.   #
  1913.   # $0 $configure_args
  1914.   
  1915. ! ac_cs_usage="Usage: config.status [--recheck] [--version] [--help]"
  1916. ! for ac_option
  1917.   do
  1918. !   case "\$ac_option" in
  1919. !   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1920. !     /bin/echo running \${CONFIG_SHELL-/bin/sh} $0 $configure_args --no-create
  1921. !     exec \${CONFIG_SHELL-/bin/sh} $0 $configure_args --no-create ;;
  1922. !   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1923. !     /bin/echo "config.status generated by autoconf version 1.9"
  1924. !     exit 0 ;;
  1925. !   -help | --help | --hel | --he | --h)
  1926. !     /bin/echo "\$ac_cs_usage"; exit 0 ;;
  1927. !   *) /bin/echo "\$ac_cs_usage"; exit 1 ;;
  1928.     esac
  1929.   done
  1930.   
  1931. ! trap 'rm -f Makefile; exit 1' 1 2 15
  1932.   CC='$CC'
  1933.   CPP='$CPP'
  1934.   INSTALL='$INSTALL'
  1935. ***************
  1936. *** 830,860 ****
  1937.   CHARSET='$CHARSET'
  1938.   LIBS='$LIBS'
  1939.   srcdir='$srcdir'
  1940. ! DEFS='$DEFS'
  1941.   prefix='$prefix'
  1942.   exec_prefix='$exec_prefix'
  1943. ! prsub='$prsub'
  1944.   EOF
  1945.   cat >> config.status <<\EOF
  1946.   
  1947. ! top_srcdir=$srcdir
  1948. ! # Allow make-time overrides of the generated file list.
  1949. ! test -n "$gen_files" || gen_files="Makefile"
  1950.   
  1951. ! for file in .. $gen_files; do if [ "x$file" != "x.." ]; then
  1952. !   srcdir=$top_srcdir
  1953.     # Remove last slash and all that follows it.  Not all systems have dirname.
  1954. !   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  1955. !   if test "$dir" != "$file"; then
  1956. !     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  1957. !     test ! -d $dir && mkdir $dir
  1958.     fi
  1959. !   echo creating $file
  1960. !   rm -f $file
  1961. !   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  1962.     sed -e "
  1963. ! $prsub
  1964.   s%@CC@%$CC%g
  1965.   s%@CPP@%$CPP%g
  1966.   s%@INSTALL@%$INSTALL%g
  1967. --- 1166,1216 ----
  1968.   CHARSET='$CHARSET'
  1969.   LIBS='$LIBS'
  1970.   srcdir='$srcdir'
  1971. ! top_srcdir='$top_srcdir'
  1972.   prefix='$prefix'
  1973.   exec_prefix='$exec_prefix'
  1974. ! DEFS='$DEFS'
  1975. ! ac_prsub='$ac_prsub'
  1976. ! ac_vpsub='$ac_vpsub'
  1977. ! extrasub='$extrasub'
  1978.   EOF
  1979.   cat >> config.status <<\EOF
  1980.   
  1981. ! ac_given_srcdir=$srcdir
  1982.   
  1983. ! CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  1984. ! for ac_file in .. ${CONFIG_FILES}; do if test "x$ac_file" != x..; then
  1985.     # Remove last slash and all that follows it.  Not all systems have dirname.
  1986. !   ac_dir=`/bin/echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1987. !   if test "$ac_dir" != "$ac_file"; then
  1988. !     # The file is in a subdirectory.
  1989. !     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1990. !     ac_dir_suffix="/$ac_dir"
  1991. !   else
  1992. !     ac_dir_suffix=
  1993.     fi
  1994. !   # A "../" for each directory in $ac_dir_suffix.
  1995. !   ac_dots=`/bin/echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1996. !   case "$ac_given_srcdir" in
  1997. !   .)  srcdir=.; top_srcdir="$ac_dots." ;;
  1998. !   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1999. !   *) # Relative path.
  2000. !     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  2001. !     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  2002. !   esac
  2003. !   /bin/echo creating "$ac_file"
  2004. !   rm -f "$ac_file"
  2005. !   comment_str="Generated automatically from `/bin/echo $ac_file|sed 's|.*/||'`.in by configure."
  2006. !   case "$ac_file" in
  2007. !     *.c | *.h | *.C | *.cc | *.m )  /bin/echo "/* $comment_str */" > "$ac_file" ;;
  2008. !     * )          /bin/echo "# $comment_str"     > "$ac_file" ;;
  2009. !   esac
  2010.     sed -e "
  2011. ! $ac_prsub
  2012. ! $ac_vpsub
  2013. ! $extrasub
  2014.   s%@CC@%$CC%g
  2015.   s%@CPP@%$CPP%g
  2016.   s%@INSTALL@%$INSTALL%g
  2017. ***************
  2018. *** 865,876 ****
  2019.   s%@CHARSET@%$CHARSET%g
  2020.   s%@LIBS@%$LIBS%g
  2021.   s%@srcdir@%$srcdir%g
  2022.   s%@DEFS@%$DEFS%
  2023. ! " $top_srcdir/${file}.in >> $file
  2024.   fi; done
  2025.   
  2026.   exit 0
  2027.   EOF
  2028.   chmod +x config.status
  2029. ! test -n "$no_create" || ./config.status
  2030.   
  2031. --- 1221,1236 ----
  2032.   s%@CHARSET@%$CHARSET%g
  2033.   s%@LIBS@%$LIBS%g
  2034.   s%@srcdir@%$srcdir%g
  2035. + s%@top_srcdir@%$top_srcdir%g
  2036. + s%@prefix@%$prefix%g
  2037. + s%@exec_prefix@%$exec_prefix%g
  2038.   s%@DEFS@%$DEFS%
  2039. ! " $ac_given_srcdir/${ac_file}.in >> $ac_file
  2040.   fi; done
  2041.   
  2042.   exit 0
  2043.   EOF
  2044.   chmod +x config.status
  2045. ! test -n "$no_create" || ${CONFIG_SHELL-/bin/sh} config.status
  2046.   
  2047. diff -rc --new-file /src/baseline/ispell-4.0/configure.in ispell-4.0/configure.in
  2048. *** /src/baseline/ispell-4.0/configure.in    Tue Jun  1 01:37:54 1993
  2049. --- ispell-4.0/configure.in    Mon Apr 25 21:50:49 1994
  2050. ***************
  2051. *** 4,15 ****
  2052.   AC_GCC_TRADITIONAL
  2053.   AC_PROG_INSTALL
  2054.   
  2055. - AC_USG
  2056. - if test "z$USG" = "z" ; then
  2057. -    echo checking for BSD
  2058. -    ( test -f /vmunix || test -f /sdmach || test -f /../../mach ) && AC_DEFINE(BSD)
  2059. - fi
  2060.   CHARSET="c-generic.c"
  2061.   AC_PROGRAM_CHECK(i386_host_p, i386, t, nil)
  2062.   if test "${i386_host_p}" = "t" && i386 > /dev/null 2>&1; then
  2063. --- 4,9 ----
  2064. ***************
  2065. *** 37,48 ****
  2066.   
  2067.   # Needed for SVR4
  2068.   my_LIBS_save="${LIBS}"
  2069. ! LIBS="${LIBS} -L/usr/ucblib"
  2070.   AC_HAVE_LIBRARY(-lucb, [LIBS="${LIBS} -lucb"], [LIBS="${my_LIBS_save}"])
  2071.   case " ${LIBS} " in
  2072.      *' -lucb '* ) 
  2073.         echo "*** Note: You may need to set LD_LIBRARY_PATH or LD_PATH to" 1>&2
  2074. !       echo "*** contain /usr/ucblib for the ispell executables to work." 1>&2
  2075.         echo "*** (don't blame us, this is SVR4 lossage)" 1>&2
  2076.        ;;
  2077.   esac   
  2078. --- 31,42 ----
  2079.   
  2080.   # Needed for SVR4
  2081.   my_LIBS_save="${LIBS}"
  2082. ! LIBS="${LIBS} -L/gnu/ucblib"
  2083.   AC_HAVE_LIBRARY(-lucb, [LIBS="${LIBS} -lucb"], [LIBS="${my_LIBS_save}"])
  2084.   case " ${LIBS} " in
  2085.      *' -lucb '* ) 
  2086.         echo "*** Note: You may need to set LD_LIBRARY_PATH or LD_PATH to" 1>&2
  2087. !       echo "*** contain /gnu/ucblib for the ispell executables to work." 1>&2
  2088.         echo "*** (don't blame us, this is SVR4 lossage)" 1>&2
  2089.        ;;
  2090.   esac   
  2091. ***************
  2092. *** 52,58 ****
  2093.   AC_INLINE
  2094.   AC_ALLOCA
  2095.   
  2096. ! AC_HAVE_HEADERS(malloc.h termios.h termio.h string.h strings.h)
  2097.   
  2098.   AC_COMPILE_CHECK([checking for broken TIOCGWINSZ],[
  2099.   #include <sys/ioctl.h>
  2100. --- 46,53 ----
  2101.   AC_INLINE
  2102.   AC_ALLOCA
  2103.   
  2104. ! #Disable check for termio.h and termios.h by removing from list.
  2105. ! AC_HAVE_HEADERS(malloc.h string.h strings.h)
  2106.   
  2107.   AC_COMPILE_CHECK([checking for broken TIOCGWINSZ],[
  2108.   #include <sys/ioctl.h>
  2109. diff -rc --new-file /src/baseline/ispell-4.0/ispell.1 ispell-4.0/ispell.1
  2110. *** /src/baseline/ispell-4.0/ispell.1    Fri Jul 22 18:14:53 1988
  2111. --- ispell-4.0/ispell.1    Thu Feb 24 00:23:38 1994
  2112. ***************
  2113. *** 85,91 ****
  2114.   .SH FILES
  2115.   .PD 0
  2116.   .TP 40
  2117. ! /usr/lib/ispell.dict
  2118.   System dictionary
  2119.   .TP 40
  2120.   $HOME/ispell.words
  2121. --- 85,91 ----
  2122.   .SH FILES
  2123.   .PD 0
  2124.   .TP 40
  2125. ! /gnu/lib/ispell.dict
  2126.   System dictionary
  2127.   .TP 40
  2128.   $HOME/ispell.words
  2129. diff -rc --new-file /src/baseline/ispell-4.0/ispell.el ispell-4.0/ispell.el
  2130. *** /src/baseline/ispell-4.0/ispell.el    Tue Jun  1 05:37:34 1993
  2131. --- ispell-4.0/ispell.el    Thu Feb 24 00:23:52 1994
  2132. ***************
  2133. *** 220,226 ****
  2134.         (unwind-protect
  2135.         (progn
  2136.           (cond ((null filename)
  2137. !            (setq filename (make-temp-name "/usr/tmp/ispell"))
  2138.              (setq delete-temp t)
  2139.              (write-region (point-min) (point-max) filename))
  2140.             ((and (buffer-modified-p buf)
  2141. --- 220,226 ----
  2142.         (unwind-protect
  2143.         (progn
  2144.           (cond ((null filename)
  2145. !            (setq filename (make-temp-name "/tmp/ispell"))
  2146.              (setq delete-temp t)
  2147.              (write-region (point-min) (point-max) filename))
  2148.             ((and (buffer-modified-p buf)
  2149. diff -rc --new-file /src/baseline/ispell-4.0/look.c ispell-4.0/look.c
  2150. *** /src/baseline/ispell-4.0/look.c    Mon May 31 21:04:05 1993
  2151. --- ispell-4.0/look.c    Thu Feb 24 00:24:03 1994
  2152. ***************
  2153. *** 51,57 ****
  2154.   char *dict_lib = DICT_LIB;
  2155.   char *dict_name = "ispell.words";
  2156.   #else
  2157. ! char *dict_lib = "/usr/dict";
  2158.   char *dict_name = "words";
  2159.   #endif
  2160.   
  2161. --- 51,57 ----
  2162.   char *dict_lib = DICT_LIB;
  2163.   char *dict_name = "ispell.words";
  2164.   #else
  2165. ! char *dict_lib = "/gnu/dict";
  2166.   char *dict_name = "words";
  2167.   #endif
  2168.   
  2169. diff -rc --new-file /src/baseline/ispell-4.0/screen.c ispell-4.0/screen.c
  2170. *** /src/baseline/ispell-4.0/screen.c    Mon May 31 19:45:29 1993
  2171. --- ispell-4.0/screen.c    Thu Feb 24 00:24:32 1994
  2172. ***************
  2173. *** 136,142 ****
  2174.         return;
  2175.       }
  2176.   
  2177. !   (void) strcpy (tempfile, "/usr/tmp/ispellXXXXXX");
  2178.     (void) mktemp (tempfile);
  2179.     if ((out = fopen (tempfile, "w")) == NULL)
  2180.       {
  2181. --- 136,142 ----
  2182.         return;
  2183.       }
  2184.   
  2185. !   (void) strcpy (tempfile, "/tmp/ispellXXXXXX");
  2186.     (void) mktemp (tempfile);
  2187.     if ((out = fopen (tempfile, "w")) == NULL)
  2188.       {
  2189. ***************
  2190. *** 253,259 ****
  2191.             while (*end && !isspace (*end))
  2192.           end++;
  2193.             *end = 0;
  2194. !           if (strncmp (n, "/usr/lib", 8) == 0)
  2195.           continue;
  2196.             if (nxflag)
  2197.           {
  2198. --- 253,259 ----
  2199.             while (*end && !isspace (*end))
  2200.           end++;
  2201.             *end = 0;
  2202. !           if (strncmp (n, "/gnu/lib", 8) == 0)
  2203.           continue;
  2204.             if (nxflag)
  2205.           {
  2206. ***************
  2207. *** 939,945 ****
  2208.   
  2209.     lookcmd = "egrep";
  2210.     lookarg1 = str;
  2211. !   lookarg2 = "/usr/lib/ispell.words";
  2212.     dochild (lookfun);
  2213.   }
  2214.   
  2215. --- 939,945 ----
  2216.   
  2217.     lookcmd = "egrep";
  2218.     lookarg1 = str;
  2219. !   lookarg2 = "/gnu/lib/ispell.words";
  2220.     dochild (lookfun);
  2221.   }
  2222.   
  2223. diff -rc --new-file /src/baseline/ispell-4.0/term.c ispell-4.0/term.c
  2224. *** /src/baseline/ispell-4.0/term.c    Mon May 31 19:43:29 1993
  2225. --- ispell-4.0/term.c    Wed May  4 16:10:28 1994
  2226. ***************
  2227. *** 151,157 ****
  2228.   terminit ()
  2229.   {
  2230.     int tpgrp;
  2231. !   int onstop ();
  2232.   
  2233.   retry:
  2234.     sigsetmask (1 << SIGTSTP | 1 << SIGTTIN | 1 << SIGTTOU);
  2235. --- 151,157 ----
  2236.   terminit ()
  2237.   {
  2238.     int tpgrp;
  2239. !   RETSIGTYPE onstop ();
  2240.   
  2241.   retry:
  2242.     sigsetmask (1 << SIGTSTP | 1 << SIGTTIN | 1 << SIGTTOU);
  2243. ***************
  2244. *** 269,275 ****
  2245.   #endif
  2246.   
  2247.   #ifdef SIGTTIN
  2248. ! void
  2249.   onstop (signo)
  2250.     int signo;
  2251.   {
  2252. --- 269,275 ----
  2253.   #endif
  2254.   
  2255.   #ifdef SIGTTIN
  2256. ! RETSIGTYPE
  2257.   onstop (signo)
  2258.     int signo;
  2259.   {
  2260.