2009-12-24 Robert Millan <rmh.grub@aybabtu.com>

* BUGS: Remove.
	* INSTALL: Remove.
	* NEWS: Remove.
	* README: Remove.
	* autogen.sh: Adjust automake flags to add generic files such
	as `INSTALL', `depcomp', `install-sh' and `missing'.
This commit is contained in:
Robert Millan 2009-12-24 15:11:34 +00:00
parent 465b7d2564
commit 72f94a3927
6 changed files with 10 additions and 269 deletions

View file

@ -4,7 +4,7 @@ set -ex
aclocal
autoheader
automake --add-missing
automake -a -c -f
autoconf
exit 0