tlibtool works again now. - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit b2a56ff8ab73d07c0066f9571dbf5cccadb5cf40
parent 6a0a9ae72933a85b6f4236ed630803ce2d1dfddf
Author: Ben Webb 
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(-)
---
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