* 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>
+
+ * 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.
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