]> git.pld-linux.org Git - packages/a2ps.git/blob - a2ps-conf.patch
This commit was manufactured by cvs2git to create branch 'PLD_1_0_freez'.
[packages/a2ps.git] / a2ps-conf.patch
1 --- a2ps-4.13/configure.orig    Wed Mar  8 18:43:57 2000
2 +++ a2ps-4.13/configure Wed Jun 27 14:58:26 2001
3 @@ -8447,14 +8447,9 @@
4  echo "configure:8448: checking for PostScript fonts path" 1>&5
5  # Try to find some PostScript fonts.
6  # Find out if ghostscript is installed
7 -ac_psfont_path=
8 -for ac_dir in /usr/local/ghostscript/fonts \
9 -  /usr/local/share/ghostscript/fonts;
10 -do
11 -  if test "cd $ac_dir 2>/dev/null && echo *.afm"; then
12 -    ac_psfont_path="$ac_psfont_path:$ac_dir";
13 -  fi
14 -done
15 +# for ac_dir in /usr/local/ghostscript/fonts \
16 +#  /usr/local/share/ghostscript/fonts;
17 +ac_psfont_path="/usr/share/fonts/Type1:/usr/share/fonts/Type1/afm:/usr/share/fonts/default/Type1:/usr/share/fonts/default/ghostscript:/usr/share/fonts/afms/adobe:/usr/share/fonts/ISO8859-2/Type1/afm"
18  if test -n "$ac_psfont_path"; then
19    PSFONT_PATH=`echo "$ac_psfont_path" | sed -e 's/^://'`
20  fi
This page took 0.030079 seconds and 3 git commands to generate.