Skip to content
Snippets Groups Projects
Commit 473fffb0 authored by Stas Sergeev's avatar Stas Sergeev Committed by TAMUKI Shoichi
Browse files

autogen.sh: create ChangeLog that is required by automake

parent c92d0d31
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
mv INSTALL INSTALL.autogen.bak
# ChangeLog is required for automake
git log > ChangeLog
autoreconf -f -i
mv INSTALL.autogen.bak INSTALL
......
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