home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / indent-1.9.1-diffs.lha / GNU / src / diffs / indent-1.9.1.diffs
Text File  |  1994-09-07  |  47KB  |  1,542 lines

  1. diff -rc --new-file indent-1.9.1/CONF-README /gnu/src/amiga/indent-1.9.1/CONF-README
  2. *** indent-1.9.1/CONF-README    Wed Sep 15 23:05:10 1993
  3. --- /gnu/src/amiga/indent-1.9.1/CONF-README    Wed Feb 23 10:17:32 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 --new-file indent-1.9.1/Product-Info /gnu/src/amiga/indent-1.9.1/Product-Info
  24. *** indent-1.9.1/Product-Info    Thu Jan  1 00:00:00 1970
  25. --- /gnu/src/amiga/indent-1.9.1/Product-Info    Tue Jul 12 17:27:29 1994
  26. ***************
  27. *** 0 ****
  28. --- 1,24 ----
  29. + .name
  30. + indent
  31. + .fullname
  32. + C code beautifier
  33. + .type
  34. + Programmer Tool
  35. + .short
  36. + C code beautifier
  37. + .description
  38. + The `indent' program can be used to make code easier to read.  It can
  39. + also convert from one style of writing C to another, and understands a
  40. + substantial amount about the syntax of C, but it also attempts to cope
  41. + with incomplete and misformed syntax.  In version 1.2 and more recent
  42. + versions, the GNU style of indenting is the default.
  43. + .version
  44. + 1.9.1
  45. + .author
  46. + Free Software Foundation
  47. + .requirements
  48. + Amiga binary requires ixemul.library.
  49. + .distribution
  50. + GNU Public License
  51. + .described-by
  52. + Fred Fish (fnf@amigalib.com)
  53. diff -rc --new-file indent-1.9.1/README /gnu/src/amiga/indent-1.9.1/README
  54. *** indent-1.9.1/README    Sun Jan 30 02:22:04 1994
  55. --- /gnu/src/amiga/indent-1.9.1/README    Wed Feb 23 10:16:44 1994
  56. ***************
  57. *** 10,17 ****
  58.     Once you have unpacked the tar file, simply type "make" in the source
  59.     directory to produce an executable copy of `indent' in that directory.
  60.     If you then type "make install", the program will be installed by
  61. !   default as /usr/local/bin/indent and the on-line help will be
  62. !   installed as /usr/local/info/indent.info (see DOCUMENTATION, below).
  63.   
  64.     It is possible to change these default installation paths.  To change
  65.     the place where `indent' is installed, you may specify the prefix
  66. --- 10,17 ----
  67.     Once you have unpacked the tar file, simply type "make" in the source
  68.     directory to produce an executable copy of `indent' in that directory.
  69.     If you then type "make install", the program will be installed by
  70. !   default as /gnu/bin/indent and the on-line help will be
  71. !   installed as /gnu/info/indent.info (see DOCUMENTATION, below).
  72.   
  73.     It is possible to change these default installation paths.  To change
  74.     the place where `indent' is installed, you may specify the prefix
  75. diff -rc --new-file indent-1.9.1/configure /gnu/src/amiga/indent-1.9.1/configure
  76. *** indent-1.9.1/configure    Thu Jul  8 23:57:50 1993
  77. --- /gnu/src/amiga/indent-1.9.1/configure    Mon Apr 25 21:31:10 1994
  78. ***************
  79. *** 1,144 ****
  80.   #!/bin/sh
  81.   # Guess values for system-dependent variables and create Makefiles.
  82. ! # Generated automatically using autoconf.
  83. ! # Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
  84.   
  85. ! # This program is free software; you can redistribute it and/or modify
  86. ! # it under the terms of the GNU General Public License as published by
  87. ! # the Free Software Foundation; either version 2, or (at your option)
  88.   # any later version.
  89.   
  90. ! # This program is distributed in the hope that it will be useful,
  91. ! # but WITHOUT ANY WARRANTY; without even the implied warranty of
  92. ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  93. ! # GNU General Public License for more details.
  94.   
  95.   # You should have received a copy of the GNU General Public License
  96.   # along with this program; if not, write to the Free Software
  97.   # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  98.   
  99. ! # Usage: configure [--srcdir=DIR] [--host=HOST] [--gas] [--nfp] [--no-create]
  100. ! #        [--prefix=PREFIX] [--exec-prefix=PREFIX] [--with-PACKAGE] [TARGET]
  101. ! # Ignores all args except --srcdir, --prefix, --exec-prefix, --no-create, and
  102. ! # --with-PACKAGE unless this script has special code to handle it.
  103.   
  104.   
  105. ! for arg
  106.   do
  107. -   # Handle --exec-prefix with a space before the argument.
  108. -   if test x$next_exec_prefix = xyes; then exec_prefix=$arg; next_exec_prefix=
  109. -   # Handle --host with a space before the argument.
  110. -   elif test x$next_host = xyes; then next_host=
  111. -   # Handle --prefix with a space before the argument.
  112. -   elif test x$next_prefix = xyes; then prefix=$arg; next_prefix=
  113. -   # Handle --srcdir with a space before the argument.
  114. -   elif test x$next_srcdir = xyes; then srcdir=$arg; next_srcdir=
  115. -   else
  116. -     case $arg in
  117. -      # For backward compatibility, also recognize exact --exec_prefix.
  118. -      -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* | --exec=* | --exe=* | --ex=* | --e=*)
  119. -     exec_prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  120. -      -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- | --exec | --exe | --ex | --e)
  121. -     next_exec_prefix=yes ;;
  122. -      -gas | --gas | --ga | --g) ;;
  123. -      -host=* | --host=* | --hos=* | --ho=* | --h=*) ;;
  124. -      -host | --host | --hos | --ho | --h)
  125. -     next_host=yes ;;
  126. -      -nfp | --nfp | --nf) ;;
  127. -      -no-create | --no-create | --no-creat | --no-crea | --no-cre | --no-cr | --no-c | --no- | --no)
  128. -         no_create=1 ;;
  129. -      -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  130. -     prefix=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  131. -      -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  132. -     next_prefix=yes ;;
  133. -      -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=* | --s=*)
  134. -     srcdir=`echo $arg | sed 's/[-a-z_]*=//'` ;;
  135. -      -srcdir | --srcdir | --srcdi | --srcd | --src | --sr | --s)
  136. -     next_srcdir=yes ;;
  137. -      -with-* | --with-*)
  138. -        package=`echo $arg|sed 's/-*with-//'`
  139. -        # Delete all the valid chars; see if any are left.
  140. -        if test -n "`echo $package|sed 's/[-a-zA-Z0-9_]*//g'`"; then
  141. -          echo "configure: $package: invalid package name" >&2; exit 1
  142. -        fi
  143. -        eval "with_`echo $package|sed s/-/_/g`=1" ;;
  144.   
  145. !      -v | -verbose | --verbose | --verbos | --verbo | --verb | --ver | --ve | --v)
  146. !        verbose=yes ;;
  147.   
  148. !      *) ;;
  149.       esac
  150. !   fi
  151.   done
  152.   
  153. ! trap 'rm -fr conftest* core; exit 1' 1 3 15
  154.   
  155.   # NLS nuisances.
  156.   # These must not be set unconditionally because not all systems understand
  157.   # e.g. LANG=C (notably SCO).
  158. ! if test "${LC_ALL+set}" = 'set' ; then LC_ALL=C; export LC_ALL; fi
  159. ! if test "${LANG+set}"   = 'set' ; then LANG=C;   export LANG;   fi
  160.   
  161. ! rm -f conftest*
  162. ! compile='${CC-cc} $CFLAGS $DEFS conftest.c -o conftest $LIBS >/dev/null 2>&1'
  163.   
  164.   # A filename unique to this package, relative to the directory that
  165.   # configure is in, which we can look for to find out if srcdir is correct.
  166. ! unique_file=indent.c
  167.   
  168.   # Find the source files, if location was not specified.
  169.   if test -z "$srcdir"; then
  170. !   srcdirdefaulted=yes
  171.     # Try the directory containing this script, then `..'.
  172. !   prog=$0
  173. !   confdir=`echo $prog|sed 's%/[^/][^/]*$%%'`
  174. !   test "X$confdir" = "X$prog" && confdir=.
  175. !   srcdir=$confdir
  176. !   if test ! -r $srcdir/$unique_file; then
  177.       srcdir=..
  178.     fi
  179.   fi
  180. ! if test ! -r $srcdir/$unique_file; then
  181. !   if test x$srcdirdefaulted = xyes; then
  182. !     echo "configure: Can not find sources in \`${confdir}' or \`..'." 1>&2
  183.     else
  184. !     echo "configure: Can not find sources in \`${srcdir}'." 1>&2
  185.     fi
  186. -   exit