crypto/arctwo: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 20:22:21 +0000 (22:22 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:16 +0000 (00:07 +0200)
* m4/arctwo.m4 (gl_ARCTWO): Remove AC_LIBOBJ invocation.
* modules/crypto/arctwo (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/arctwo.m4
modules/crypto/arctwo

index 0f3380cec4e13b64ce5d87a4f843ee21176f1ab4..f967aaf233f47b385f04987e67e6ffbeed38b7eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       crypto/arctwo: Move AC_LIBOBJ invocations to module description.
+       * m4/arctwo.m4 (gl_ARCTWO): Remove AC_LIBOBJ invocation.
+       * modules/crypto/arctwo (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        crypto/arcfour: Move AC_LIBOBJ invocations to module description.
index e82137e0d78bb7d82f69b815380b07d998a1f085..9f95f59f4f38ae76eabab2bb32827ef1eb4797eb 100644 (file)
@@ -1,12 +1,11 @@
-# arctwo.m4 serial 2
+# arctwo.m4 serial 3
 dnl Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
 
+# Prerequisites of lib/arctwo.c.
 AC_DEFUN([gl_ARCTWO],
 [
-  AC_LIBOBJ([arctwo])
-  # Prerequisites of lib/arctwo.c.
   AC_REQUIRE([AC_C_INLINE])
 ])
index c6ac35fcf421d128bf2fd827a2f5c33abde5bbd0..e0bbb905b0c536ecc581492ab7d7be7af81013e4 100644 (file)
@@ -14,6 +14,7 @@ configure.ac:
 gl_ARCTWO
 
 Makefile.am:
+lib_SOURCES += arctwo.c
 
 Include:
 "arctwo.h"