summaryrefslogtreecommitdiff
path: root/dviware/dvgtk/web2c-dvgtk.patch
blob: a30ba0eeaab2db37d5619cec491a00e1a214987e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
*** ../texk-7.0-orig/configure	Mon Feb  3 14:22:07 1997
--- configure	Fri Mar 21 19:29:56 1997
***************
*** 2111,2117 ****
  
  
  
! subdirs="kpathsea dviljk dvipsk web2c xdvik"
  
  
  trap '' 1 2 15
--- 2111,2117 ----
  
  
  
! subdirs="kpathsea dviljk dvipsk web2c xdvik dvgtk"
  
  
  trap '' 1 2 15
***************
*** 2434,2440 ****
      esac
    done
  
!   for ac_config_dir in kpathsea dviljk dvipsk web2c xdvik; do
  
      # Do not complain, so a configure script can configure whichever
      # parts of a large source tree are present.
--- 2434,2440 ----
      esac
    done
  
!   for ac_config_dir in kpathsea dviljk dvipsk web2c xdvik dvgtk; do
  
      # Do not complain, so a configure script can configure whichever
      # parts of a large source tree are present.
*** ../texk-7.0-orig/Makefile.in	Fri Feb  7 13:39:38 1997
--- Makefile.in	Fri Mar 21 19:54:31 1997
***************
*** 1,7 ****
  # Top-level Makefile for kpathsea-using programs.
  
  # Package subdirectories, the library, and all subdirectories.
! programs = dviljk dvipsk web2c xdvik
  kpathsea_dir = kpathsea
  all_dirs = $(programs) $(kpathsea_dir)
  
--- 1,7 ----
  # Top-level Makefile for kpathsea-using programs.
  
  # Package subdirectories, the library, and all subdirectories.
! programs = dviljk dvipsk web2c xdvik dvgtk
  kpathsea_dir = kpathsea
  all_dirs = $(programs) $(kpathsea_dir)