home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / m4-1.1-src.lha / src / diffs / m4-1.1.diffs
Encoding:
Text File  |  1994-02-24  |  3.2 KB  |  108 lines

  1. diff -rc m4-1.1-fsf/INSTALL m4-1.1-amiga/INSTALL
  2. *** m4-1.1-fsf/INSTALL    Wed Sep 15 23:05:10 1993
  3. --- m4-1.1-amiga/INSTALL    Thu Feb 24 01:26:04 1994
  4. ***************
  5. *** 35,42 ****
  6.   where 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/man', etc.  You can specify an
  10. ! installation prefix other than `/usr/local' by giving `configure' the
  11.   option `--prefix=PATH'.  Alternately, you can do so by consistently
  12.   giving a value for the `prefix' variable when you run `make', e.g.,
  13.        make prefix=/usr/gnu
  14. --- 35,42 ----
  15.   where 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/man', etc.  You can specify an
  19. ! installation prefix other than `/gnu' by giving `configure' the
  20.   option `--prefix=PATH'.  Alternately, you can do so by consistently
  21.   giving a value for the `prefix' variable when you run `make', e.g.,
  22.        make prefix=/usr/gnu
  23. diff -rc m4-1.1-fsf/Makefile.in m4-1.1-amiga/Makefile.in
  24. *** m4-1.1-fsf/Makefile.in    Mon Nov  8 18:45:30 1993
  25. --- m4-1.1-amiga/Makefile.in    Thu Feb 24 01:29:37 1994
  26. ***************
  27. *** 36,46 ****
  28.   TEXI2DVI = texi2dvi
  29.   
  30.   DEFS = @DEFS@
  31. ! CFLAGS = -g
  32. ! LDFLAGS = -g
  33.   LIBS = @LIBS@
  34.   
  35. ! prefix = /usr/local
  36.   binprefix =
  37.   exec_prefix = $(prefix)
  38.   bindir = $(exec_prefix)/bin
  39. --- 36,46 ----
  40.   TEXI2DVI = texi2dvi
  41.   
  42.   DEFS = @DEFS@
  43. ! CFLAGS = -O2
  44. ! LDFLAGS =
  45.   LIBS = @LIBS@
  46.   
  47. ! prefix = /gnu
  48.   binprefix =
  49.   exec_prefix = $(prefix)
  50.   bindir = $(exec_prefix)/bin
  51. diff -rc m4-1.1-fsf/configure m4-1.1-amiga/configure
  52. *** m4-1.1-fsf/configure    Mon Nov  8 20:40:57 1993
  53. --- m4-1.1-amiga/configure    Thu Feb 24 01:25:04 1994
  54. ***************
  55. *** 102,108 ****
  56.     srcdirdefaulted=yes
  57.     # Try the directory containing this script, then `..'.
  58.     prog=$0
  59. !   confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  60.     test "X$confdir" = "X$prog" && confdir=.
  61.     srcdir=$confdir
  62.     if test ! -r $srcdir/$unique_file; then
  63. --- 102,108 ----
  64.     srcdirdefaulted=yes
  65.     # Try the directory containing this script, then `..'.
  66.     prog=$0
  67. !   confdir=`echo $prog| sed 's|/$||' | sed 's|//|/|' | sed 's|/[^/]*$||'`
  68.     test "X$confdir" = "X$prog" && confdir=.
  69.     srcdir=$confdir
  70.     if test ! -r $srcdir/$unique_file; then
  71. ***************
  72. *** 242,248 ****
  73.   
  74.   echo checking for POSIXized ISC
  75.   if test -d /etc/conf/kconfig.d &&
  76. !   grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
  77.   then
  78.     ISC=1 # If later tests want to check for ISC.
  79.     
  80. --- 242,248 ----
  81.   
  82.   echo checking for POSIXized ISC
  83.   if test -d /etc/conf/kconfig.d &&
  84. !   grep _POSIX_VERSION /gnu/include/sys/unistd.h >/dev/null 2>&1
  85.   then
  86.     ISC=1 # If later tests want to check for ISC.
  87.     
  88. diff -rc m4-1.1-fsf/lib/Makefile.in m4-1.1-amiga/lib/Makefile.in
  89. *** m4-1.1-fsf/lib/Makefile.in    Sat Nov  6 05:26:28 1993
  90. --- m4-1.1-amiga/lib/Makefile.in    Thu Feb 24 01:29:58 1994
  91. ***************
  92. *** 25,31 ****
  93.   RANLIB = @RANLIB@
  94.   
  95.   DEFS = @DEFS@
  96. ! CFLAGS = -g
  97.   LIBOBJS = @LIBOBJS@
  98.   
  99.   CPPFLAGS = -I$(srcdir) $(DEFS)
  100. --- 25,31 ----
  101.   RANLIB = @RANLIB@
  102.   
  103.   DEFS = @DEFS@
  104. ! CFLAGS = -O2
  105.   LIBOBJS = @LIBOBJS@
  106.   
  107.   CPPFLAGS = -I$(srcdir) $(DEFS)
  108.