diff mcabber/configure.ac @ 2077:f81b4a97afaa

Add XC_AUTOMAKE from Daniel Stenberg and use subdir-objects Use XC_AUTOMAKE (from the libcurl project) to conditionally use Automake subdir-objects option.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 29 Sep 2013 13:17:39 +0200
parents 9fb1ccf291cc
children e3325bad2e0c
line wrap: on
line diff
--- a/mcabber/configure.ac	Wed May 15 13:32:42 2013 +0300
+++ b/mcabber/configure.ac	Sun Sep 29 13:17:39 2013 +0200
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.59)
 AC_INIT([mcabber],[0.10.3-dev],[mcabber@lilotux.net])
-AM_INIT_AUTOMAKE
+XC_AUTOMAKE
 AC_CONFIG_SRCDIR([mcabber])
 AM_CONFIG_HEADER(mcabber/config.h)
 AC_CONFIG_HEADER(include/config.h)