head	1.23;
access;
symbols
	RELEASE_8_3_0:1.23
	RELEASE_9_0_0:1.23
	RELEASE_7_4_0:1.23
	RELEASE_8_2_0:1.23
	RELEASE_6_EOL:1.23
	RELEASE_8_1_0:1.23
	RELEASE_7_3_0:1.22
	RELEASE_8_0_0:1.22
	RELEASE_7_2_0:1.22
	RELEASE_7_1_0:1.22
	RELEASE_6_4_0:1.22
	RELEASE_5_EOL:1.22
	RELEASE_7_0_0:1.22
	RELEASE_6_3_0:1.22
	PRE_XORG_7:1.21
	RELEASE_4_EOL:1.21
	RELEASE_6_2_0:1.21
	RELEASE_6_1_0:1.18
	RELEASE_5_5_0:1.18
	RELEASE_6_0_0:1.18
	RELEASE_5_4_0:1.18
	RELEASE_4_11_0:1.18
	RELEASE_5_3_0:1.18
	RELEASE_4_10_0:1.18
	RELEASE_5_2_1:1.18
	RELEASE_5_2_0:1.18
	RELEASE_4_9_0:1.18
	RELEASE_5_1_0:1.17
	RELEASE_4_8_0:1.16
	RELEASE_5_0_0:1.15
	RELEASE_4_7_0:1.15
	RELEASE_4_6_2:1.15
	RELEASE_4_6_1:1.15
	RELEASE_4_6_0:1.15
	RELEASE_5_0_DP1:1.15
	RELEASE_4_5_0:1.14
	RELEASE_4_4_0:1.13
	RELEASE_4_3_0:1.13
	RELEASE_4_2_0:1.12
	RELEASE_4_1_1:1.12
	RELEASE_4_1_0:1.12
	RELEASE_3_5_0:1.12
	RELEASE_4_0_0:1.11
	RELEASE_3_4_0:1.11
	RELEASE_3_3_0:1.11
	RELEASE_3_2_0:1.6
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.1
	RELEASE_2_2_6:1.1;
locks; strict;
comment	@# @;


1.23
date	2010.03.26.08.52.50;	author ache;	state Exp;
branches;
next	1.22;

1.22
date	2007.05.25.02.42.07;	author ache;	state Exp;
branches;
next	1.21;

1.21
date	2006.10.04.00.06.56;	author ache;	state Exp;
branches;
next	1.20;

1.20
date	2006.06.14.01.27.21;	author ache;	state Exp;
branches;
next	1.19;

1.19
date	2006.04.17.21.53.50;	author ache;	state Exp;
branches;
next	1.18;

1.18
date	2003.06.01.19.58.08;	author ache;	state Exp;
branches;
next	1.17;

1.17
date	2003.04.07.03.49.15;	author ache;	state Exp;
branches;
next	1.16;

1.16
date	2003.01.02.18.38.34;	author ache;	state Exp;
branches;
next	1.15;

1.15
date	2002.03.01.17.19.01;	author ache;	state Exp;
branches;
next	1.14;

1.14
date	2001.10.10.05.06.25;	author ache;	state Exp;
branches;
next	1.13;

1.13
date	2001.03.03.02.37.55;	author ache;	state Exp;
branches;
next	1.12;

1.12
date	2000.04.16.03.22.31;	author ache;	state Exp;
branches;
next	1.11;

1.11
date	99.09.08.15.54.05;	author ache;	state Exp;
branches;
next	1.10;

1.10
date	99.08.04.21.32.23;	author ache;	state Exp;
branches;
next	1.9;

1.9
date	99.08.04.20.21.36;	author ache;	state Exp;
branches;
next	1.8;

1.8
date	99.08.02.03.07.04;	author ache;	state Exp;
branches;
next	1.7;

1.7
date	99.05.25.20.14.49;	author ache;	state Exp;
branches;
next	1.6;

1.6
date	99.04.16.16.55.34;	author mharo;	state Exp;
branches;
next	1.5;

1.5
date	99.04.07.23.52.23;	author ache;	state dead;
branches;
next	1.4;

1.4
date	99.02.19.12.34.09;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	98.10.19.19.22.12;	author ache;	state dead;
branches;
next	1.2;

1.2
date	98.09.07.19.34.58;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	97.12.15.15.18.11;	author ache;	state Exp;
branches;
next	;


desc
@@


1.23
log
@Upgrade to 2.8.8dev.2
@
text
@--- makefile.in.orig	2009-11-25 13:56:48.000000000 +0300
+++ makefile.in	2010-03-26 11:13:46.000000000 +0300
@@@@ -384,14 +384,9 @@@@
 		if test "$(COMPRESS_PROG)" != "" ; then \
 			(cd $(HELPDIR) && $(COMPRESS_PROG) $$files ) \
 		fi'
-	@@echo Updating $(sysconfdir)/lynx.cfg
-	@@ECHO_CC@@$(SHELL) -c \
-	'if test -f $(SYSCONFDIR)/lynx.cfg ; then \
-		mv $(SYSCONFDIR)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ; \
-	else \
-		cp $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ; \
-	fi'
-	@@echo Updating $(sysconfdir)/lynx.cfg to point to installed help-files
+	@@echo Updating $(sysconfdir)/lynx.cfg.default
+	cp $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.tmp
+	@@echo Updating $(sysconfdir)/lynx.cfg.default to point to installed help-files
 	@@ECHO_CC@@sed	-e '/^HELPFILE:http/s!^!#!' \
 		-e '/^#HELPFILE:file/s!#!!' \
 		$(SYSCONFDIR)/lynx.tmp | \
@@@@ -399,9 +394,10 @@@@
 	$(SHELL) $(scripts_dir)/cfg_path.sh lynx_doc  $(helpdir) | \
 	sed	-e '/^HELPFILE:file/s!$$!$(COMPRESS_EXT)!' \
 		-e '/^HELPFILE:file/s!$(COMPRESS_EXT)$(COMPRESS_EXT)$$!$(COMPRESS_EXT)!' \
-		>$(SYSCONFDIR)/lynx.cfg
-	chmod 644 $(SYSCONFDIR)/lynx.cfg
+		>$(SYSCONFDIR)/lynx.cfg.default
+	chmod 644 $(SYSCONFDIR)/lynx.cfg.default
 	-rm -f $(SYSCONFDIR)/lynx.tmp
+	-[ ! -f $(SYSCONFDIR)/lynx.cfg ] && $(INSTALL_DATA) $(SYSCONFDIR)/lynx.cfg.default $(SYSCONFDIR)/lynx.cfg
 
 LYHelp.h : help_files.sed $(srcdir)/LYHelp.hin
 	@@echo Creating $@@
@@@@ -423,10 +419,11 @@@@
 	$(SHELL) -c 'SHELL=$(SHELL) $(SHELL) $(scripts_dir)/cfg_defs.sh $(srcdir)'
 
 install-cfg : $(SYSCONFDIR)
-	@@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg
+	@@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg.default
 
 install-lss : $(SYSCONFDIR)
-	@@$(SHELL) $(scripts_dir)/install-lss.sh "$(INSTALL_DATA)" $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss
+	@@$(SHELL) $(scripts_dir)/install-lss.sh "$(INSTALL_DATA)" $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss.default
+	-[ ! -f $(SYSCONFDIR)/lynx.lss ] && $(INSTALL_DATA) $(SYSCONFDIR)/lynx.lss.default $(SYSCONFDIR)/lynx.lss
 
 uninstall ::
 @@MSG_DIR_MAKE@@	cd $(PO_DIR) && $(MAKE_RECUR) uninstall
@


1.22
log
@Upgrade to 2.8.7dev.5
@
text
@d1 3
a3 3
--- makefile.in.orig	Fri May 18 02:53:22 2007
+++ makefile.in	Fri May 25 05:06:51 2007
@@@@ -365,14 +365,9 @@@@
d21 1
a21 1
@@@@ -380,9 +375,10 @@@@
d32 1
a32 1
 LYHelp.h : help_files.sed LYHelp.hin
d34 1
a34 1
@@@@ -404,7 +400,7 @@@@
d42 6
a47 1
 	@@$(SHELL) $(scripts_dir)/install-lss.sh "$(INSTALL_DATA)" $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss
@


1.21
log
@Upgrade to 2.8.6pre.5
@
text
@d1 3
a3 3
--- makefile.in.orig	Mon Sep  4 03:25:39 2006
+++ makefile.in	Wed Oct  4 03:19:56 2006
@@@@ -360,13 +360,9 @@@@
d8 2
a9 1
-	@@ECHO_CC@@$(SHELL) -c 'if test -f $(SYSCONFDIR)/lynx.cfg ; then \
d21 1
a21 1
@@@@ -374,9 +370,10 @@@@
d34 1
a34 1
@@@@ -398,7 +395,7 @@@@
d42 1
a42 1
 	-mv -f $(SYSCONFDIR)/lynx.lss $(SYSCONFDIR)/lynx.oldlss
@


1.20
log
@Upgrade to 2.8.6dev.18
@
text
@d1 2
a2 2
--- makefile.in.orig	Tue May 30 02:44:54 2006
+++ makefile.in	Wed Jun 14 05:12:44 2006
d7 3
a9 3
-	@@echo Updating $(libdir)/lynx.cfg
-	@@ECHO_CC@@$(SHELL) -c 'if test -f $(LIBDIR)/lynx.cfg ; then \
-		mv $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.tmp ; \
d11 1
a11 1
-		cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp ; \
d13 4
a16 4
-	@@echo Updating $(libdir)/lynx.cfg to point to installed help-files
+	@@echo Updating $(libdir)/lynx.cfg.default
+	cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp
+	@@echo Updating $(libdir)/lynx.cfg.default to point to installed help-files
d19 1
a19 1
 		$(LIBDIR)/lynx.tmp | \
d24 6
a29 6
-		>$(LIBDIR)/lynx.cfg
-	chmod 644 $(LIBDIR)/lynx.cfg
+		>$(LIBDIR)/lynx.cfg.default
+	chmod 644 $(LIBDIR)/lynx.cfg.default
 	-rm -f $(LIBDIR)/lynx.tmp
+	-[ ! -f $(LIBDIR)/lynx.cfg ] && $(INSTALL_DATA) $(LIBDIR)/lynx.cfg.default $(LIBDIR)/lynx.cfg
d36 3
a38 3
 install-cfg : $(LIBDIR)
-	@@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg
+	@@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default
d40 2
a41 2
 install-lss : $(LIBDIR)
 	-mv -f $(LIBDIR)/lynx.lss $(LIBDIR)/lynx.oldlss
@


1.19
log
@Upgrade to dev17
@
text
@d1 2
a2 2
--- makefile.in.orig	Mon Jan 23 04:16:14 2006
+++ makefile.in	Tue Apr 18 01:33:31 2006
d21 1
a21 1
 	$(SHELL) -c "$(scripts_dir)/cfg_path.sh lynx_doc  $(helpdir)" | \
d37 2
a38 2
-	@@$(SHELL) -c '$(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg'
+	@@$(SHELL) -c '$(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default'
@


1.18
log
@Upgrade to 2.8.5dev.15
@
text
@d1 3
a3 3
--- makefile.in.orig	Mon Apr 28 04:38:00 2003
+++ makefile.in	Sun Jun  1 23:40:30 2003
@@@@ -349,22 +349,19 @@@@
d19 4
a22 3
 		-e '/^HELPFILE:file/s!/PATH_TO/lynx_help!$(helpdir)!' \
 		-e '/^[A-Z_]*:/s!/PATH_TO/lynx_doc!$(docdir)!' \
 		-e '/^HELPFILE:file/s!$$!$(COMPRESS_EXT)!' \
d24 1
a24 1
-		$(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg
d26 1
a26 1
+		$(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg.default
d33 2
a34 2
@@@@ -386,7 +383,7 @@@@
 	$(SHELL) -c '$(srcdir)/cfg_defs.sh $(srcdir)'
d37 2
a38 2
-	@@$(SHELL) -c '$(srcdir)/scripts/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg'
+	@@$(SHELL) -c '$(srcdir)/scripts/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default'
@


1.17
log
@Upgrade to 2.8.5dev.14
@
text
@d1 3
a3 18
--- makefile.in.orig	Wed Jan 22 12:43:13 2003
+++ makefile.in	Mon Apr  7 07:32:51 2003
@@@@ -54,12 +54,12 @@@@
 ## Where you want the doc-files installed
 docdir= @@libdir@@/lynx_doc
 DOCDIR= $(DESTDIR)$(docdir)
-docdir1= $(shell echo "$(docdir)"|sed -e 's!^/!!')
+docdir1!= echo "$(docdir)"|sed -e 's!^/!!'
 
 ## Where you want the help-files installed
 helpdir= @@libdir@@/lynx_help
 HELPDIR= $(DESTDIR)$(helpdir)
-helpdir1= $(shell echo "$(helpdir)"|sed -e 's!^/!!')
+helpdir1!= echo "$(helpdir)"|sed -e 's!^/!!'
 
 ##set the relative location of the WWW library Implementation directory,
 ##from this directory
@@@@ -351,22 +351,19 @@@@
d8 1
a8 1
-	$(SHELL) -c 'if test -f $(LIBDIR)/lynx.cfg ; then \
d19 2
a20 2
 		-e '/^HELPFILE:file/s!PATH_TO/lynx_help!$(helpdir1)!' \
 		-e '/^[A-Z_]*:/s!PATH_TO/lynx_doc!$(docdir1)!' \
d32 1
a32 1
@@@@ -388,7 +385,7 @@@@
@


1.16
log
@Upgrade to 2.8.5dev.12
@
text
@d1 18
a18 3
--- makefile.in.orig	Mon Dec  2 05:07:38 2002
+++ makefile.in	Thu Jan  2 21:25:10 2003
@@@@ -350,22 +350,19 @@@@
d47 1
a47 1
@@@@ -387,7 +384,7 @@@@
@


1.15
log
@Upgrade to 2.8.5d7
@
text
@d1 2
a2 2
--- makefile.in.orig	Wed Jan  2 04:30:08 2002
+++ makefile.in	Fri Mar  1 19:56:04 2002
d32 1
a32 1
@@@@ -387,8 +384,7 @@@@
d36 2
a37 3
-	-mv -f $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.oldcfg
-	$(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg
+	$(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default
@


1.14
log
@Upgrade to 2.8.5.dev.3
@
text
@d1 6
a6 6
--- makefile.in.orig	Thu Aug 16 02:09:52 2001
+++ makefile.in	Wed Oct 10 08:46:54 2001
@@@@ -387,22 +387,19 @@@@
 		fi ; \
 		)'
 	@@-rm -f $(HELPDIR)/help_files.sed
d32 1
a32 1
@@@@ -424,8 +421,7 @@@@
@


1.13
log
@Upgrade to .dev.19
@
text
@d1 2
a2 2
--- makefile.in.orig	Tue Feb 13 04:33:21 2001
+++ makefile.in	Sat Mar  3 05:21:01 2001
d19 2
a20 2
 		-e '/^HELPFILE:file/s!/PATH_TO/lynx_help!$(helpdir)!' \
 		-e '/^[A-Z_]*:/s!/PATH_TO/lynx_doc!$(docdir)!' \
@


1.12
log
@Upgrade to 2.8.3pre.5, but leave it as FORBIDDEN because I not check
security issues at this moment yet.
@
text
@d1 3
a3 3
--- makefile.in.orig	Sat Apr  1 04:33:40 2000
+++ makefile.in	Sun Apr 16 06:57:08 2000
@@@@ -379,22 +379,19 @@@@
d17 6
a22 6
 	@@ECHO_CC@@sed	-e '/^HELPFILE:http/s@@^@@#@@' \
 		-e '/^#HELPFILE:file/s@@#@@@@' \
 		-e '/^HELPFILE:file/s@@/PATH_TO/lynx_help@@$(helpdir)@@' \
 		-e '/^[A-Z_]*:/s@@/PATH_TO/lynx_doc@@$(docdir)@@' \
 		-e '/^HELPFILE:file/s@@$$@@$(COMPRESS_EXT)@@' \
 		-e '/^HELPFILE:file/s@@$(COMPRESS_EXT)$(COMPRESS_EXT)$$@@$(COMPRESS_EXT)@@' \
d32 1
a32 1
@@@@ -416,8 +413,7 @@@@
@


1.11
log
@upgrade to 2.8.3dev.8
@
text
@d1 3
a3 3
--- makefile.in.orig	Thu Aug 26 15:31:19 1999
+++ makefile.in	Wed Sep  8 19:04:00 1999
@@@@ -361,22 +361,19 @@@@
d6 1
a6 1
 	-rm -f $(HELPDIR)/help_files.sed
d30 4
a33 4
 LYHelp.h : LYHelp.hin
 	@@echo Constructing sed-script
@@@@ -407,8 +404,7 @@@@
 	PATH=$(srcdir):$$PATH; export PATH; $(SHELL) -c '$(srcdir)/cfg_defs.sh'
@


1.10
log
@fix HELPFILE in lynx.cfg.default for package
@
text
@d1 3
a3 12
--- makefile.in.orig	Wed Jul 14 20:25:26 1999
+++ makefile.in	Thu Aug  5 00:54:01 1999
@@@@ -306,7 +306,7 @@@@
 	@@echo "Use $(MAKE) install-doc to install extra documentation files"
 	@@echo
 
-install-full: install install-help install-doc
+install-full: install install-doc install-help
 	@@echo Full installation complete.
 
 install-bin: $(BINDIR)
@@@@ -357,24 +357,25 @@@@
d10 4
d15 1
a15 6
+	$(SHELL) -c 'if test -f $(LIBDIR)/lynx.cfg.default ; then \
+		mv $(LIBDIR)/lynx.cfg.default $(LIBDIR)/lynx.tmp ; \
 	else \
 		cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp ; \
 	fi'
-	@@echo Updating $(libdir)/lynx.cfg to point to installed help-files
a28 4
 	$(SHELL) -c 'for name in COPYING COPYHEADER; do \
-		cd $(DOCDIR) && ( $(LN_S) $$name $(HELPDIR)/ || cp $$name $(HELPDIR)/ );\
+		cd $(DOCDIR) && cp $$name $(HELPDIR)/;\
 		done'
d31 2
a32 1
@@@@ -406,8 +407,7 @@@@
@


1.9
log
@reorder install-doc and install-help targets
@
text
@d2 1
a2 1
+++ makefile.in	Thu Aug  5 00:12:23 1999
d12 25
a36 2
@@@@ -374,7 +374,7 @@@@
 	chmod 644 $(LIBDIR)/lynx.cfg
d38 1
d45 1
a45 1
@@@@ -406,8 +406,8 @@@@
a51 1
+	-[ ! -f $(libdir)/lynx.cfg ] && $(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg
@


1.8
log
@upgrade to 2.8.3dev5
@
text
@d2 10
a11 1
+++ makefile.in	Mon Aug  2 06:50:21 1999
@


1.7
log
@upgrade to pre.7
@
text
@d1 12
a12 3
--- makefile.in.orig	Tue May 25 21:13:02 1999
+++ makefile.in	Tue May 25 23:27:44 1999
@@@@ -407,8 +407,8 @@@@
@


1.6
log
@Update to dev.22 and fix (I hope) the plist problem

PR:		11135
Submitted by:	Chris Piazza <cpiazza@@home.net>
@
text
@d1 3
a3 3
--- makefile.in.orig	Tue Mar 30 09:10:37 1999
+++ makefile.in	Fri Apr 16 09:41:59 1999
@@@@ -398,8 +398,7 @@@@
d6 4
a9 3
 install-cfg : $(libdir)
-	-mv -f $(libdir)/lynx.cfg $(libdir)/lynx.oldcfg
-	$(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg
d12 2
a13 2
 install-lss : $(libdir)
 	-mv -f $(libdir)/lynx.lss $(libdir)/lynx.oldlss
@


1.5
log
@upgrade to dev.21
@
text
@d1 4
a4 5
--- configure.bak	Mon Feb  8 13:32:59 1999
+++ configure	Fri Feb 19 14:42:38 1999
@@@@ -6233,6 +6233,7 @@@@
 #line 6234 "configure"
 #include "confdefs.h"
d6 7
a12 4
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
@


1.4
log
@upgrade to dev.17
lib/lynx_help -> share/lynx_help
@
text
@@


1.3
log
@Upgrade to pre11
@
text
@d1 10
a10 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
  
@


1.2
log
@update to dev.25
@
text
@@


1.1
log
@Upgrade to 0.100
@
text
@d1 2
a2 2
*** makefile.in.bak	Sun Dec 14 02:30:40 1997
--- makefile.in	Mon Dec 15 17:48:54 1997
d4 1
a4 1
*** 37,43 ****
d10 3
a12 3
  installbin= @@INSTALL_PROGRAM@@ -s -m 755
  installdoc= @@INSTALL_DATA@@
--- 37,43 ----
d18 19
a36 2
  installbin= @@INSTALL_PROGRAM@@ -s -m 755
  installdoc= @@INSTALL_DATA@@
@
