home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / gnu / uuencode-1.0-diffs.lha / src / diffs / uuencode-1.0.diffs
Text File  |  1994-07-12  |  45KB  |  1,488 lines

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