X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=maintainer%2Fmaint.mk;h=d180b09b7d83872f9e30b9bded0351121c9fcdd5;hb=a9926a4cef6defb457218042bbed8784e5c47330;hp=e46b6db24c7c6e64cf3fc632c806c5a06866e792;hpb=9892eb7823b3fd0e552ab22b63f58d947e9de584;p=platform%2Fupstream%2Fautomake.git diff --git a/maintainer/maint.mk b/maintainer/maint.mk index e46b6db..d180b09 100644 --- a/maintainer/maint.mk +++ b/maintainer/maint.mk @@ -566,7 +566,7 @@ check-minimal-autoconf: && autoconf --version | sed -e 's/^/ /; s/$$/ /' -e 1q \ | $(FGREP) '$(ac-v)' >/dev/null \ && echo === configure \ - && ./configure $(shell ./config.status --config) \ + && $(srcdir)/configure $(shell ./config.status --config) \ && echo === build and test \ && $(MAKE) check .PHONY: check-minimal-autoconf