From 437e0729d86e750bed5ca76307e5dad610a337e6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 14 Aug 2012 18:50:36 +0200 Subject: build: Pass the right flags for "make distcheck". * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): New variable. * configure.ac: Define and substitute `NIX_PREFIX'. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a55de7bd38..18ebd658e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,3 +95,5 @@ $(guix_install_go_files): install-nobase_dist_guilemoduleDATA SUBDIRS = po ACLOCAL_AMFLAGS = -I m4 +AM_DISTCHECK_CONFIGURE_FLAGS = \ + --with-nixpkgs=$(NIXPKGS) --with-nix-prefix="$(NIX_PREFIX)" -- cgit v1.2.3