diff -rc sed-2.03-fsf/INSTALL sed-2.03-amiga/INSTALL *** sed-2.03-fsf/INSTALL Tue Oct 13 06:02:01 1992 --- sed-2.03-amiga/INSTALL Thu Feb 24 11:55:59 1994 *************** *** 28,35 **** directory. 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 changing the `prefix' variable in the Makefile that `configure' creates (the Makefile in the top-level directory, if the package contains --- 28,35 ---- directory. 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 changing the `prefix' variable in the Makefile that `configure' creates (the Makefile in the top-level directory, if the package contains diff -rc sed-2.03-fsf/Makefile.in sed-2.03-amiga/Makefile.in *** sed-2.03-fsf/Makefile.in Mon Aug 9 03:38:08 1993 --- sed-2.03-amiga/Makefile.in Thu Feb 24 11:55:47 1994 *************** *** 39,49 **** DEFS = @DEFS@ LIBS = @LIBS@ ! CFLAGS = -g ! LDFLAGS = -g extra_objs =@ALLOCA@ ! prefix = /usr/local exec_prefix = $(prefix) # Prefix for each installed program, normally empty or `g'. --- 39,49 ---- DEFS = @DEFS@ LIBS = @LIBS@ ! CFLAGS = -O2 ! LDFLAGS = extra_objs =@ALLOCA@ ! prefix = /gnu exec_prefix = $(prefix) # Prefix for each installed program, normally empty or `g'. diff -rc sed-2.03-fsf/configure sed-2.03-amiga/configure *** sed-2.03-fsf/configure Sat Aug 7 15:19:05 1993 --- sed-2.03-amiga/configure Thu Feb 24 11:55:08 1994 *************** *** 98,104 **** 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 --- 98,104 ---- 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 *************** *** 249,255 **** 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. --- 249,255 ---- 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. diff -rc sed-2.03-fsf/sed.c sed-2.03-amiga/sed.c *** sed-2.03-fsf/sed.c Sat Aug 7 04:54:04 1993 --- sed-2.03-amiga/sed.c Thu Feb 24 12:12:03 1994 *************** *** 369,375 **** {NULL, 0, NULL, 0} }; ! void main (argc, argv) int argc; char **argv; --- 369,375 ---- {NULL, 0, NULL, 0} }; ! int main (argc, argv) int argc; char **argv;