Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon <ron@debian.org>2013-05-20 07:01:48 +0400
committerRon <ron@debian.org>2013-05-20 07:01:48 +0400
commit50b395bff6b3812702044ca249be2f46b21f3279 (patch)
treef8715c6fcd71a86cee891159ccbdd0169ea2fbf3 /.gitignore
parenta16cef62255a83ba9c9cbf2951f3e8503987910a (diff)
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--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 27a956b7..794b4a78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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