]> git.pld-linux.org Git - packages/a2ps.git/blob - a2ps-conf.patch
- patches from rawhide.
[packages/a2ps.git] / a2ps-conf.patch
1 --- a2ps-4.13/configure.config  Wed Feb  9 09:32:31 2000
2 +++ a2ps-4.13/configure Thu Apr 27 19:56:05 2000
3 @@ -8433,9 +8433,13 @@
4  echo "configure:8434: checking for PostScript fonts path" 1>&5
5  # Try to find some PostScript fonts.
6  # Find out if ghostscript is installed
7 +# for ac_dir in /usr/local/ghostscript/fonts \
8 +#  /usr/local/share/ghostscript/fonts;
9  ac_psfont_path=
10 -for ac_dir in /usr/local/ghostscript/fonts \
11 -  /usr/local/share/ghostscript/fonts;
12 +for ac_dir in /usr/share/fonts/default/Type1 \
13 +    /usr/share/fonts/default/ghostscript \
14 +    /usr/share/fonts/afms/adobe \
15 +    /usr/share/fonts/ISO8859-2/Type1/afm ;
16  do
17    if test "cd $ac_dir 2>/dev/null && echo *.afm"; then
18      ac_psfont_path="$ac_psfont_path:$ac_dir";
This page took 0.063927 seconds and 4 git commands to generate.