home *** CD-ROM | disk | FTP | other *** search
- diff -rc ispell-4.0-fsf/INSTALL ispell-4.0-amiga/INSTALL
- *** ispell-4.0-fsf/INSTALL Fri Apr 16 21:46:56 1993
- --- ispell-4.0-amiga/INSTALL Thu Feb 24 00:22:50 1994
- ***************
- *** 37,44 ****
- DIR is the directory that contains the source code.
-
- By default, `make install' will install the Ispell files in
- ! /usr/local/bin, /usr/local/lib, /usr/local/man, etc. You can specify
- ! an installation prefix other than /usr/local by giving `configure' the
- option `--prefix=PATH'. Alternately, you can do so by giving a value
- for the `prefix' variable when you run `make', e.g.,
- make prefix=/usr/gnu
- --- 37,44 ----
- DIR is the directory that contains the source code.
-
- By default, `make install' will install the Ispell files in
- ! /gnu/bin, /gnu/lib, /gnu/man, etc. You can specify
- ! an installation prefix other than /gnu by giving `configure' the
- option `--prefix=PATH'. Alternately, you can do so by giving a value
- for the `prefix' variable when you run `make', e.g.,
- make prefix=/usr/gnu
- ***************
- *** 100,113 ****
-
- The files that get installed are (directories vary):
-
- ! /usr/local/lib/ispell/ispell.dict
- ! /usr/local/lib/ispell/ispell.words
- ! /usr/local/bin/ispell
- ! /usr/local/bin/look
- ! /usr/local/lib/elisp/ispell.el
- ! /usr/local/lib/elisp/ispell.elc
- ! /usr/local/lib/emacs/info/ispell
- ! /usr/local/man/man1/ispell.1
-
-
- 4. You can remove the program binaries and object files from the
- --- 100,113 ----
-
- The files that get installed are (directories vary):
-
- ! /gnu/lib/ispell/ispell.dict
- ! /gnu/lib/ispell/ispell.words
- ! /gnu/bin/ispell
- ! /gnu/bin/look
- ! /gnu/lib/elisp/ispell.el
- ! /gnu/lib/elisp/ispell.elc
- ! /gnu/lib/emacs/info/ispell
- ! /gnu/man/man1/ispell.1
-
-
- 4. You can remove the program binaries and object files from the
- diff -rc ispell-4.0-fsf/Makefile.in ispell-4.0-amiga/Makefile.in
- *** ispell-4.0-fsf/Makefile.in Tue Jun 1 09:54:52 1993
- --- ispell-4.0-amiga/Makefile.in Thu Feb 24 00:23:22 1994
- ***************
- *** 32,41 ****
- CHARSET = @CHARSET@
- ALLOCA = @ALLOCA@
-
- ! CFLAGS = -g
- ! LDFLAGS = -g
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
-
- bindir = $(exec_prefix)/bin
- --- 32,41 ----
- CHARSET = @CHARSET@
- ALLOCA = @ALLOCA@
-
- ! CFLAGS = -O2
- ! LDFLAGS =
-
- ! prefix = /gnu
- exec_prefix = $(prefix)
-
- bindir = $(exec_prefix)/bin
- diff -rc ispell-4.0-fsf/configure ispell-4.0-amiga/configure
- *** ispell-4.0-fsf/configure Tue Jun 1 08:10:18 1993
- --- ispell-4.0-amiga/configure Thu Feb 24 00:54:10 1994
- ***************
- *** 97,103 ****
- srcdirdefaulted=yes
- # Try the directory containing this script, then `..'.
- prog=$0
- ! confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
- test "X$confdir" = "X$prog" && confdir=.
- srcdir=$confdir
- if test ! -r $srcdir/$unique_file; then
- --- 97,103 ----
- srcdirdefaulted=yes
- # Try the directory containing this script, then `..'.
- prog=$0
- ! confdir=`echo $prog| sed 's|/$||' | sed 's|//|/|' | sed 's|/[^/]*$||'`
- test "X$confdir" = "X$prog" && confdir=.
- srcdir=$confdir
- if test ! -r $srcdir/$unique_file; then
- ***************
- *** 258,264 ****
-
- if test "z$USG" = "z" ; then
- echo checking for BSD
- ! ( test -f /vmunix || test -f /sdmach || test -f /../../mach ) && {
- test -n "$verbose" && \
- echo ' defining' BSD
- DEFS="$DEFS -DBSD=1"
- --- 258,264 ----
-
- if test "z$USG" = "z" ; then
- echo checking for BSD
- ! false && ( test -f /vmunix || test -f /sdmach || test -f /../../mach ) && {
- test -n "$verbose" && \
- echo ' defining' BSD
- DEFS="$DEFS -DBSD=1"
- ***************
- *** 390,396 ****
-
- # Needed for SVR4
- my_LIBS_save="${LIBS}"
- ! LIBS="${LIBS} -L/usr/ucblib"
- LIBS_save="${LIBS}"
- LIBS="${LIBS} -lucb"
- have_lib=""
- --- 390,396 ----
-
- # Needed for SVR4
- my_LIBS_save="${LIBS}"
- ! LIBS="${LIBS} -L/gnu/ucblib"
- LIBS_save="${LIBS}"
- LIBS="${LIBS} -lucb"
- have_lib=""
- ***************
- *** 414,420 ****
- case " ${LIBS} " in
- *' -lucb '* )
- echo "*** Note: You may need to set LD_LIBRARY_PATH or LD_PATH to" 1>&2
- ! echo "*** contain /usr/ucblib for the ispell executables to work." 1>&2
- echo "*** (don't blame us, this is SVR4 lossage)" 1>&2
- ;;
- esac
- --- 414,420 ----
- case " ${LIBS} " in
- *' -lucb '* )
- echo "*** Note: You may need to set LD_LIBRARY_PATH or LD_PATH to" 1>&2
- ! echo "*** contain /gnu/ucblib for the ispell executables to work." 1>&2
- echo "*** (don't blame us, this is SVR4 lossage)" 1>&2
- ;;
- esac
- ***************
- *** 731,737 ****
- fi
-
-
- ! for hdr in malloc.h termios.h termio.h string.h strings.h
- do
- trhdr=HAVE_`echo $hdr | tr '[a-z]./' '[A-Z]__'`
- echo checking for ${hdr}
- --- 731,738 ----
- fi
-
-
- ! #Disable check for termio.h and termios.h by removing from list.
- ! for hdr in malloc.h string.h strings.h
- do
- trhdr=HAVE_`echo $hdr | tr '[a-z]./' '[A-Z]__'`
- echo checking for ${hdr}
- ***************
- *** 796,802 ****
- s%^exec_prefix\\([ ]*\\)=\\([ ]*\\).*$%\
- exec_prefix\\1=\\2$exec_prefix%"
- fi
- ! DEFS="`echo \"$DEFS\" | sed 's%[&\\\]%\\\&%g'`"
-
- trap 'rm -f config.status; exit 1' 1 3 15
- echo creating config.status
- --- 797,803 ----
- s%^exec_prefix\\([ ]*\\)=\\([ ]*\\).*$%\
- exec_prefix\\1=\\2$exec_prefix%"
- fi
- ! DEFS="`/bin/echo $DEFS | sed 's%[&\\\]%\\\&%g'`"
-
- trap 'rm -f config.status; exit 1' 1 3 15
- echo creating config.status
- Only in ispell-4.0-amiga: configure!
- diff -rc ispell-4.0-fsf/ispell.1 ispell-4.0-amiga/ispell.1
- *** ispell-4.0-fsf/ispell.1 Fri Jul 22 22:14:53 1988
- --- ispell-4.0-amiga/ispell.1 Thu Feb 24 00:23:38 1994
- ***************
- *** 85,91 ****
- .SH FILES
- .PD 0
- .TP 40
- ! /usr/lib/ispell.dict
- System dictionary
- .TP 40
- $HOME/ispell.words
- --- 85,91 ----
- .SH FILES
- .PD 0
- .TP 40
- ! /gnu/lib/ispell.dict
- System dictionary
- .TP 40
- $HOME/ispell.words
- diff -rc ispell-4.0-fsf/ispell.el ispell-4.0-amiga/ispell.el
- *** ispell-4.0-fsf/ispell.el Tue Jun 1 09:37:34 1993
- --- ispell-4.0-amiga/ispell.el Thu Feb 24 00:23:52 1994
- ***************
- *** 220,226 ****
- (unwind-protect
- (progn
- (cond ((null filename)
- ! (setq filename (make-temp-name "/usr/tmp/ispell"))
- (setq delete-temp t)
- (write-region (point-min) (point-max) filename))
- ((and (buffer-modified-p buf)
- --- 220,226 ----
- (unwind-protect
- (progn
- (cond ((null filename)
- ! (setq filename (make-temp-name "/tmp/ispell"))
- (setq delete-temp t)
- (write-region (point-min) (point-max) filename))
- ((and (buffer-modified-p buf)
- diff -rc ispell-4.0-fsf/look.c ispell-4.0-amiga/look.c
- *** ispell-4.0-fsf/look.c Tue Jun 1 01:04:05 1993
- --- ispell-4.0-amiga/look.c Thu Feb 24 00:24:03 1994
- ***************
- *** 51,57 ****
- char *dict_lib = DICT_LIB;
- char *dict_name = "ispell.words";
- #else
- ! char *dict_lib = "/usr/dict";
- char *dict_name = "words";
- #endif
-
- --- 51,57 ----
- char *dict_lib = DICT_LIB;
- char *dict_name = "ispell.words";
- #else
- ! char *dict_lib = "/gnu/dict";
- char *dict_name = "words";
- #endif
-
- diff -rc ispell-4.0-fsf/screen.c ispell-4.0-amiga/screen.c
- *** ispell-4.0-fsf/screen.c Mon May 31 23:45:29 1993
- --- ispell-4.0-amiga/screen.c Thu Feb 24 00:24:32 1994
- ***************
- *** 136,142 ****
- return;
- }
-
- ! (void) strcpy (tempfile, "/usr/tmp/ispellXXXXXX");
- (void) mktemp (tempfile);
- if ((out = fopen (tempfile, "w")) == NULL)
- {
- --- 136,142 ----
- return;
- }
-
- ! (void) strcpy (tempfile, "/tmp/ispellXXXXXX");
- (void) mktemp (tempfile);
- if ((out = fopen (tempfile, "w")) == NULL)
- {
- ***************
- *** 253,259 ****
- while (*end && !isspace (*end))
- end++;
- *end = 0;
- ! if (strncmp (n, "/usr/lib", 8) == 0)
- continue;
- if (nxflag)
- {
- --- 253,259 ----
- while (*end && !isspace (*end))
- end++;
- *end = 0;
- ! if (strncmp (n, "/gnu/lib", 8) == 0)
- continue;
- if (nxflag)
- {
- ***************
- *** 939,945 ****
-
- lookcmd = "egrep";
- lookarg1 = str;
- ! lookarg2 = "/usr/lib/ispell.words";
- dochild (lookfun);
- }
-
- --- 939,945 ----
-
- lookcmd = "egrep";
- lookarg1 = str;
- ! lookarg2 = "/gnu/lib/ispell.words";
- dochild (lookfun);
- }
-
-