$NetBSD: patch-ac,v 1.6 2000/06/21 01:58:36 jlam Exp $ --- lib/Makefile.in.orig Sun Jan 23 08:03:45 2000 +++ lib/Makefile.in Sat Apr 29 10:23:49 2000 @@ -160,17 +160,17 @@ install: dummy $(MKINSTALLDIRS) $(libdir) $(MKINSTALLDIRS) $(includedir) - $(MKINSTALLDIRS) @T1LIB_DATA_DIR@ +# $(MKINSTALLDIRS) @T1LIB_DATA_DIR@ $(LIBTOOL) --mode=install \ $(INSTALL_DATA) $(MAIN_TARGET) $(libdir) $(LIBTOOL) --mode=install \ $(INSTALL_DATA) $(MAIN_HEADER) $(includedir) - 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; +# 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