tlibtool works again now. - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b2a56ff8ab73d07c0066f9571dbf5cccadb5cf40
(DIR) parent 6a0a9ae72933a85b6f4236ed630803ce2d1dfddf
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 13 May 2002 15:30:13 +0000
libtool works again now.
Diffstat:
M src/Makefile.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/Makefile.am b/src/Makefile.am
t@@ -1,6 +1,8 @@
# Nasty hack; there seems to be no way of disabling libtool for the link
# of the main executable...
-if NOPLUGINS
+if PLUGINS
+LIBTOOL = $(SHELL) $(top_builddir)/libtool
+else
LIBTOOL = ./fakelibtool.sh
endif