home *** CD-ROM | disk | FTP | other *** search
- diff -rc dc-0.2-fsf/INSTALL dc-0.2-amiga/INSTALL
- *** dc-0.2-fsf/INSTALL Sat Apr 17 20:25:55 1993
- --- dc-0.2-amiga/INSTALL Wed Feb 23 14:26:04 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 dc-0.2-fsf/Makefile.in dc-0.2-amiga/Makefile.in
- *** dc-0.2-fsf/Makefile.in Thu May 20 07:23:32 1993
- --- dc-0.2-amiga/Makefile.in Wed Feb 23 14:29:01 1994
- ***************
- *** 29,38 ****
- DEFS = @DEFS@
- LIBS = @LIBS@
-
- ! CFLAGS = -g
- ! LDFLAGS = -g
-
- ! prefix = /usr/local
- exec_prefix = $(prefix)
-
- bindir = $(exec_prefix)/bin
- --- 29,38 ----
- DEFS = @DEFS@
- LIBS = @LIBS@
-
- ! CFLAGS = -O2
- ! LDFLAGS =
-
- ! prefix = /gnu
- exec_prefix = $(prefix)
-
- bindir = $(exec_prefix)/bin
- diff -rc dc-0.2-fsf/configure dc-0.2-amiga/configure
- *** dc-0.2-fsf/configure Tue Apr 20 21:54:34 1993
- --- dc-0.2-amiga/configure Wed Feb 23 14:25:32 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
-