Attached is a patch that allowed for Ubuntu 14.04, 15.04, and Linux Mint to build properly without inhibiting other systems.

Within configure.in the AM_INIT_AUTOMAKE option was set to another value, "subdir-objects'

Ian Davis

diff --git a/configure.in b/configure.in
index 4f86980..637d12f 100644
--- a/configure.in
+++ b/configure.in
@@ -4,8 +4,8 @@ AC_INIT([openCryptoki],[3.3],[[email protected]])
 dnl Needed for $target!
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE([foreign 1.6])
-
+#AM_INIT_AUTOMAKE([foreign 1.6])
+AM_INIT_AUTOMAKE([subdir-objects])
 dnl Checks for header files.
 AC_DISABLE_STATIC
 LT_INIT
------------------------------------------------------------------------------
_______________________________________________
Opencryptoki-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech

Reply via email to