Create ChangeLog if it doesn't first exist (which it won't the first

time around). Change from corresponding vcdimager autogen.sh.
This commit is contained in:
rocky
2004-02-21 15:45:38 +00:00
parent 837344b71d
commit aefa236f2d

View File

@@ -109,6 +109,13 @@ do
echo "Running autoheader..."
autoheader
fi
if test -f ChangeLog
then
:
else
echo "Run 'make ChangeLog' in maintainer mode for a real ChangeLog!" > ChangeLog
fi
echo "Running automake --add-missing --gnu $am_opt ..."
automake --add-missing --gnu $am_opt
echo "Running autoconf ..."