home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / flex-2.4.6-src.lha / src / diffs / flex-2.4.6.diffs
Encoding:
Text File  |  1994-02-22  |  3.5 KB  |  87 lines

  1. diff -rc flex-2.4.6-fsf/INSTALL flex-2.4.6-amiga/INSTALL
  2. *** flex-2.4.6-fsf/INSTALL    Sat Nov 27 00:43:37 1993
  3. --- flex-2.4.6-amiga/INSTALL    Tue Feb 22 01:03:17 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 flex-2.4.6-fsf/Makefile.in flex-2.4.6-amiga/Makefile.in
  24. *** flex-2.4.6-fsf/Makefile.in    Tue Jan  4 22:33:20 1994
  25. --- flex-2.4.6-amiga/Makefile.in    Tue Feb 22 01:03:08 1994
  26. ***************
  27. *** 28,34 ****
  28.   # Raw, unformatted troff source will be installed if INSTALLMAN=man,
  29.   # nroff preformatted versions will be installed if INSTALLMAN=cat.
  30.   
  31. ! prefix = /usr/local
  32.   exec_prefix = $(prefix)
  33.   bindir = $(exec_prefix)/bin
  34.   libdir = $(exec_prefix)/lib
  35. --- 28,34 ----
  36.   # Raw, unformatted troff source will be installed if INSTALLMAN=man,
  37.   # nroff preformatted versions will be installed if INSTALLMAN=cat.
  38.   
  39. ! prefix = /gnu
  40.   exec_prefix = $(prefix)
  41.   bindir = $(exec_prefix)/bin
  42.   libdir = $(exec_prefix)/lib
  43. diff -rc flex-2.4.6-fsf/NEWS flex-2.4.6-amiga/NEWS
  44. *** flex-2.4.6-fsf/NEWS    Tue Jan  4 23:04:46 1994
  45. --- flex-2.4.6-amiga/NEWS    Tue Feb 22 01:04:01 1994
  46. ***************
  47. *** 79,87 ****
  48.         C++ scanners using g++ version 2.5.X.  The problem is due to an
  49.         unfortunate heuristic in g++ 2.5.X that attempts to discern between
  50.         C and C++ headers.  Because FlexLexer.h is installed (by default)
  51. !       in /usr/local/include and not /usr/local/lib/g++-include, g++ 2.5.X
  52.         decides that it's a C header :-(.  So if you have problems, install
  53. !       the header in /usr/local/lib/g++-include instead.
  54.   
  55.   
  56.   Changes between release 2.4.2 (01Dec93) and release 2.4.1:
  57. --- 79,87 ----
  58.         C++ scanners using g++ version 2.5.X.  The problem is due to an
  59.         unfortunate heuristic in g++ 2.5.X that attempts to discern between
  60.         C and C++ headers.  Because FlexLexer.h is installed (by default)
  61. !       in /gnu/include and not /gnu/lib/g++-include, g++ 2.5.X
  62.         decides that it's a C header :-(.  So if you have problems, install
  63. !       the header in /gnu/lib/g++-include instead.
  64.   
  65.   
  66.   Changes between release 2.4.2 (01Dec93) and release 2.4.1:
  67. diff -rc flex-2.4.6-fsf/configure flex-2.4.6-amiga/configure
  68. *** flex-2.4.6-fsf/configure    Tue Jan  4 22:33:24 1994
  69. --- flex-2.4.6-amiga/configure    Tue Feb 22 01:02:40 1994
  70. ***************
  71. *** 102,108 ****
  72.     srcdirdefaulted=yes
  73.     # Try the directory containing this script, then `..'.
  74.     prog=$0
  75. !   confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  76.     test "X$confdir" = "X$prog" && confdir=.
  77.     srcdir=$confdir
  78.     if test ! -r $srcdir/$unique_file; then
  79. --- 102,108 ----
  80.     srcdirdefaulted=yes
  81.     # Try the directory containing this script, then `..'.
  82.     prog=$0
  83. !   confdir=`echo $prog| sed 's|/$||' | sed 's|//|/|' | sed 's|/[^/]*$||'`
  84.     test "X$confdir" = "X$prog" && confdir=.
  85.     srcdir=$confdir
  86.     if test ! -r $srcdir/$unique_file; then
  87.