home *** CD-ROM | disk | FTP | other *** search
- diff -rc m4-1.1-fsf/INSTALL m4-1.1-amiga/INSTALL
- *** m4-1.1-fsf/INSTALL Wed Sep 15 23:05:10 1993
- --- m4-1.1-amiga/INSTALL Thu Feb 24 01:26:04 1994
- ***************
- *** 35,42 ****
- where 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/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 consistently
- giving a value for the `prefix' variable when you run `make', e.g.,
- make prefix=/usr/gnu
- --- 35,42 ----
- where DIR is the directory that contains the source code.
-
- By default, `make install' will install the package's files in
- ! `/gnu/bin', `/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 consistently
- giving a value for the `prefix' variable when you run `make', e.g.,
- make prefix=/usr/gnu
- diff -rc m4-1.1-fsf/Makefile.in m4-1.1-amiga/Makefile.in
- *** m4-1.1-fsf/Makefile.in Mon Nov 8 18:45:30 1993
- --- m4-1.1-amiga/Makefile.in Thu Feb 24 01:29:37 1994
- ***************
- *** 36,46 ****
- TEXI2DVI = texi2dvi
-
- DEFS = @DEFS@
- ! CFLAGS = -g
- ! LDFLAGS = -g
- LIBS = @LIBS@
-
- ! prefix = /usr/local
- binprefix =
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- --- 36,46 ----
- TEXI2DVI = texi2dvi
-
- DEFS = @DEFS@
- ! CFLAGS = -O2
- ! LDFLAGS =
- LIBS = @LIBS@
-
- ! prefix = /gnu
- binprefix =
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- diff -rc m4-1.1-fsf/configure m4-1.1-amiga/configure
- *** m4-1.1-fsf/configure Mon Nov 8 20:40:57 1993
- --- m4-1.1-amiga/configure Thu Feb 24 01:25:04 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
- ***************
- *** 242,248 ****
-
- echo checking for POSIXized ISC
- if test -d /etc/conf/kconfig.d &&
- ! grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
- then
- ISC=1 # If later tests want to check for ISC.
-
- --- 242,248 ----
-
- echo checking for POSIXized ISC
- if test -d /etc/conf/kconfig.d &&
- ! grep _POSIX_VERSION /gnu/include/sys/unistd.h >/dev/null 2>&1
- then
- ISC=1 # If later tests want to check for ISC.
-
- diff -rc m4-1.1-fsf/lib/Makefile.in m4-1.1-amiga/lib/Makefile.in
- *** m4-1.1-fsf/lib/Makefile.in Sat Nov 6 05:26:28 1993
- --- m4-1.1-amiga/lib/Makefile.in Thu Feb 24 01:29:58 1994
- ***************
- *** 25,31 ****
- RANLIB = @RANLIB@
-
- DEFS = @DEFS@
- ! CFLAGS = -g
- LIBOBJS = @LIBOBJS@
-
- CPPFLAGS = -I$(srcdir) $(DEFS)
- --- 25,31 ----
- RANLIB = @RANLIB@
-
- DEFS = @DEFS@
- ! CFLAGS = -O2
- LIBOBJS = @LIBOBJS@
-
- CPPFLAGS = -I$(srcdir) $(DEFS)
-