a2ps/a2ps-4.13-conf.patch
cvsdist ce7e79bb2b auto-import changelog data from a2ps-4.13b-19.src.rpm
Mon Feb 25 2002 Tim Waugh <twaugh@redhat.com> 4.13b-19
- Rebuild in new environment.
Tue Jan 22 2002 Tim Waugh <twaugh@redhat.com> 4.13b-18
- Fix a2ps-4.13-conf.patch (bug #31360).
- Add documentation about the default behaviour concerning LC_PAPER (bug
    #43829).
Wed Jan 09 2002 Tim Powers <timp@redhat.com> 4.13b-17
- automated rebuild
Wed Jan 09 2002 Tim Waugh <twaugh@redhat.com>
- Fix build with newer compiler.
- s/Copyright:/License:/.
- Use C locale's decimal point style (bug #53715).
2004-09-09 02:52:11 +00:00

18 lines
743 B
Diff

--- a2ps-4.13/configure.config Wed Feb 9 09:32:31 2000
+++ a2ps-4.13/configure Thu Apr 27 19:56:05 2000
@@ -8433,9 +8433,13 @@
echo "configure:8434: checking for PostScript fonts path" 1>&5
# Try to find some PostScript fonts.
# Find out if ghostscript is installed
+# for ac_dir in /usr/local/ghostscript/fonts \
+# /usr/local/share/ghostscript/fonts;
ac_psfont_path=
-for ac_dir in /usr/local/ghostscript/fonts \
- /usr/local/share/ghostscript/fonts;
+for ac_dir in /usr/share/fonts/default/Type1 \
+ /usr/share/fonts/default/ghostscript \
+ /usr/share/fonts/afms/adobe \
+ /usr/X11R6/lib/X11/fonts/latin2/Type1/afm ;
do
if test "cd $ac_dir 2>/dev/null && echo *.afm"; then
ac_psfont_path="$ac_psfont_path:$ac_dir";