--- Makefile.config.orig	Fri Jan 24 20:41:36 1997
+++ Makefile.config	Thu Jul 17 13:49:59 1997
@@ -26,17 +26,17 @@
 
 # The C compiler and flags
 
-CC=gcc
-CFLAGS=-O2
+#CC=gcc
+#CFLAGS=-O2
 
 # The linker and flags
 
-LD=gcc
-LDFLAGS=
+LD=${CC}
+LDFLAGS=-s
 
 # The Yacc program
 
-YACC=bison -y -l
+#YACC=bison -y -l
 
 # The Lex Program
 
@@ -45,13 +45,13 @@
 # The Perl program
 # (If you do not have perl, leave it blank.)
 
-PERL=perl
+PERL=/usr/bin/perl
 
 # The LaTeX and dvips programs
 # (If you do not have LaTeX or dvips, leave them blank.)
 
-LATEX=latex
-DVIPS=dvips
+#LATEX=latex
+#DVIPS=dvips
 
 # The LaTeX page size.
 # (A4 or US only.)
