Skip to content

Commit

Permalink
add rule to re-create module configure scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Sep 11, 2017
1 parent ffeed0e commit 446ec1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/all.mk
Expand Up @@ -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

0 comments on commit 446ec1e

Please sign in to comment.