--- 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";