From c3cd8b58fbb0911a5538e876a2ae9066e461eb35 Mon Sep 17 00:00:00 2001 From: Ger van Diepen <diepen@astron.nl> Date: Wed, 2 Jan 2008 13:39:03 +0000 Subject: [PATCH] bug 468: Activate makeversion code --- autoconf_share/bootstrap | 1 + autoconf_share/rub | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/autoconf_share/bootstrap b/autoconf_share/bootstrap index 9faa873adf8..cba0532752b 100755 --- a/autoconf_share/bootstrap +++ b/autoconf_share/bootstrap @@ -83,6 +83,7 @@ if [ -r configure.in ]; then fi set -x aclocal -I ./autoconf_share \ + && autoconf_share/makeversion \ && $libtoolcmd --force --copy \ && autoheader \ && automake --foreign --add-missing --copy \ diff --git a/autoconf_share/rub b/autoconf_share/rub index 15de8636e14..d6c9adeaf2f 100755 --- a/autoconf_share/rub +++ b/autoconf_share/rub @@ -734,7 +734,7 @@ if [ $boot != 0 ]; then ( cd $curwd/$pkg # Determine new md5sum of files affecting the bootstrap. - md5sum configure.in $pgmpath/*.m4 > boot.md5 + md5sum configure.in $pgmpath/*.m4 $pgmpath/makeversion > boot.md5 # Check if boot.md5 has changed. chg=1 if [ $boot = 2 -a -f boot.md5-check ]; then -- GitLab