]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Configure scripts depend on local macro files, too
authorAlan T. DeKok <aland@freeradius.org>
Fri, 1 Mar 2013 16:10:42 +0000 (11:10 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 1 Mar 2013 16:10:42 +0000 (11:10 -0500)
Makefile

index d1eac3528379af5c75abe75a8850dd8f5fc5efd9..f0dba5e9ad496a5b8e930ec67e56972467636257 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -119,9 +119,9 @@ distclean: clean
 CONFIGURE_IN_FILES := $(shell find . -name configure.in -print)
 CONFIGURE_FILES           := $(patsubst %.in,%,$(CONFIGURE_IN_FILES))
 
-# Configure files depend on "in" files.
+# Configure files depend on "in" files, and on the top-level macro files
 # If there are headers, run auto-header, too.
-src/%configure: src/%configure.in
+src/%configure: src/%configure.in acinclude.m4 aclocal.m4
        @echo AUTOCONF $@
        @cd $(dir $@) && $(AUTOCONF) -I $(top_builddir)
        @if grep AC_CONFIG_HEADERS $@ >/dev/null; then\