home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / dc-0.2-src.lha / src / diffs / dc-0.2.diffs
Text File  |  1994-02-23  |  2KB  |  69 lines

  1. diff -rc dc-0.2-fsf/INSTALL dc-0.2-amiga/INSTALL
  2. *** dc-0.2-fsf/INSTALL    Sat Apr 17 20:25:55 1993
  3. --- dc-0.2-amiga/INSTALL    Wed Feb 23 14:26:04 1994
  4. ***************
  5. *** 33,40 ****
  6.   DIR is the directory that contains the source code.
  7.   
  8.   By default, `make install' will install the package's files in
  9. ! /usr/local/bin, /usr/local/lib, /usr/local/man, etc.  You can specify
  10. ! an installation prefix other than /usr/local by giving `configure' the
  11.   option `--prefix=PATH'.  Alternately, you can do so by giving a value
  12.   for the `prefix' variable when you run `make', e.g.,
  13.       make prefix=/usr/gnu
  14. --- 33,40 ----
  15.   DIR is the directory that contains the source code.
  16.   
  17.   By default, `make install' will install the package's files in
  18. ! /gnu/bin, /gnu/lib, /gnu/man, etc.  You can specify
  19. ! an installation prefix other than /gnu by giving `configure' the
  20.   option `--prefix=PATH'.  Alternately, you can do so by giving a value
  21.   for the `prefix' variable when you run `make', e.g.,
  22.       make prefix=/usr/gnu
  23. diff -rc dc-0.2-fsf/Makefile.in dc-0.2-amiga/Makefile.in
  24. *** dc-0.2-fsf/Makefile.in    Thu May 20 07:23:32 1993
  25. --- dc-0.2-amiga/Makefile.in    Wed Feb 23 14:29:01 1994
  26. ***************
  27. *** 29,38 ****
  28.   DEFS = @DEFS@
  29.   LIBS = @LIBS@
  30.   
  31. ! CFLAGS = -g
  32. ! LDFLAGS = -g
  33.   
  34. ! prefix = /usr/local
  35.   exec_prefix = $(prefix)
  36.   
  37.   bindir = $(exec_prefix)/bin
  38. --- 29,38 ----
  39.   DEFS = @DEFS@
  40.   LIBS = @LIBS@
  41.   
  42. ! CFLAGS = -O2
  43. ! LDFLAGS =
  44.   
  45. ! prefix = /gnu
  46.   exec_prefix = $(prefix)
  47.   
  48.   bindir = $(exec_prefix)/bin
  49. diff -rc dc-0.2-fsf/configure dc-0.2-amiga/configure
  50. *** dc-0.2-fsf/configure    Tue Apr 20 21:54:34 1993
  51. --- dc-0.2-amiga/configure    Wed Feb 23 14:25:32 1994
  52. ***************
  53. *** 92,98 ****
  54.     srcdirdefaulted=yes
  55.     # Try the directory containing this script, then `..'.
  56.     prog=$0
  57. !   confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  58.     test "X$confdir" = "X$prog" && confdir=.
  59.     srcdir=$confdir
  60.     if test ! -r $srcdir/$unique_file; then
  61. --- 92,98 ----
  62.     srcdirdefaulted=yes
  63.     # Try the directory containing this script, then `..'.
  64.     prog=$0
  65. !   confdir=`echo $prog| sed 's|/$||' | sed 's|//|/|' | sed 's|/[^/]*$||'`
  66.     test "X$confdir" = "X$prog" && confdir=.
  67.     srcdir=$confdir
  68.     if test ! -r $srcdir/$unique_file; then
  69.