aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRon <ron@debian.org>2013-05-20 12:31:48 +0930
committerRon <ron@debian.org>2013-05-20 12:31:48 +0930
commit50b395bff6b3812702044ca249be2f46b21f3279 (patch)
treef8715c6fcd71a86cee891159ccbdd0169ea2fbf3 /configure.ac
parenta16cef62255a83ba9c9cbf2951f3e8503987910a (diff)
downloadlibopus-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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1ccdca80..0c6d7259 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@ m4_define([CURRENT_VERSION],
AC_INIT([opus],[CURRENT_VERSION],[opus@xiph.org])
AC_CONFIG_SRCDIR(src/opus_encoder.c)
+AC_CONFIG_MACRO_DIR([m4])
dnl enable silent rules on automake 1.11 and later
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])