blob: e7d7dcdc249d2f2d04c474088b7bd54ee58072bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ac,v 1.7 2001/07/30 20:07:23 jlam 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
|