[xml-security-c] 03/21: Avoid forward-incompatibility warnings from Automake
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Mon Jun 27 12:20:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch patch-queue/warn-fixes
in repository xml-security-c.
commit 6f86860e9b567f0ddb5005caf0b0dcb63b28f377
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