2013-09-26 17:14:40 +02:00

23 lines
757 B
Plaintext

$NetBSD: patch-ac,v 1.3 2005/08/04 09:57:17 adam Exp $
--- lib/Makefile.in.orig 2005-05-01 22:01:57.000000000 +0000
+++ lib/Makefile.in
@@ -161,17 +161,10 @@ clean: dummy
install: dummy
$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
$(MKINSTALLDIRS) $(DESTDIR)$(includedir)
- $(MKINSTALLDIRS) $(DESTDIR)@T1LIB_DATA_DIR@
$(LIBTOOL) --mode=install \
$(INSTALL_DATA) $(MAIN_TARGET) $(DESTDIR)$(libdir)
$(LIBTOOL) --mode=install \
$(INSTALL_DATA) $(MAIN_HEADER) $(DESTDIR)$(includedir)
- if (test -f $(DESTDIR)@T1LIB_DATA_DIR@/t1lib.config) \
- then \
- echo "Alert: Global configuration file exists, installation skipped!"; \
- else \
- $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config $(DESTDIR)@T1LIB_DATA_DIR@; \
- fi;
uninstall: dummy