diff -rc patch-2.1-fsf/INSTALL patch-2.1-amiga/INSTALL *** patch-2.1-fsf/INSTALL Fri May 14 23:31:53 1993 --- patch-2.1-amiga/INSTALL Thu Feb 24 01:58:02 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 patch-2.1-fsf/Makefile.in patch-2.1-amiga/Makefile.in *** patch-2.1-fsf/Makefile.in Fri Jun 11 04:25:47 1993 --- patch-2.1-amiga/Makefile.in Thu Feb 24 01:57:03 1994 *************** *** 13,22 **** LIBS = @LIBS@ ! CFLAGS = -g ! LDFLAGS = -g ! prefix = /usr/local exec_prefix = $(prefix) bindir = $(exec_prefix)/bin --- 13,22 ---- LIBS = @LIBS@ ! CFLAGS = -O2 ! LDFLAGS = ! prefix = /gnu exec_prefix = $(prefix) bindir = $(exec_prefix)/bin diff -rc patch-2.1-fsf/configure patch-2.1-amiga/configure *** patch-2.1-fsf/configure Fri Jun 11 05:01:03 1993 --- patch-2.1-amiga/configure Thu Feb 24 01:56:41 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 *************** *** 235,242 **** fi 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. { --- 235,242 ---- fi echo checking for POSIXized ISC ! if test -d /gnu/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. { *************** *** 907,913 **** # /usr/tmp likewise # $prefix where we will be installing things # $exec_prefix likewise ! for dir in . /tmp /usr/tmp $prefix $exec_prefix ; do (echo 1 > $dir/conftest9012345) 2>/dev/null (echo 2 > $dir/conftest9012346) 2>/dev/null val=`cat $dir/conftest9012345 2>/dev/null` --- 907,913 ---- # /usr/tmp likewise # $prefix where we will be installing things # $exec_prefix likewise ! for dir in . /tmp $prefix $exec_prefix ; do (echo 1 > $dir/conftest9012345) 2>/dev/null (echo 2 > $dir/conftest9012346) 2>/dev/null val=`cat $dir/conftest9012345 2>/dev/null`