From 446ec1edcb69787d491c4024c3909bc80286de2c Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 11 Sep 2017 14:13:18 -0400 Subject: [PATCH] add rule to re-create module configure scripts --- src/modules/all.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/all.mk b/src/modules/all.mk index a7c562f536c3..c6382dbd745f 100644 --- a/src/modules/all.mk +++ b/src/modules/all.mk @@ -21,3 +21,6 @@ NEEDS_CONFIG := $(patsubst %.in,%,$(foreach file,$(SUBMAKEFILES),$(wildcard $(fi SUBMAKEFILES := $(sort $(SUBMAKEFILES) $(NEEDS_CONFIG)) endif +src/modules/%/configure: src/modules/%/configure.ac + @echo AUTOCONF $(dir $@) + cd $(dir $@) && $(AUTOCONF) -I $(top_builddir) -I $(top_builddir)/m4 -I $(top_builddir)/$(dir $@)m4