Hi Aleksey,

One minor issue - command "autoreconf -fi" replaces INSTALL. What about to mark package as foreign?

Attached proposed patch "0005-add-automake-option-foreign.patch".

Regards,
Roumen
>From 1544205945e59fa0ae57c43af78289f10f97e625 Mon Sep 17 00:00:00 2001
From: Roumen Petrov <xml...@roumenpetrov.info>
Date: Sat, 10 Jun 2017 12:23:05 -0400
Subject: [PATCH 5/5] add automake option foreign

prevent autoreconf -fi to replace INSTALL
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 902573b..2fa4053 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_SUBST(XMLSEC_VERSION_SUBMINOR)
 AC_SUBST(XMLSEC_VERSION_INFO)
 
 AC_CONFIG_MACRO_DIR(m4)
-AM_INIT_AUTOMAKE([1.7 tar-ustar subdir-objects -Wno-portability])
+AM_INIT_AUTOMAKE([1.7 tar-ustar subdir-objects -Wno-portability foreign])
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE
 
-- 
1.8.3.1

_______________________________________________
xmlsec mailing list
xmlsec@aleksey.com
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to