Use subdir-objects option for autoconf
authorJohannes Wienke <languitar@semipol.de>
Thu, 01 Jan 2015 12:38:16 +0100
changeset 656 7b54555425a3
parent 653 49b6d6bc7321
child 657 481df170aff2
Use subdir-objects option for autoconf This option is required for recent autoconf versions. Otherwise the build fails.
configure.ac
--- a/configure.ac	Thu Nov 07 19:42:22 2013 +0100
+++ b/configure.ac	Thu Jan 01 12:38:16 2015 +0100
@@ -9,7 +9,7 @@
 AC_CONFIG_SRCDIR(loudmouth/loudmouth.h)
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build)
-AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-define -Wall])
+AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-define subdir-objects -Wall])
 
 AM_MAINTAINER_MODE