summaryrefslogtreecommitdiff
path: root/www/lynx-current/files/patch-aa
blob: 8d594ee59e05adf884d34f0dfc118f7c8eb16f2e (plain) (blame)
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
*** makefile.in.orig	Mon Sep  7 14:02:16 1998
--- makefile.in	Mon Sep  7 23:23:06 1998
***************
*** 43,49 ****
  libdir= @libdir@
  
  ## Where you want the help-files installed
! helpdir= @libdir@/lynx_help
  
  ##set the relative location of the WWW library Implementation directory,
  ##from this directory
--- 43,49 ----
  libdir= @libdir@
  
  ## Where you want the help-files installed
! helpdir= $(prefix)/lib/lynx_help
  
  ##set the relative location of the WWW library Implementation directory,
  ##from this directory
***************
*** 319,325 ****
  
  install-log : $(libdir) config.cache
  	-@sed	-e '/^#/d' \
! 		-e 's/^.._cv_\(.*\)=.*=\(.*\)\}/\1=\2/g' \
  		config.cache | \
  	$(AWK) -F= '{printf "%-30s = %s\n",$$1,$$2}' |sort > $(libdir)/lynx_site.txt
  
--- 319,325 ----
  
  install-log : $(libdir) config.cache
  	-@sed	-e '/^#/d' \
! 		-e 's/^.._cv_\(.*\)=.*=\(.*\)}/\1=\2/g' \
  		config.cache | \
  	$(AWK) -F= '{printf "%-30s = %s\n",$$1,$$2}' |sort > $(libdir)/lynx_site.txt