mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-30 13:13:49 +08:00
790ffe6e01
* .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.
6 lines
56 B
Bash
Executable File
6 lines
56 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
umask 022
|
|
touch ChangeLog
|
|
autoreconf -fiv
|