$NetBSD: patch-ac,v 1.1.1.1 2002/07/19 12:37:41 wiz Exp $ --- lib/Makefile.in.orig Mon Jan 15 17:34:40 2001 +++ lib/Makefile.in @@ -161,17 +161,10 @@ install: dummy $(MKINSTALLDIRS) $(libdir) $(MKINSTALLDIRS) $(includedir) - $(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; uninstall: dummy