home *** CD-ROM | disk | FTP | other *** search
- diff -rc bison-1.22-fsf/INSTALL bison-1.22-amiga/INSTALL
- *** bison-1.22-fsf/INSTALL Fri May 14 23:31:53 1993
- --- bison-1.22-amiga/INSTALL Mon Feb 21 20:15:13 1994
- ***************
- *** 33,40 ****
- DIR is the directory that contains the source code.
-
- By default, `make install' will install the package's 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 consistently giving a value
- for the `prefix' variable when you run `make', e.g.,
- make prefix=/usr/gnu
- --- 33,40 ----
- DIR is the directory that contains the source code.
-
- By default, `make install' will install the package's 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 consistently giving a value
- for the `prefix' variable when you run `make', e.g.,
- make prefix=/usr/gnu
- diff -rc bison-1.22-fsf/Makefile.in bison-1.22-amiga/Makefile.in
- *** bison-1.22-fsf/Makefile.in Mon Sep 6 22:19:19 1993
- --- bison-1.22-amiga/Makefile.in Mon Feb 21 20:54:01 1994
- ***************
- *** 35,42 ****
- # -DHAVE_STRERROR If you have strerror function.
- DEFS = @DEFS@
-
- ! CFLAGS = -g
- ! LDFLAGS = -g
-
- LIBS = @LIBS@
-
- --- 35,42 ----
- # -DHAVE_STRERROR If you have strerror function.
- DEFS = @DEFS@
-
- ! CFLAGS = -O2
- ! LDFLAGS =
-
- LIBS = @LIBS@
-
- ***************
- *** 44,50 ****
- # the GNU alloca.o here.
- ALLOCA = @ALLOCA@
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
-
- # where the installed binary goes
- --- 44,50 ----
- # the GNU alloca.o here.
- ALLOCA = @ALLOCA@
-
- ! prefix = /gnu
- exec_prefix = $(prefix)
-
- # where the installed binary goes
- diff -rc bison-1.22-fsf/bison.1 bison-1.22-amiga/bison.1
- *** bison-1.22-fsf/bison.1 Sat Jun 26 20:00:26 1993
- --- bison-1.22-amiga/bison.1 Mon Feb 21 20:16:34 1994
- ***************
- *** 274,282 ****
- for compatibility with previous releases. Eventually support for `+'
- will be removed, because it is incompatible with the POSIX.2 standard.
- .SH FILES
- ! /usr/local/lib/bison.simple simple parser
- .br
- ! /usr/local/lib/bison.hairy complicated parser
- .SH SEE ALSO
- .IR yacc (1)
- .br
- --- 274,282 ----
- for compatibility with previous releases. Eventually support for `+'
- will be removed, because it is incompatible with the POSIX.2 standard.
- .SH FILES
- ! /gnu/lib/bison.simple simple parser
- .br
- ! /gnu/lib/bison.hairy complicated parser
- .SH SEE ALSO
- .IR yacc (1)
- .br
- diff -rc bison-1.22-fsf/configure bison-1.22-amiga/configure
- *** bison-1.22-fsf/configure Mon Aug 30 20:08:22 1993
- --- bison-1.22-amiga/configure Mon Feb 21 20:21:47 1994
- ***************
- *** 103,109 ****
- 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
- --- 103,109 ----
- 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
- ***************
- *** 257,263 ****
-
- echo checking for POSIXized ISC
- if test -d /etc/conf/kconfig.d &&
- ! grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
- then
- ISC=1 # If later tests want to check for ISC.
-
- --- 257,263 ----
-
- echo checking for POSIXized ISC
- if test -d /etc/conf/kconfig.d &&
- ! grep _POSIX_VERSION /gnu/include/sys/unistd.h >/dev/null 2>&1
- then
- ISC=1 # If later tests want to check for ISC.
-
-