mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-12-18 05:53:47 +08:00
6ad2083dc3
Purpose of commit: new feature Commit summary: --------------- Create a ChangeLog file for new checkins
7 lines
108 B
Bash
Executable File
7 lines
108 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
echo "Please look at CHANGELOG" > NEWS
|
|
aclocal -I m4
|
|
automake --add-missing --copy
|
|
autoreconf
|