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 <[email protected]> --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.5.0 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
