Skip to content
Snippets Groups Projects
Commit c3cd8b58 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

bug 468:

Activate makeversion code
parent 98cabfe3
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment