diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-22T10·50+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-22T11·00+0200 |
commit | 68cf98c4d20da7175e7e2fecdb4c89bc7cd3f643 (patch) | |
tree | 01f8f7505524303cb7c94ad4d7faf93ff5219dd6 | |
parent | 2d6cd8aafdc40194497af4ed924a890f6d0a92aa (diff) |
configure: Force regeneration of Makefile.config
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bb0ab5a23ad1..2806b37b0f81 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 |