home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / gs-fonts-2.6.1-diffs.lha / GNU / src / diffs / gs-fonts-2.6.1.diffs
Text File  |  1994-09-07  |  22KB  |  611 lines

  1. diff -rc --new-file gs-fonts-2.6.1/Makefile.in /gnu/src/amiga/gs-fonts-2.6.1/Makefile.in
  2. *** gs-fonts-2.6.1/Makefile.in    Thu Jan  1 00:00:00 1970
  3. --- /gnu/src/amiga/gs-fonts-2.6.1/Makefile.in    Tue Aug 23 15:33:53 1994
  4. ***************
  5. *** 0 ****
  6. --- 1,43 ----
  7. + # Ghostscript fonts Makefile.
  8. + #### Start of system configuration section. ####
  9. + VPATH = @srcdir@
  10. + srcdir = @srcdir@
  11. + # Common prefix for machine-independent installed files.
  12. + prefix = /gnu
  13. + # Common prefix for machine-dependent installed files.
  14. + exec_prefix = $(prefix)
  15. + # Directory to install libraries in.
  16. + libdir = $(exec_prefix)/lib
  17. + # Program to install data like man pages.
  18. + INSTALL_DATA = @INSTALL_DATA@
  19. + # Generic install program.
  20. + INSTALL = @INSTALL@
  21. + #### End of system configuration section. ####
  22. + # Define the default directories for the runtime
  23. + # initialization and font files.  Separate multiple directories with a ','.
  24. + gsdatadir = $(libdir)/ghostscript
  25. + gsfontsdir = $(gsdatadir)/fonts
  26. + # Installation
  27. + all:
  28. + clean:
  29. + clobber:
  30. + install:
  31. +     if [ -d $(libdir) ]; then true; else mkdir $(libdir); fi
  32. +     if [ -d $(gsfontsdir) ]; then true; else mkdir $(gsfontsdir); fi
  33. +     for f in `(cd $(srcdir)/fonts ; find . -type f -print)` ; do $(INSTALL_DATA) $(srcdir)/fonts/$$f $(gsfontsdir)/$$f ; done
  34. + Makefile:    config.status $(srcdir)/Makefile.in
  35. +         $(SHELL) config.status
  36. diff -rc --new-file gs-fonts-2.6.1/Product-Info /gnu/src/amiga/gs-fonts-2.6.1/Product-Info
  37. *** gs-fonts-2.6.1/Product-Info    Thu Jan  1 00:00:00 1970
  38. --- /gnu/src/amiga/gs-fonts-2.6.1/Product-Info    Tue Jul 12 17:25:24 1994
  39. ***************
  40. *** 0 ****
  41. --- 1,22 ----
  42. + .name
  43. + ghostscript-fonts
  44. + .type
  45. + Miscellaneous
  46. + .short
  47. + GNU postscript interpreter fonts
  48. + .description
  49. + Ghostscript is the name of a set of software that provides an
  50. + interpreter for the PostScript (TM) language, and a set of C
  51. + procedures (the Ghostscript library) that implement the graphics
  52. + capabilities that appear as primitive operations in the PostScript
  53. + language.
  54. + .version
  55. + 2.6.1
  56. + .author
  57. + L. Peter Deutsch
  58. + .distribution
  59. + Ghostscript General Public License
  60. + .email
  61. + ghost@aladdin.com
  62. + .described-by
  63. + Fred Fish (fnf@amigalib.com)
  64. diff -rc --new-file gs-fonts-2.6.1/configure /gnu/src/amiga/gs-fonts-2.6.1/configure
  65. *** gs-fonts-2.6.1/configure    Thu Jan  1 00:00:00 1970
  66. --- /gnu/src/amiga/gs-fonts-2.6.1/configure    Sat Jul  9 12:51:47 1994
  67. ***************
  68. *** 0 ****
  69. --- 1,515 ----
  70. + #!/bin/sh
  71. + # Guess values for system-dependent variables and create Makefiles.
  72. + # Generated automatically using autoconf version 1.11 
  73. + # Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
  74. + # This configure script is free software; you can redistribute it and/or
  75. + # modify it under the terms of the GNU General Public License as published
  76. + # by the Free Software Foundation; either version 2, or (at your option)
  77. + # any later version.
  78. + # This script is distributed in the hope that it will be useful, but
  79. + # WITHOUT ANY WARRANTY; without even the implied warranty of
  80. + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
  81. + # Public License for more details.
  82. + # You should have received a copy of the GNU General Public License
  83. + # along with this program; if not, write to the Free Software
  84. + # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  85. + # Save the original args to write them into config.status later.
  86. + configure_args="$*"
  87. + # Only options that might do something get documented.
  88. + ac_usage="Usage: configure [options] [host]
  89. + Options: [defaults in brackets after descriptions]
  90. + --build=BUILD        configure for building on BUILD [BUILD=HOST]
  91. + --disable-FEATURE    do not include FEATURE (same as --enable-FEATURE=no)
  92. + --enable-FEATURE[=ARG]    include FEATURE [ARG=yes]
  93. + --exec-prefix=PREFIX    install host dependent files in PREFIX [/usr/local]
  94. + --help            print this message
  95. + --host=HOST        configure for HOST [guessed]
  96. + --prefix=PREFIX        install host independent files in PREFIX [/usr/local]
  97. + --quiet, --silent    do not print \`checking for...' messages
  98. + --srcdir=DIR        find the sources in DIR [configure dir or ..]
  99. + --target=TARGET        configure for TARGET [TARGET=HOST]
  100. + --verbose        print results of checks
  101. + --version        print the version of autoconf that created configure
  102. + --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  103. + --without-PACKAGE    do not use PACKAGE (same as --with-PACKAGE=no)
  104. + --x-includes=DIR    X include files are in DIR
  105. + --x-libraries=DIR    X library files are in DIR"
  106. + # Initialize some variables set by options.
  107. + # The variables have the same names as the options, with
  108. + # dashes changed to underlines.
  109. + build=NONE
  110. + exec_prefix=
  111. + host=NONE
  112. + no_create=
  113. + nonopt=NONE
  114. + norecursion=
  115. + prefix=
  116. + program_prefix=
  117. + program_suffix=
  118. + program_transform_name=
  119. + silent=
  120. + srcdir=
  121. + target=NONE
  122. + verbose=
  123. + x_includes=
  124. + x_libraries=
  125. + ac_prev=
  126. + for ac_option
  127. + do
  128. +   # If the previous option needs an argument, assign it.
  129. +   if test -n "$ac_prev"; then
  130. +     eval "$ac_prev=\$ac_option"
  131. +     ac_prev=
  132. +     continue
  133. +   fi
  134. +   # Accept (but ignore some of) the important Cygnus configure
  135. +   # options, so we can diagnose typos.
  136. +   case "$ac_option" in
  137. +   -*=*) ac_optarg=`/bin/echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  138. +   *) ac_optarg= ;;
  139. +   esac
  140. +   case "$ac_option" in
  141. +   -build | --build | --buil | --bui | --bu | --b)
  142. +     ac_prev=build ;;
  143. +   -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
  144. +     build="$ac_optarg" ;;
  145. +   -disable-* | --disable-*)
  146. +     ac_feature=`/bin/echo $ac_option|sed -e 's/-*disable-//'`
  147. +     # Reject names that aren't valid shell variable names.
  148. +     if test -n "`/bin/echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  149. +       /bin/echo "configure: $ac_feature: invalid feature name" >&2; exit 1
  150. +     fi
  151. +     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  152. +     eval "enable_${ac_feature}=no" ;;
  153. +   -enable-* | --enable-*)
  154. +     ac_feature=`/bin/echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  155. +     # Reject names that aren't valid shell variable names.
  156. +     if test -n "`/bin/echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  157. +       /bin/echo "configure: $ac_feature: invalid feature name" >&2; exit 1
  158. +     fi
  159. +     ac_feature=`/bin/echo $ac_feature| sed 's/-/_/g'`
  160. +     case "$ac_option" in
  161. +       *=*) ;;
  162. +       *) ac_optarg=yes ;;
  163. +     esac
  164. +     eval "enable_${ac_feature}='$ac_optarg'" ;;
  165. +   # For backward compatibility, recognize -exec-prefix and --exec_prefix.
  166. +   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  167. +   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  168. +   | --exec | --exe | --ex)
  169. +     ac_prev=exec_prefix ;;
  170. +   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  171. +   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  172. +   | --exec=* | --exe=* | --ex=*)
  173. +     exec_prefix="$ac_optarg" ;;
  174. +   -gas | --gas | --ga | --g)
  175. +     with_gas=yes ;; # Obsolete; use --with-gas.
  176. +   -help | --help | --hel | --he)
  177. +     cat << EOF
  178. + $ac_usage
  179. + EOF
  180. +     exit 0 ;;
  181. +   -host | --host | --hos | --ho)
  182. +     ac_prev=host ;;
  183. +   -host=* | --host=* | --hos=* | --ho=*)
  184. +     host="$ac_optarg" ;;
  185. +   -nfp | --nfp | --nf)
  186. +     with_fp=no ;; # Obsolete; use --without-fp.
  187. +   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  188. +   | --no-cr | --no-c)
  189. +     no_create=yes ;;
  190. +   -norecursion | --norecursion | --norecursio | --norecursi \
  191. +   | --norecurs | --norecur | --norecu | --norec | --nore | --nor)
  192. +     norecursion=yes ;;
  193. +   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  194. +     ac_prev=prefix ;;
  195. +   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  196. +     prefix="$ac_optarg" ;;
  197. +   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  198. +   | --program-pre | --program-pr | --program-p)
  199. +     ac_prev=program_prefix ;;
  200. +   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  201. +   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  202. +     program_prefix="$ac_optarg" ;;
  203. +   -program-suffix | --