Remove autogenerated files from the repository

Add an autogen.sh to regenerate them.
This commit is contained in:
Josh Triplett
2014-03-15 18:11:16 -07:00
parent 76d19d004e
commit 35634dbcea
25 changed files with 33 additions and 48589 deletions

View File

@@ -5,4 +5,4 @@ compiler:
before_script: sudo apt-get install dejagnu texinfo
script: ./configure && make && make check
script: ./autogen.sh && ./configure && make && make check