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:
@@ -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 ..."
|
||||
|
||||
Reference in New Issue
Block a user