automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} maint: port check-minimal-autoconf to VPATH builds


From: Stefano Lattarini
Subject: [FYI] {maint} maint: port check-minimal-autoconf to VPATH builds
Date: Wed, 19 Jun 2013 17:45:58 +0200

* maintainer/maint.mk (check-minimal-autoconf): Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 maintainer/maint.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.8.3.1.437.g0dbd812




reply via email to

[Prev in Thread] Current Thread [Next in Thread]