1998-09-07 19:34:58 +00:00
|
|
|
*** makefile.in.orig Mon Sep 7 14:02:16 1998
|
|
|
|
--- makefile.in Mon Sep 7 23:23:06 1998
|
1997-12-15 15:18:14 +00:00
|
|
|
***************
|
1998-09-07 19:34:58 +00:00
|
|
|
*** 43,49 ****
|
1997-12-15 15:18:14 +00:00
|
|
|
libdir= @libdir@
|
|
|
|
|
|
|
|
## Where you want the help-files installed
|
|
|
|
! helpdir= @libdir@/lynx_help
|
|
|
|
|
1998-09-07 19:34:58 +00:00
|
|
|
##set the relative location of the WWW library Implementation directory,
|
|
|
|
##from this directory
|
|
|
|
--- 43,49 ----
|
1997-12-15 15:18:14 +00:00
|
|
|
libdir= @libdir@
|
|
|
|
|
|
|
|
## Where you want the help-files installed
|
|
|
|
! helpdir= $(prefix)/lib/lynx_help
|
|
|
|
|
1998-09-07 19:34:58 +00:00
|
|
|
##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
|
|
|
|
|