$NetBSD: patch-ac,v 1.4 1999/12/02 21:19:13 fredb Exp $

--- lib/Makefile.in.orig	Sun Oct 24 04:57:22 1999
+++ lib/Makefile.in	Thu Dec  2 14:44:58 1999
@@ -15,7 +15,7 @@
 #
 # Modified by H.Kakugawa to use libtool
 
-LIBTOOL   = ../libtool
+LIBTOOL   = @LIBTOOL@
 SHELL     = /bin/sh
 CC        = @CC@
 CPP       = @CPP@
@@ -162,13 +162,13 @@
 		$(INSTALL_DATA) $(MAIN_TARGET) $(libdir)
 	$(LIBTOOL) --mode=install \
 		$(INSTALL_DATA) $(MAIN_HEADER) $(includedir)
-	$(MKINSTALLDIRS) @T1LIB_DATA_DIR@
-	if (test -f @T1LIB_DATA_DIR@/t1lib.config) \
-	then \
-	  echo "Alert: Global configuration file exists, installation skipped!"; \
-	else \
-	  $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config @T1LIB_DATA_DIR@; \
-	fi;
+#	$(MKINSTALLDIRS) @T1LIB_DATA_DIR@
+#	if (test -f @T1LIB_DATA_DIR@/t1lib.config) \
+#	then \
+#	  echo "Alert: Global configuration file exists, installation skipped!"; \
+#	else \
+#	  $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config @T1LIB_DATA_DIR@; \
+#	fi;
 
 
 uninstall: dummy
