|
|
8f1c6e |
diff -up a2ps-4.14/configure.conf a2ps-4.14/configure
|
|
|
8f1c6e |
--- a2ps-4.14/configure.conf 2008-04-27 01:01:04.000000000 +0200
|
|
|
8f1c6e |
+++ a2ps-4.14/configure 2008-04-27 01:04:12.000000000 +0200
|
|
|
8f1c6e |
@@ -30758,9 +30758,13 @@ fi
|
|
|
8f1c6e |
echo $ECHO_N "checking for PostScript fonts path... $ECHO_C" >&6; }
|
|
|
8f1c6e |
# Try to find some PostScript fonts.
|
|
|
8f1c6e |
# Find out if ghostscript is installed
|
|
|
8f1c6e |
+# for ac_dir in /usr/local/ghostscript/fonts \
|
|
|
8f1c6e |
+# /usr/local/share/ghostscript/fonts;
|
|
|
8f1c6e |
ac_psfont_path=
|
|
|
8f1c6e |
-for ac_dir in /usr/local/ghostscript/fonts \
|
|
|
8f1c6e |
- /usr/local/share/ghostscript/fonts;
|
|
|
8f1c6e |
+for ac_dir in /usr/share/fonts/default/Type1 \
|
|
|
8f1c6e |
+ /usr/share/fonts/default/ghostscript \
|
|
|
8f1c6e |
+ /usr/share/X11/fonts/Type1 \
|
|
|
8f1c6e |
+ /usr/share/fonts/culmus ;
|
|
|
8f1c6e |
do
|
|
|
8f1c6e |
if test "cd $ac_dir 2>/dev/null && echo *.afm"; then
|
|
|
8f1c6e |
ac_psfont_path="$ac_psfont_path:$ac_dir";
|
|
|
8f1c6e |
diff -up a2ps-4.14/configure.in.conf a2ps-4.14/configure.in
|
|
|
8f1c6e |
--- a2ps-4.14/configure.in.conf 2008-04-27 01:00:54.000000000 +0200
|
|
|
8f1c6e |
+++ a2ps-4.14/configure.in 2008-04-27 01:03:52.000000000 +0200
|
|
|
8f1c6e |
@@ -207,8 +207,10 @@ AC_MSG_CHECKING(for PostScript fonts pat
|
|
|
8f1c6e |
# Try to find some PostScript fonts.
|
|
|
8f1c6e |
# Find out if ghostscript is installed
|
|
|
8f1c6e |
ac_psfont_path=
|
|
|
8f1c6e |
-for ac_dir in /usr/local/ghostscript/fonts \
|
|
|
8f1c6e |
- /usr/local/share/ghostscript/fonts;
|
|
|
8f1c6e |
+for ac_dir in /usr/share/fonts/default/Type1 \
|
|
|
8f1c6e |
+ /usr/share/fonts/default/ghostscript \
|
|
|
8f1c6e |
+ /usr/share/X11/fonts/Type1 \
|
|
|
8f1c6e |
+ /usr/share/fonts/culmus ;
|
|
|
8f1c6e |
do
|
|
|
8f1c6e |
if test "cd $ac_dir 2>/dev/null && echo *.afm"; then
|
|
|
8f1c6e |
ac_psfont_path="$ac_psfont_path:$ac_dir";
|