--- 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/share/X11/fonts/Type1 ; do if test "cd $ac_dir 2>/dev/null && echo *.afm"; then ac_psfont_path="$ac_psfont_path:$ac_dir"; --- a2ps-4.13/configure.in.conf 2000-02-24 17:53:03.000000000 +0000 +++ a2ps-4.13/configure.in 2004-12-09 16:25:14.984961138 +0000 @@ -197,8 +197,10 @@ # Try to find some PostScript fonts. # Find out if ghostscript is installed 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/share/X11/fonts/Type1 ; do if test "cd $ac_dir 2>/dev/null && echo *.afm"; then ac_psfont_path="$ac_psfont_path:$ac_dir";