diff -rc termcap-1.2-fsf/INSTALL termcap-1.2-amiga/INSTALL *** termcap-1.2-fsf/INSTALL Fri Jan 22 17:16:53 1993 --- termcap-1.2-amiga/INSTALL Thu Feb 24 15:08:26 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 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 giving a value for the `prefix' variable when you run `make', e.g., make prefix=/usr/gnu diff -rc termcap-1.2-fsf/Makefile.in termcap-1.2-amiga/Makefile.in *** termcap-1.2-fsf/Makefile.in Mon Apr 12 18:42:15 1993 --- termcap-1.2-amiga/Makefile.in Thu Feb 24 15:08:58 1994 *************** *** 37,45 **** DEFS = @DEFS@ -DNO_ARG_ARRAY ! CFLAGS = -g ! prefix = /usr/local exec_prefix = $(prefix) # Directory in which to install libtermcap.a. --- 37,45 ---- DEFS = @DEFS@ -DNO_ARG_ARRAY ! CFLAGS = -O2 ! prefix = /gnu exec_prefix = $(prefix) # Directory in which to install libtermcap.a. *************** *** 52,58 **** # so compilers besides gcc can find it by default. # If it is empty or not defined, termcap.h will only be installed in # includedir. ! oldincludedir = /usr/include # Directory in which to install the documentation info files. infodir = $(prefix)/info --- 52,58 ---- # so compilers besides gcc can find it by default. # If it is empty or not defined, termcap.h will only be installed in # includedir. ! oldincludedir = /gnu/include # Directory in which to install the documentation info files. infodir = $(prefix)/info diff -rc termcap-1.2-fsf/configure termcap-1.2-amiga/configure *** termcap-1.2-fsf/configure Thu Apr 15 16:38:37 1993 --- termcap-1.2-amiga/configure Thu Feb 24 15:07:15 1994 *************** *** 92,98 **** 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 --- 92,98 ---- 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