linux-pam/autogen.sh
Dmitry V. Levin 790ffe6e01 Generate ChangeLog from git log
* .gitignore: Add ChangeLog
* ChangeLog: Rename to ChangeLog-CVS.
* Makefile.am (gen-changelog): New rule.
(dist-hook, .PHONY): Depend on it.
(EXTRA_DIST): Add ChangeLog-CVS.
* README-hacking: New file.
* gitlog-to-changelog: Import from gnulib.
* autogen.sh: Create empty ChangeLog file to make automake strictness
check happy.  Use automated "autoreconf -fiv" instead of manual
invocations of various autotools.
2011-10-27 14:55:55 +00:00

6 lines
56 B
Bash
Executable File

#!/bin/sh -x
umask 022
touch ChangeLog
autoreconf -fiv