$NetBSD: patch-ac,v 1.2 2004/03/03 11:28:11 adam Exp $ --- lib/Makefile.in.orig 2002-06-25 02:15:30.000000000 +0000 +++ lib/Makefile.in @@ -162,17 +162,10 @@ clean: dummy 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