diff options
author | Ron <ron@debian.org> | 2013-05-20 12:31:48 +0930 |
---|---|---|
committer | Ron <ron@debian.org> | 2013-05-20 12:31:48 +0930 |
commit | 50b395bff6b3812702044ca249be2f46b21f3279 (patch) | |
tree | f8715c6fcd71a86cee891159ccbdd0169ea2fbf3 /.gitignore | |
parent | a16cef62255a83ba9c9cbf2951f3e8503987910a (diff) | |
download | opus-50b395bff6b3812702044ca249be2f46b21f3279.tar.gz |
Add support for autoconf macros in m4/
Needed by commit 972a34ec2c79d241318af24389b8ee042d10556a.
Use autoreconf in autogen.sh instead of the handwritten version,
it's simpler, and also updates things that we weren't handling.
Drop the hand-written INSTALL file. Its information content was
~zero, and autotools wants to overwrite it with its own version,
so don't fight that, just .gitignore it.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,7 @@ config.status config.sub configure depcomp +INSTALL install-sh .deps .libs @@ -25,6 +26,11 @@ testcelt libtool ltmain.sh missing +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 opus_compare opus_demo repacketizer_demo |