Commit 87d87fe5 by Maarten L. Hekkelman

check configure? not always

parent bdfde187
......@@ -40,6 +40,8 @@ includedir = @includedir@
LIB_NAME = @PACKAGE_NAME@
LIB_TARGET = $(LIB_NAME).la
ifeq "$(CHECK_CONFIG)" "1"
GNUmakefile: config.status GNUmakefile.in
$(SHELL) ./config.status
......@@ -53,6 +55,8 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
endif
# libtool stuff
LIBTOOL = $(SHELL) ./libtool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment