From 4ac708b0f6c29c22b6759ac546db8c9a289bd38d Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Thu, 29 Dec 2016 00:17:27 +0100 Subject: build: Do not require "build-aux/guix.scm". When building Cuirass with 'guix build -f build-aux/guix.scm' we don't want to add "build-aux/guix.scm" in the repository snapshot since it is considered as metadata. As a consequence we can't make 'autoconf' require it. * configure.ac (AC_REQUIRE_AUX_FILE): Remove "build-aux/guix.scm". * Makefile.am (EXTRA_DIST): Only distribute it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c5eebde..54c1092 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,6 +103,7 @@ EXTRA_DIST = \ bin/cuirass.in \ bin/evaluate.in \ bootstrap \ + build-aux/guix.scm \ src/cuirass/config.scm.in \ $(TESTS) -- cgit v1.2.3