From 10c770fdc4e4539c935c3427106341f4b836ad21 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Fri, 1 Mar 2013 11:51:22 -0500 Subject: [PATCH] Fix reconfig --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0dba5e..cfcb30c 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ CONFIGURE_FILES := $(patsubst %.in,%,$(CONFIGURE_IN_FILES)) # If there are headers, run auto-header, too. src/%configure: src/%configure.in acinclude.m4 aclocal.m4 @echo AUTOCONF $@ - @cd $(dir $@) && $(AUTOCONF) -I $(top_builddir) + @cd $(dir $@) && $(AUTOCONF) -I $(top_builddir) -I $(top_builddir)/m4 -I ./m4 @if grep AC_CONFIG_HEADERS $@ >/dev/null; then\ echo AUTOHEADER $@ \ cd $(dir $@) && $(AUTOHEADER); \ -- 2.1.4