civodul pushed a commit to tag 1.8
in repository guix.

commit 68cf98c4d20da7175e7e2fecdb4c89bc7cd3f643
Author: Eelco Dolstra <[email protected]>
Date:   Mon Sep 22 12:50:38 2014 +0200

    configure: Force regeneration of Makefile.config
---
 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index bb0ab5a..2806b37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -318,6 +318,8 @@ for name in $ac_subst_vars; do
     declare $name="$(eval echo "${!name}")"
 done
 
+rm -f Makefile.config
+
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_FILES([])
 AC_OUTPUT

Reply via email to