ref: 9163657fe8c5cda17365382bfd6685943ebce227
parent: 2affc5101e7d0d2020e567c3f2704a962e17366c
author: rrt <rrt>
date: Fri Dec 22 21:32:15 EST 2006
Move lua to top level. Add libtool support.
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
ACLOCAL_AMFLAGS = -I m4
if INTERNAL_LUA
- MAYBE_LUA = src/lua
+ MAYBE_LUA = lua
endif
SUBDIRS = $(MAYBE_LUA) src
@@ -16,3 +16,7 @@
# Rule for making plain text man pages
%.txt: %.1
nroff -man $(srcdir)/$< | col -b > $@
+
+# Automatically update libtool script if it gets out-of-date
+libtool: $(LIBTOOL_DEPS)
+ $(SHELL) ./config.status --recheck