[xml-security-c] 02/23: Avoid forward-incompatibility warnings from Automake

Ferenc Wágner wferi-guest at moszumanska.debian.org
Thu Jul 21 20:15:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to branch patch-queue/master
in repository xml-security-c.

commit 399dba78b8de0aa7f531f2d2859ecef962b470fc
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Wed Nov 25 01:58:20 2015 +0100

    Avoid forward-incompatibility warnings from Automake
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 32a2ccb..8591297 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_INIT([[XML-Security-C]],[1.7.3],[dev at santuario.apache.org],[xml-security-c])
 AC_CONFIG_SRCDIR(xsec)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([subdir-objects])
 AC_PROG_LIBTOOL
 
 AC_ARG_ENABLE(debug,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xml-security-c.git



More information about the Pkg-shibboleth-devel mailing list