home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / sed-2.05-diffs.lha / GNU / src / diffs / sed-2.05.diffs
Text File  |  1995-01-21  |  56KB  |  1,921 lines

  1. diff -rc --new-file sed-2.05/Makefile.in /gnu/src/amiga/sed-2.05/Makefile.in
  2. *** sed-2.05/Makefile.in    Fri May 13 00:01:40 1994
  3. --- /gnu/src/amiga/sed-2.05/Makefile.in    Wed Jun 22 22:14:38 1994
  4. ***************
  5. *** 39,49 ****
  6.   DEFS = @DEFS@
  7.   LIBS = @LIBS@
  8.   
  9. ! CFLAGS = -g 
  10. ! LDFLAGS = -g
  11.   extra_objs =@ALLOCA@
  12.   
  13. ! prefix = /usr/local
  14.   exec_prefix = $(prefix)
  15.   
  16.   # Prefix for each installed program, normally empty or `g'.
  17. --- 39,49 ----
  18.   DEFS = @DEFS@
  19.   LIBS = @LIBS@
  20.   
  21. ! CFLAGS = @CFLAGS@
  22. ! LDFLAGS = @LDFLAGS@
  23.   extra_objs =@ALLOCA@
  24.   
  25. ! prefix = /gnu
  26.   exec_prefix = $(prefix)
  27.   
  28.   # Prefix for each installed program, normally empty or `g'.
  29. diff -rc --new-file sed-2.05/Product-Info /gnu/src/amiga/sed-2.05/Product-Info
  30. *** sed-2.05/Product-Info    Thu Jan  1 00:00:00 1970
  31. --- /gnu/src/amiga/sed-2.05/Product-Info    Tue Jul 12 17:44:35 1994
  32. ***************
  33. *** 0 ****
  34. --- 1,21 ----
  35. + .name
  36. + sed
  37. + .fullname
  38. + Stream Editor
  39. + .type
  40. + Programmer Tool
  41. + .short
  42. + GNU stream editor
  43. + .description
  44. + Sed copies named files, or the standard input, to the standard output,
  45. + edited according to a script of commands.
  46. + .version
  47. + 2.05
  48. + .author
  49. + Free Software Foundation
  50. + .requirements
  51. + Amiga binary requires ixemul.library
  52. + .distribution
  53. + GNU Public License
  54. + .described-by
  55. + Fred Fish (fnf@amigalib.com)
  56. diff -rc --new-file sed-2.05/configure /gnu/src/amiga/sed-2.05/configure
  57. *** sed-2.05/configure    Fri May 13 00:01:46 1994
  58. --- /gnu/src/amiga/sed-2.05/configure    Thu Aug 18 18:13:23 1994
  59. ***************
  60. *** 1,148 ****
  61.   #!/bin/sh
  62.   # Guess values for system-dependent variables and create Makefiles.
  63. ! # Generated automatically using autoconf.
  64. ! # Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
  65.   
  66. ! # This program is free software; you can redistribute it and/or modify
  67. ! # it under the terms of the GNU General Public License as published by
  68. ! # the Free Software Foundation; either version 2, or (at your option)
  69.   # any later version.
  70.   
  71. ! # This program is distributed in the hope that it will be useful,
  72. ! # but WITHOUT ANY WARRANTY; without even the implied warranty of
  73. ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  74. ! # GNU General Public License for more details.
  75.   
  76.   # You should have received a copy of the GNU General Public License
  77.   # along with this program; if not, write to the Free Software
  78.   # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  79.   
  80. ! # Usage: configure [--srcdir=DIR] [--host=HOST] [--gas] [--nfp]
  81. ! #        [--prefix=PREFIX] [--exec-prefix=PREFIX] [--with-PACKAGE[=VALUE]]
  82. ! # Ignores all args except --srcdir, --prefix, --exec-prefix, and
  83. ! # --with-PACKAGE[=VALUE] unless this script has special code to handle it.
  84.   
  85. ! for arg
  86.   do
  87. -   # Handle --exec-prefix with a space before the argument.
  88. -   if test x$next_exec_prefix = xyes; then exec_prefix=$arg; next_exec_prefix=
  89. -   # Handle --host with a space before the argument.
  90. -   elif test x$next_host = xyes; then next_host=
  91. -   # Handle --prefix with a space before the argument.
  92. -   elif test x$next_prefix = xyes; then prefix=$arg; next_prefix=
  93. -   # Handle --srcdir with a space before the argument.
  94. -   elif test x$next_srcdir = xyes; then srcdir=$arg; next_srcdir=
  95. -   else
  96. -     case $arg in
  97. -      # For backward compatibility, recognize -exec-prefix and --exec_prefix.
  98. -      -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* | --exec=* | --exe=* | --ex=* | --e=*)
  99. -     exec_prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  100. -      -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- | --exec | --exe | --ex | --e)
  101. -     next_exec_prefix=yes ;;
  102. -      -gas | --gas | --ga | --g) ;;
  103. -      -host=* | --host=* | --hos=* | --ho=* | --h=*) ;;
  104. -      -host | --host | --hos | --ho | --h)
  105. -     next_host=yes ;;
  106. -      -nfp | --nfp | --nf) ;;
  107. -      -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  108. -     prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  109. -      -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  110. -     next_prefix=yes ;;
  111. -      -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=* | --s=*)
  112. -     srcdir=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  113. -      -srcdir | --srcdir | --srcdi | --srcd | --src | --sr | --s)
  114. -     next_srcdir=yes ;;
  115. -      -with-* | --with-*)
  116. -        package=`echo $arg|sed -e 's/-*with-//' -e 's/=.*//'`
  117. -        # Reject names that aren't valid shell variable names.
  118. -        if test -n "`echo $package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  119. -          echo "configure: $package: invalid package name" >&2; exit 1
  120. -        fi
  121. -        package=`echo $package| sed 's/-/_/g'`
  122. -        case "$arg" in
  123. -          *=*) val="`echo $arg|sed 's/[^=]*=//'`" ;;
  124. -          *) val=1 ;;
  125. -        esac
  126. -        eval "with_$package='$val'" ;;
  127.   
  128. !      -v | -verbose | --verbose | --verbos | --verbo | --verb | --ver | --ve | --v)
  129. !        verbose=yes ;;
  130.   
  131. !      *) ;;
  132.       esac
  133. !   fi
  134.   done
  135.   
  136. ! trap 'rm -fr conftest* confdefs* core; exit 1' 1 3 15
  137. ! trap 'rm -f confdefs*' 0
  138.   
  139.   # NLS nuisances.
  140.   # These must not be set unconditionally because not all systems understand
  141.   # e.g. LANG=C (notably SCO).
  142. ! if test "${LC_ALL+set}" = 'set' ; then LC_ALL=C; export LC_ALL; fi
  143. ! if test "${LANG+set}"   = 'set' ; then LANG=C;   export LANG;   fi
  144.   
  145. ! rm -f conftest* confdefs.h
  146. ! echo > confdefs.h
  147. ! compile='${CC-cc} $CFLAGS conftest.c -o conftest $LIBS >/dev/null 2>&1'
  148.   
  149.   # A filename unique to this package, relative to the directory that
  150.   # configure is in, which we can look for to find out if srcdir is correct.
  151. ! unique_file=sed.c
  152.   
  153.   # Find the source files, if location was not specified.
  154.   if test -z "$srcdir"; then
  155. !   srcdirdefaulted=yes
  156.     # Try the directory containing this script, then `..'.
  157. !   prog=$0
  158. !   confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  159. !   test "X$confdir" = "X$prog" && confdir=.
  160. !   srcdir=$confdir
  161. !   if test ! -r $srcdir/$unique_file; then
  162.       srcdir=..
  163.     fi
  164.   fi
  165. ! if test ! -r $srcdir/$unique_file; then
  166. !   if test x$srcdirdefaulted = xyes; then
  167. !     echo "configure: Can not find sources in \`${confdir}' or \`..'." 1>&2
  168.     else
  169. !     echo "configure: Can not find sources in \`${srcdir}'." 1>&2
  170.     fi
  171. -   exit 1
  172.   fi
  173. ! # Preserve a srcdir of `.' to avoid automounter screwups with pwd.
  174. ! # But we can't avoid them for `..', to make subdirectories work.
  175. ! case $srcdir in
  176. !   .|/*|~*) ;;
  177. !   *) srcdir=`cd $srcdir; pwd` ;; # Make relative path absolute.
  178. ! esac
  179.   
  180.   
  181. ! # Save the original args to write them into config.status later.
  182. ! configure_args="$*"
  183.   
  184.   if test -z "$CC"; then
  185.     # Extract the first word of `gcc', so it can be a program name with args.
  186. !   set dummy gcc; word=$2
  187. !   echo checking for $word
  188. !   IFS="${IFS=     }"; saveifs="$IFS"; IFS="${IFS}:"
  189. !   for dir in $PATH; do
  190. !     test -z "$dir" && dir=.
  191. !     if test -f $dir/$word; then
  192.         CC="gcc"
  193.         break
  194.       fi
  195.     done
  196. !   IFS="$saveifs"
  197.   fi
  198.   test -z "$CC" && CC="cc"
  199. ! test -n "$CC" && test -n "$verbose" && echo "    setting CC to $CC"
  200.   
  201.   # Find out if we are using GNU C, under whatever name.
  202.   cat > conftest.c <<EOF
  203. --- 1,341 ----
  204.   #!/bin/sh
  205.   # Guess values for system-dependent variables and create Makefiles.
  206. ! # Generated automatically using autoconf version 1.11 
  207. ! # Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
  208.   
  209. ! # This configure script is free software; you can redistribute it and/or
  210. ! # modify it under the terms of the GNU General Public License as published
  211. ! # by the Free Software Foundation; either version 2, or (at your option)
  212.   # any later version.
  213.   
  214. ! # This script is distributed in the hope that it will be useful, but
  215. ! # WITHOUT ANY WARRANTY; without even the implied warranty of
  216. ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
  217. ! # Public License for more details.
  218.   
  219.   # You should have received a copy of the GNU General Public License
  220.   # along with this program; if not, write to the Free Software
  221.   # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  222.   
  223. ! # Save the original args to write them