[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
- 203/376: Remove unused w3m dependency, (continued)
- 203/376: Remove unused w3m dependency, Ludovic Court�s, 2015/01/28
- 182/376: Merge branch 'master' of github.com:thatdocslady/nix, Ludovic Court�s, 2015/01/28
- 207/376: Remove debug statement, Ludovic Court�s, 2015/01/28
- 204/376: Install some pkgconfig files, Ludovic Court�s, 2015/01/28
- 206/376: Store.so: Add dependency on libnixutil, Ludovic Court�s, 2015/01/28
- 200/376: Add some instrumentation for debugging GC leaks, Ludovic Court�s, 2015/01/28
- 210/376: Inline Bindings::find(), Ludovic Court�s, 2015/01/28
- 202/376: On Linux, disable address space randomization, Ludovic Court�s, 2015/01/28
- 205/376: Update spec file, Ludovic Court�s, 2015/01/28
- 201/376: Add Make flag to disable optimization, Ludovic Court�s, 2015/01/28
- 213/376: configure: Force regeneration of Makefile.config,
Ludovic Court�s <=
- 212/376: attrNames: Don't allocate duplicates of the symbols, Ludovic Court�s, 2015/01/28
- 216/376: Handle cycles when printing a value, Ludovic Court�s, 2015/01/28
- 211/376: Fix off-by-one, Ludovic Court�s, 2015/01/28
- 215/376: Add ‘seq’ primop, Ludovic Court�s, 2015/01/28
- 209/376: Store Attrs inside Bindings, Ludovic Court�s, 2015/01/28
- 208/376: Remove bogus comment, Ludovic Court�s, 2015/01/28
- 219/376: Add ‘deepSeq’ primop, Ludovic Court�s, 2015/01/28
- 225/376: Pass through --set from nix-install-package command line to nix-env, Ludovic Court�s, 2015/01/28
- 214/376: Add a function ‘valueSize’, Ludovic Court�s, 2015/01/28
- 145/376: Use proper quotes everywhere, Ludovic Court�s, 2015/01/28