diff mbox

bootstrap: force autoconf update

Message ID 1454555449-25759-1-git-send-email-ricardo.salveti@linaro.org
State Superseded
Headers show

Commit Message

Ricardo Salveti Feb. 4, 2016, 3:10 a.m. UTC
Since scmversion gets populated during the configure process, the only
way for the cache to be updated through commits is by either running
make distclean or by forcing autoconf updates when bootstrap gets called
(e.g. builddeb).

Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/bootstrap b/bootstrap
index 7c3d220..6fd91c8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,4 +4,4 @@  aclocal -I config -I m4
 libtoolize --copy
 autoheader
 automake --add-missing --copy --warnings=all
-autoconf
+autoconf --force