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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2011-08-02 22:43:43 +0400
committerRalph Giles <giles@mozilla.com>2011-08-02 22:43:43 +0400
commit2852cb1486ca68fe418bdebcda7ecc9581127b4d (patch)
tree9fdeb21985c6bf9df8ef8d947ba1ac3aa2416ef2 /configure.ac
parent5840aaf26c83f0e6beff57ced047a31be995dd20 (diff)
Tell automake to put object files in subdirectories.
Previously the autotools build litered whatever directory 'make' was invoked from with intermediate files. Adding 'subdir-objects' to AUTOMAKE_OPTIONS tells it to put them in subdirectories according to the relative paths to the source files, .i.e. silk/schur.o for $(srcdir)/silk/schur.c The change to autogen.sh is necessary to handle the (apparently new) case where an AUTOMAKE_OPTIONS line is given without a minimum version number.
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 747623db..5a307788 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,6 +45,7 @@ AM_MAINTAINER_MODE
AC_CANONICAL_HOST
AM_PROG_LIBTOOL
+AM_PROG_CC_C_O
AC_PROG_CC_C99
AC_C_BIGENDIAN