diff -rc flex-2.4.6-fsf/INSTALL flex-2.4.6-amiga/INSTALL *** flex-2.4.6-fsf/INSTALL Sat Nov 27 00:43:37 1993 --- flex-2.4.6-amiga/INSTALL Tue Feb 22 01:03:17 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 flex-2.4.6-fsf/Makefile.in flex-2.4.6-amiga/Makefile.in *** flex-2.4.6-fsf/Makefile.in Tue Jan 4 22:33:20 1994 --- flex-2.4.6-amiga/Makefile.in Tue Feb 22 01:03:08 1994 *************** *** 28,34 **** # Raw, unformatted troff source will be installed if INSTALLMAN=man, # nroff preformatted versions will be installed if INSTALLMAN=cat. ! prefix = /usr/local exec_prefix = $(prefix) bindir = $(exec_prefix)/bin libdir = $(exec_prefix)/lib --- 28,34 ---- # Raw, unformatted troff source will be installed if INSTALLMAN=man, # nroff preformatted versions will be installed if INSTALLMAN=cat. ! prefix = /gnu exec_prefix = $(prefix) bindir = $(exec_prefix)/bin libdir = $(exec_prefix)/lib diff -rc flex-2.4.6-fsf/NEWS flex-2.4.6-amiga/NEWS *** flex-2.4.6-fsf/NEWS Tue Jan 4 23:04:46 1994 --- flex-2.4.6-amiga/NEWS Tue Feb 22 01:04:01 1994 *************** *** 79,87 **** C++ scanners using g++ version 2.5.X. The problem is due to an unfortunate heuristic in g++ 2.5.X that attempts to discern between C and C++ headers. Because FlexLexer.h is installed (by default) ! in /usr/local/include and not /usr/local/lib/g++-include, g++ 2.5.X decides that it's a C header :-(. So if you have problems, install ! the header in /usr/local/lib/g++-include instead. Changes between release 2.4.2 (01Dec93) and release 2.4.1: --- 79,87 ---- C++ scanners using g++ version 2.5.X. The problem is due to an unfortunate heuristic in g++ 2.5.X that attempts to discern between C and C++ headers. Because FlexLexer.h is installed (by default) ! in /gnu/include and not /gnu/lib/g++-include, g++ 2.5.X decides that it's a C header :-(. So if you have problems, install ! the header in /gnu/lib/g++-include instead. Changes between release 2.4.2 (01Dec93) and release 2.4.1: diff -rc flex-2.4.6-fsf/configure flex-2.4.6-amiga/configure *** flex-2.4.6-fsf/configure Tue Jan 4 22:33:24 1994 --- flex-2.4.6-amiga/configure Tue Feb 22 01:02:40 1994 *************** *** 102,108 **** 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 --- 102,108 ---- 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