|
cvsdist |
67cda08 |
--- a2ps-4.13/configure.config Wed Feb 9 09:32:31 2000
|
|
cvsdist |
67cda08 |
+++ a2ps-4.13/configure Thu Apr 27 19:56:05 2000
|
|
cvsdist |
67cda08 |
@@ -8433,9 +8433,13 @@
|
|
cvsdist |
67cda08 |
echo "configure:8434: checking for PostScript fonts path" 1>&5
|
|
cvsdist |
67cda08 |
# Try to find some PostScript fonts.
|
|
cvsdist |
67cda08 |
# Find out if ghostscript is installed
|
|
cvsdist |
67cda08 |
+# for ac_dir in /usr/local/ghostscript/fonts \
|
|
cvsdist |
67cda08 |
+# /usr/local/share/ghostscript/fonts;
|
|
cvsdist |
67cda08 |
ac_psfont_path=
|
|
cvsdist |
67cda08 |
-for ac_dir in /usr/local/ghostscript/fonts \
|
|
cvsdist |
67cda08 |
- /usr/local/share/ghostscript/fonts;
|
|
cvsdist |
67cda08 |
+for ac_dir in /usr/share/fonts/default/Type1 \
|
|
cvsdist |
67cda08 |
+ /usr/share/fonts/default/ghostscript \
|
|
cvsdist |
67cda08 |
+ /usr/share/fonts/afms/adobe \
|
|
 |
0a693f7 |
+ /usr/share/X11/fonts/Type1 ;
|
|
cvsdist |
67cda08 |
do
|
|
cvsdist |
67cda08 |
if test "cd $ac_dir 2>/dev/null && echo *.afm"; then
|
|
cvsdist |
67cda08 |
ac_psfont_path="$ac_psfont_path:$ac_dir";
|
|
 |
5c7c8ed |
--- a2ps-4.13/configure.in.conf 2000-02-24 17:53:03.000000000 +0000
|
|
 |
5c7c8ed |
+++ a2ps-4.13/configure.in 2004-12-09 16:25:14.984961138 +0000
|
|
 |
5c7c8ed |
@@ -197,8 +197,10 @@
|
|
 |
5c7c8ed |
# Try to find some PostScript fonts.
|
|
 |
5c7c8ed |
# Find out if ghostscript is installed
|
|
 |
5c7c8ed |
ac_psfont_path=
|
|
 |
5c7c8ed |
-for ac_dir in /usr/local/ghostscript/fonts \
|
|
 |
5c7c8ed |
- /usr/local/share/ghostscript/fonts;
|
|
 |
5c7c8ed |
+for ac_dir in /usr/share/fonts/default/Type1 \
|
|
 |
5c7c8ed |
+ /usr/share/fonts/default/ghostscript \
|
|
 |
5c7c8ed |
+ /usr/share/fonts/afms/adobe \
|
|
 |
0a693f7 |
+ /usr/share/X11/fonts/Type1 ;
|
|
 |
5c7c8ed |
do
|
|
 |
5c7c8ed |
if test "cd $ac_dir 2>/dev/null && echo *.afm"; then
|
|
 |
5c7c8ed |
ac_psfont_path="$ac_psfont_path:$ac_dir";
|