[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Avoid unnecessary infokey dependency on curses
From: |
Miloslav Trmac |
Subject: |
[PATCH] Avoid unnecessary infokey dependency on curses |
Date: |
Sun, 12 Mar 2006 00:54:51 +0100 |
User-agent: |
Thunderbird 1.5 (X11/20060210) |
Hello,
the attached patch, a trivial microoptimization, avoids linking infokey
with curses, removing a run-time dependency.
Thanks,
Mirek
--- texinfo-4.8/info/Makefile.am.ldd 2006-03-10 19:44:59.000000000 +0100
+++ texinfo-4.8/info/Makefile.am 2006-03-10 19:47:22.000000000 +0100
@@ -26,6 +26,7 @@
DEFS += -DLOCALEDIR=\"$(localedir)\" -DINFODIR=\"$(infodir)\" \
-DINFODIR2=\"$(infodir2)\"
LDADD = ../lib/libtxi.a $(TERMLIBS) $(LIBINTL)
+infokey_LDADD = ../lib/libtxi.a $(LIBINTL)
EXTRA_DIST = README pcterm.c
- [PATCH] Avoid unnecessary infokey dependency on curses,
Miloslav Trmac <=