]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
module autoconf depends on toplevel m4 macros
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Sat, 1 Oct 2022 09:31:01 +0000 (10:31 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Sun, 2 Oct 2022 17:08:23 +0000 (18:08 +0100)
src/modules/all.mk

index ad2a6287239eff2481056adc670ec1f975dfa65e..e2637887fc3c01d2a748cdf89cd63b4a69c5797b 100644 (file)
@@ -27,7 +27,7 @@ src/modules/%/configure: src/modules/%/configure.ac
 endif
 
 ifeq "$(MAKECMDGOALS)" "reconfig"
-src/modules/%/configure: src/modules/%/configure.ac
+src/modules/%/configure: src/modules/%/configure.ac $(wildcard ${top_srcdir}/m4/*.m4)
        @echo AUTOCONF $(dir $@)
        @cd $(dir $@) && \
                $(ACLOCAL) -I $(top_builddir)/m4 && \