2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
* autogen.sh: Workaround Automake requirement for NEWS and README. We really should have them, but in practice we never had. This ought not be considered a regression.
This commit is contained in:
parent
72f94a3927
commit
a8859e523c
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* autogen.sh: Workaround Automake requirement for NEWS and README.
|
||||
We really should have them, but in practice we never had. This
|
||||
ought not be considered a regression.
|
||||
|
||||
2009-12-24 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* BUGS: Remove.
|
||||
|
|
|
@ -4,7 +4,12 @@ set -ex
|
|||
|
||||
aclocal
|
||||
autoheader
|
||||
|
||||
# Automake is unhappy without NEWS and README, but we don't have any
|
||||
touch NEWS README
|
||||
automake -a -c -f
|
||||
rm -f NEWS README
|
||||
|
||||
autoconf
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue