guix-commits
[Top][All Lists]
Advanced

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

213/376: configure: Force regeneration of Makefile.config


From: Ludovic Courtès
Subject: 213/376: configure: Force regeneration of Makefile.config
Date: Wed, 28 Jan 2015 22:05:08 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 68cf98c4d20da7175e7e2fecdb4c89bc7cd3f643
Author: Eelco Dolstra <address@hidden>
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

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